Skip to content

Commit 2bfcf7f

Browse files
authored
Merge pull request #24 from Snapchat/sync/1.42.0/a2a7c4a8
[All] Sync changes for the 1.42.0 release
2 parents 876d7b6 + edbc989 commit 2bfcf7f

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
88
<a name="unreleased"></a>
99
## [Unreleased]
1010

11+
<a name="1.42.0"></a>
12+
## [1.42.0] - 2025-07-23
13+
### Features
14+
- Lens Studio 5.12 support
15+
1116
<a name="1.41.0"></a>
1217
## [1.41.0] - 2025-06-23
1318
### Features
@@ -20,7 +25,6 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
2025

2126
### Bug Fixes
2227
- Fixed potential race condition for ToS prompt
23-
2428
<a name="1.40.0"></a>
2529
## [1.40.0] - 2025-04-03
2630
### Features

Package.swift

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ let package = Package(
1919
targets: [
2020
.binaryTarget(
2121
name: "SCSDKCameraKit",
22-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.41.0/SCSDKCameraKit.xcframework.zip",
23-
checksum: "51761e5cab526df566b97c13299e695b4379cdf33b0da72602c3a2e1e8b350cf"
22+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKit.xcframework.zip",
23+
checksum: "4dad490e7a2cb52928950b4063b5903d7fc7f2a892c79730a8b116875fded804"
2424
),
25-
2625
.binaryTarget(
2726
name: "SCSDKCameraKitLoginKitAuth",
28-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.41.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
29-
checksum: "fd0229f488cee96ecac94d2430864c7425ae18dc2d1d9e4a5117b318cbe29dc9"
27+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
28+
checksum: "ae6e24317d4d67e94deccece48807faa7759af9ddd72705dc96bb4c9a6a486b7"
3029
),
3130
.target(
3231
name: "SCSDKCameraKitLoginKitAuth_Wrapper",
@@ -40,8 +39,8 @@ let package = Package(
4039

4140
.binaryTarget(
4241
name: "SCSDKCameraKitPushToDeviceExtension",
43-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.41.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
44-
checksum: "a311b8cfc3297fb6eabfe13d94f2c934e9dd2d96512fd38c68c5da5735f58cc4"
42+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
43+
checksum: "6d95a639295a572d189f1c3e261771d0c3bf5477aea2ec8aaa7b0ff728a9333a"
4544
),
4645
.target(
4746
name: "SCSDKCameraKitPushToDeviceExtension_Wrapper",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Camera Kit for iOS
66

7-
[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/ios/1.41.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
7+
[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/ios/1.42.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
88
</div>
99

1010
Camera Kit brings the power of Snap's AR platform to your websites and mobile apps on iOS and Android. It has never been easier to create and deliver scalable, multi-platform AR experiences to meet your customers, wherever they are.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.42.0

0 commit comments

Comments
 (0)