Skip to content

Commit 1dd60a2

Browse files
committed
1.1.0 (203)
1 parent d152e1f commit 1dd60a2

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

app/ios/iosApp.xcodeproj/project.pbxproj

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 60;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -74,7 +74,7 @@
7474
6A2A00000000000000000023 /* SiliconDiffusionCoreMLRuntime.swift */,
7575
);
7676
name = "CoreML Swift";
77-
path = "../../feature/coreml/swift/AppBridge";
77+
path = ../../feature/coreml/swift/AppBridge;
7878
sourceTree = "<group>";
7979
};
8080
6A2A00000000000000000033 /* Bonsai Swift */ = {
@@ -83,7 +83,7 @@
8383
6A2A00000000000000000032 /* SiliconDiffusionBonsaiRuntime.swift */,
8484
);
8585
name = "Bonsai Swift";
86-
path = "../../feature/bonsai/swift/AppBridge";
86+
path = ../../feature/bonsai/swift/AppBridge;
8787
sourceTree = "<group>";
8888
};
8989
/* End PBXGroup section */
@@ -136,8 +136,8 @@
136136
);
137137
mainGroup = 6A2A00000000000000000007;
138138
packageReferences = (
139-
6A2A00000000000000000034 /* XCLocalSwiftPackageReference "SiliconDiffusionBonsai" */,
140-
6A2A00000000000000000024 /* XCLocalSwiftPackageReference "SiliconDiffusionCoreML" */,
139+
6A2A00000000000000000034 /* XCLocalSwiftPackageReference "../../feature/bonsai" */,
140+
6A2A00000000000000000024 /* XCLocalSwiftPackageReference "../../feature/coreml/swift" */,
141141
);
142142
productRefGroup = 6A2A00000000000000000009 /* Products */;
143143
projectDirPath = "";
@@ -317,7 +317,7 @@
317317
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
318318
CODE_SIGN_IDENTITY = "Apple Development";
319319
CODE_SIGN_STYLE = Automatic;
320-
CURRENT_PROJECT_VERSION = 202;
320+
CURRENT_PROJECT_VERSION = 203;
321321
DEVELOPMENT_TEAM = 383EQFRA4A;
322322
ENABLE_PREVIEWS = YES;
323323
FRAMEWORK_SEARCH_PATHS = (
@@ -332,7 +332,7 @@
332332
"$(inherited)",
333333
"@executable_path/Frameworks",
334334
);
335-
MARKETING_VERSION = 1.0.0;
335+
MARKETING_VERSION = 1.1.0;
336336
OTHER_LDFLAGS = (
337337
"$(inherited)",
338338
"-framework",
@@ -353,7 +353,7 @@
353353
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
354354
CODE_SIGN_IDENTITY = "Apple Development";
355355
CODE_SIGN_STYLE = Automatic;
356-
CURRENT_PROJECT_VERSION = 202;
356+
CURRENT_PROJECT_VERSION = 203;
357357
DEVELOPMENT_TEAM = 383EQFRA4A;
358358
ENABLE_PREVIEWS = YES;
359359
FRAMEWORK_SEARCH_PATHS = (
@@ -368,7 +368,7 @@
368368
"$(inherited)",
369369
"@executable_path/Frameworks",
370370
);
371-
MARKETING_VERSION = 1.0.0;
371+
MARKETING_VERSION = 1.1.0;
372372
OTHER_LDFLAGS = (
373373
"$(inherited)",
374374
"-framework",
@@ -407,27 +407,25 @@
407407
/* End XCConfigurationList section */
408408

409409
/* Begin XCLocalSwiftPackageReference section */
410-
6A2A00000000000000000024 /* XCLocalSwiftPackageReference "SiliconDiffusionCoreML" */ = {
410+
6A2A00000000000000000024 /* XCLocalSwiftPackageReference "../../feature/coreml/swift" */ = {
411411
isa = XCLocalSwiftPackageReference;
412-
name = SiliconDiffusionCoreML;
413-
relativePath = "../../feature/coreml/swift";
412+
relativePath = ../../feature/coreml/swift;
414413
};
415-
6A2A00000000000000000034 /* XCLocalSwiftPackageReference "SiliconDiffusionBonsai" */ = {
414+
6A2A00000000000000000034 /* XCLocalSwiftPackageReference "../../feature/bonsai" */ = {
416415
isa = XCLocalSwiftPackageReference;
417-
name = SiliconDiffusionBonsai;
418-
relativePath = "../../feature/bonsai";
416+
relativePath = ../../feature/bonsai;
419417
};
420418
/* End XCLocalSwiftPackageReference section */
421419

422420
/* Begin XCSwiftPackageProductDependency section */
423421
6A2A00000000000000000026 /* SiliconDiffusionCoreML */ = {
424422
isa = XCSwiftPackageProductDependency;
425-
package = 6A2A00000000000000000024 /* XCLocalSwiftPackageReference "SiliconDiffusionCoreML" */;
423+
package = 6A2A00000000000000000024 /* XCLocalSwiftPackageReference "../../feature/coreml/swift" */;
426424
productName = SiliconDiffusionCoreML;
427425
};
428426
6A2A00000000000000000035 /* SiliconDiffusionBonsai */ = {
429427
isa = XCSwiftPackageProductDependency;
430-
package = 6A2A00000000000000000034 /* XCLocalSwiftPackageReference "SiliconDiffusionBonsai" */;
428+
package = 6A2A00000000000000000034 /* XCLocalSwiftPackageReference "../../feature/bonsai" */;
431429
productName = SiliconDiffusionBonsai;
432430
};
433431
/* End XCSwiftPackageProductDependency section */

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
versionName = "1.0.0"
3-
versionCode = "202"
2+
versionName = "1.1.0"
3+
versionCode = "203"
44
targetSdk = "36"
55
compileSdk = "36"
66
minSdk = "24"

0 commit comments

Comments
 (0)