Skip to content

Commit 10774da

Browse files
committed
Update examples for v1.35.0
1 parent 5d821ef commit 10774da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CESDK-Showcases.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
path = "engine-guides-uri-resolver";
10371037
sourceTree = "<group>";
10381038
};
1039-
"TEMP_155BE681-5361-4D9D-98B6-87ADAFB46B5A" /* cesdk_swift_examples */ = {
1039+
"TEMP_9CFBA721-0ABB-40A4-9408-734410CE2B9F" /* cesdk_swift_examples */ = {
10401040
isa = PBXGroup;
10411041
children = (
10421042
582BF90249D09687E7CFACDC /* editor-guides-solutions-video-editor */,
@@ -1462,7 +1462,7 @@
14621462
GCC_WARN_UNUSED_VARIABLE = YES;
14631463
GENERATE_INFOPLIST_FILE = YES;
14641464
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1465-
MARKETING_VERSION = 1.34.0;
1465+
MARKETING_VERSION = 1.35.0;
14661466
MTL_ENABLE_DEBUG_INFO = NO;
14671467
MTL_FAST_MATH = YES;
14681468
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1552,7 +1552,7 @@
15521552
GCC_WARN_UNUSED_VARIABLE = YES;
15531553
GENERATE_INFOPLIST_FILE = YES;
15541554
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1555-
MARKETING_VERSION = 1.34.0;
1555+
MARKETING_VERSION = 1.35.0;
15561556
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
15571557
MTL_FAST_MATH = YES;
15581558
ONLY_ACTIVE_ARCH = YES;
@@ -1627,15 +1627,15 @@
16271627
repositoryURL = "https://github.com/imgly/IMGLYUI-swift";
16281628
requirement = {
16291629
kind = exactVersion;
1630-
version = 1.34.0;
1630+
version = 1.35.0;
16311631
};
16321632
};
16331633
10597E39A033ABD8B233CD14 /* XCRemoteSwiftPackageReference "IMGLYEngine-swift" */ = {
16341634
isa = XCRemoteSwiftPackageReference;
16351635
repositoryURL = "https://github.com/imgly/IMGLYEngine-swift";
16361636
requirement = {
16371637
kind = exactVersion;
1638-
version = 1.34.0;
1638+
version = 1.35.0;
16391639
};
16401640
};
16411641
150F161C090426538C39E173 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {

editor-guides-configuration-basics/BasicEditorSolution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct BasicEditorSolution: View {
88
// highlight-userID
99
userID: "<your unique user id>",
1010
// highlight-baseURL
11-
baseURL: URL(string: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.34.0/assets")!
11+
baseURL: URL(string: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.35.0/assets")!
1212
)
1313

1414
var editor: some View {

engine-guides-exporting-blocks/ExportingBlocks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import IMGLYEngine
99

1010
@MainActor
1111
func exportingBlocks(engine: Engine) async throws {
12-
try engine.editor.setSettingString("basePath", value: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.34.0/assets")
12+
try engine.editor.setSettingString("basePath", value: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.35.0/assets")
1313
try await engine.addDefaultAssetSources()
1414
let sceneUrl =
1515
URL(string: "https://cdn.img.ly/assets/demo/v1/ly.img.template/templates/cesdk_postcard_1.scene")!

0 commit comments

Comments
 (0)