File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
CESDK-Showcases.xcodeproj
editor-guides-configuration-basics
engine-guides-exporting-blocks Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 */,
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)";
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;
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" */ = {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import IMGLYEngine
99
1010@MainActor
1111func 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 " ) !
You can’t perform that action at this time.
0 commit comments