Skip to content

Commit

Permalink
Update examples for v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imgly-bot committed Sep 30, 2024
1 parent 01fe5bb commit e67c2bf
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions CESDK-Showcases.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
path = "engine-guides-uri-resolver";
sourceTree = "<group>";
};
"TEMP_F5B9C3EA-C240-4B5B-8D6E-99E1427C9B8C" /* cesdk_swift_examples */ = {
"TEMP_93656E41-A6C7-4EC3-B19C-B088F1D4D70A" /* cesdk_swift_examples */ = {
isa = PBXGroup;
children = (
582BF90249D09687E7CFACDC /* editor-guides-solutions-video-editor */,
Expand Down Expand Up @@ -1462,7 +1462,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.35.1;
MARKETING_VERSION = 1.36.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1552,7 +1552,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.35.1;
MARKETING_VERSION = 1.36.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1627,15 +1627,15 @@
repositoryURL = "https://github.com/imgly/IMGLYUI-swift";
requirement = {
kind = exactVersion;
version = 1.35.1;
version = 1.36.0;
};
};
10597E39A033ABD8B233CD14 /* XCRemoteSwiftPackageReference "IMGLYEngine-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/imgly/IMGLYEngine-swift";
requirement = {
kind = exactVersion;
version = 1.35.1;
version = 1.36.0;
};
};
150F161C090426538C39E173 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct BasicEditorSolution: View {
// highlight-userID
userID: "<your unique user id>",
// highlight-baseURL
baseURL: URL(string: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.35.1/assets")!
baseURL: URL(string: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.36.0/assets")!
)

var editor: some View {
Expand Down
2 changes: 1 addition & 1 deletion engine-guides-exporting-blocks/ExportingBlocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import IMGLYEngine

@MainActor
func exportingBlocks(engine: Engine) async throws {
try engine.editor.setSettingString("basePath", value: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.35.1/assets")
try engine.editor.setSettingString("basePath", value: "https://cdn.img.ly/packages/imgly/cesdk-engine/1.36.0/assets")
try await engine.addDefaultAssetSources()
let sceneUrl =
URL(string: "https://cdn.img.ly/assets/demo/v1/ly.img.template/templates/cesdk_postcard_1.scene")!
Expand Down
2 changes: 1 addition & 1 deletion scenes/design/booklet.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/business_card.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/full_hd.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/instagram_post.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/instagram_story.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_02_ig_story_9_16.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_03_full_hd_slides_16_9.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_04_x_profile_picture_1_1.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_05_x_header.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_06_booklet.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/template_07_business_card.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/x_header.scene

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenes/design/x_profile_picture.scene

Large diffs are not rendered by default.

0 comments on commit e67c2bf

Please sign in to comment.