Skip to content

Commit

Permalink
Merge pull request #2 from Snapchat/sync/1.36.0/ed3b0219
Browse files Browse the repository at this point in the history
[All] Sync changes for the 1.36.0 release
  • Loading branch information
psharanda-snap authored Nov 18, 2024
2 parents 14a2975 + 8eb3d90 commit 8470ca7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
<a name="unreleased"></a>
## [Unreleased]

<a name="1.36.0"></a>
## [1.36.0] - 2024-11-14
### Features
- Lens Studio 5.3 support

### Updates
- Launched a dedicated iOS repository: https://github.com/Snapchat/camera-kit-ios-sdk, now supporting Swift Package Manager

<a name="1.35.0"></a>
## [1.35.0] - 2024-10-16
### Features
- Lens Studio 5.2 support

<a name="1.34.0"></a>
## [1.34.0] - 2024-09-17
### Features
- Lens Studio 5.1 support

### Updates
Expand All @@ -22,6 +32,7 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/

<a name="1.33.0"></a>
## [1.33.0] - 2024-08-21
### Features
- Lens Studio 5.0.19 support

<a name="1.32.0"></a>
Expand Down
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ let package = Package(
targets: [
.binaryTarget(
name: "SCSDKCameraKit",
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.35.0/SCSDKCameraKit.xcframework.zip",
checksum: "8337ef920d68a490464ee68282c741a60a208b03246627f73d5732f9784ceee2"
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.36.0/SCSDKCameraKit.xcframework.zip",
checksum: "447004a591d91bc6f4cac3b91b8637b0b1a1f816ef5878f021b43c2e3a74e6a6"
),

.binaryTarget(
name: "SCSDKCameraKitBaseExtension",
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.35.0/SCSDKCameraKitBaseExtension.xcframework.zip",
checksum: "4549858012674c33af9ab5ee323f7d53e5ce8d46a5b04e46238005eeaf10437a"
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.36.0/SCSDKCameraKitBaseExtension.xcframework.zip",
checksum: "979abeab66ef4191a4bfa9d19fb01d154ca5b8b7db728029fea9f3330f84d796"
),
.target(
name: "SCSDKCameraKitBaseExtension_Wrapper",
Expand All @@ -40,8 +40,8 @@ let package = Package(

.binaryTarget(
name: "SCSDKCameraKitLoginKitAuth",
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.35.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
checksum: "dd3f4084f8e45a447ed5c70fcc7c34fd8fa3dca0280d56a5c2fbfc9c94e66605"
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.36.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
checksum: "8ac209e6c48d7ed2f4818c397ecd06ac32fca956b6f2b60242402379f0a1020c"
),
.target(
name: "SCSDKCameraKitLoginKitAuth_Wrapper",
Expand All @@ -55,8 +55,8 @@ let package = Package(

.binaryTarget(
name: "SCSDKCameraKitPushToDeviceExtension",
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.35.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
checksum: "7fcc72208134d184752d7562f9ab13817c4006fa74346981734c39885c022003"
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.36.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
checksum: "2dc062a95924f8657255ee258f86275b3cb7b85658527c8c14850ec7bbe990cb"
),
.target(
name: "SCSDKCameraKitPushToDeviceExtension_Wrapper",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Camera Kit for iOS

[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.34.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
[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.36.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
</div>

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.
Expand Down Expand Up @@ -59,7 +59,7 @@ Modules required for testing your in-development lenses (see [Push-to-Device](ht

## Installation
### [Swift Package Manager](https://github.com/apple/swift-package-manager)
1. In Xcode, select "File" → "Swift Packages" → "Add Package Dependency"
1. In Xcode, select "File" → "Add Package Dependencies…"
2. Enter the repository URL: `https://github.com/Snapchat/camera-kit-ios-sdk.git`
3. Select the version and modules you want to use in your project

Expand Down Expand Up @@ -129,7 +129,7 @@ extension MyViewController: LensRepositorySpecificObserver {
// Apply a lens, which makes it visible on previewView
self.cameraKit.lenses.processor?.apply(lens: lens, launchData: nil) { success in
if success {
print("\\(lens.name ?? "Unnamed") (\\(lens.id)) Applied")
print("\(lens.name ?? "Unnamed") (\(lens.id)) Applied")
} else {
print("Lens failed to apply")
}
Expand Down
8 changes: 2 additions & 6 deletions Samples/CameraKitAlternateCarouselSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

This sample app shows how to create an alternate carousel to select lenses and display a camera view with lenses applied using Camera Kit.

## Setup

See [README.md](./../README.md) for overall project setup.

## Interaction examples

1) Alternate carousel opening and closing:

![carousel-open-and-close](../.doc/sample_alternate_carousel_open_and_close.gif)
![sample_alternate_carousel_open_and_close](https://github.com/user-attachments/assets/c5846bc4-e668-4275-8d51-d81b27085566)

2) Clearing applied lenses:

![clear-lens](../.doc/sample_alternate_carousel_clear_lens.gif)
![sample_alternate_carousel_clear_lens](https://github.com/user-attachments/assets/ec23d168-e218-499e-91c1-1b5436828287)

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.0
1.36.0

0 comments on commit 8470ca7

Please sign in to comment.