Skip to content

Commit d7286fb

Browse files
committed
update
1 parent cf3a4ed commit d7286fb

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

coreml-stable-diffusion-swift-example.xcodeproj/project.pbxproj

+17-14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
780F590929FBDDD000CED862 /* coreml-stable-diffusion-swift in Frameworks */ = {isa = PBXBuildFile; productRef = 780F590829FBDDD000CED862 /* coreml-stable-diffusion-swift */; };
1011
789E96BC29CDC71600E7C50A /* coreml_stable_diffusion_swift_exampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789E96BB29CDC71600E7C50A /* coreml_stable_diffusion_swift_exampleApp.swift */; };
1112
789E96BE29CDC71600E7C50A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789E96BD29CDC71600E7C50A /* ContentView.swift */; };
1213
789E96C029CDC71700E7C50A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 789E96BF29CDC71700E7C50A /* Assets.xcassets */; };
@@ -29,7 +30,6 @@
2930
789E970929CDC98700E7C50A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 789E970829CDC98600E7C50A /* README.md */; };
3031
78EEEE6929DDBB2B00EDF91F /* img_01.png in Resources */ = {isa = PBXBuildFile; fileRef = 78EEEE6829DDBB2B00EDF91F /* img_01.png */; };
3132
78EEEE6F29DDCAA700EDF91F /* img_03.png in Resources */ = {isa = PBXBuildFile; fileRef = 78EEEE6E29DDCAA700EDF91F /* img_03.png */; };
32-
78FCA61529FBD62500F9A891 /* coreml-stable-diffusion-swift in Frameworks */ = {isa = PBXBuildFile; productRef = 78FCA61429FBD62500F9A891 /* coreml-stable-diffusion-swift */; };
3333
/* End PBXBuildFile section */
3434

3535
/* Begin PBXContainerItemProxy section */
@@ -76,15 +76,14 @@
7676
789E970829CDC98600E7C50A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
7777
78EEEE6829DDBB2B00EDF91F /* img_01.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = img_01.png; sourceTree = "<group>"; };
7878
78EEEE6E29DDCAA700EDF91F /* img_03.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = img_03.png; sourceTree = "<group>"; };
79-
78FCA61329FBD5E800F9A891 /* coreml-stable-diffusion-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "coreml-stable-diffusion-swift"; path = "../coreml-stable-diffusion-swift"; sourceTree = "<group>"; };
8079
/* End PBXFileReference section */
8180

8281
/* Begin PBXFrameworksBuildPhase section */
8382
789E96B529CDC71600E7C50A /* Frameworks */ = {
8483
isa = PBXFrameworksBuildPhase;
8584
buildActionMask = 2147483647;
8685
files = (
87-
78FCA61529FBD62500F9A891 /* coreml-stable-diffusion-swift in Frameworks */,
86+
780F590929FBDDD000CED862 /* coreml-stable-diffusion-swift in Frameworks */,
8887
);
8988
runOnlyForDeploymentPostprocessing = 0;
9089
};
@@ -115,7 +114,6 @@
115114
789E96AF29CDC71600E7C50A = {
116115
isa = PBXGroup;
117116
children = (
118-
78FCA61229FBD5E800F9A891 /* Packages */,
119117
78EEEE6729DDBB1100EDF91F /* img */,
120118
789E970829CDC98600E7C50A /* README.md */,
121119
789E96BA29CDC71600E7C50A /* coreml-stable-diffusion-swift-example */,
@@ -250,14 +248,6 @@
250248
path = img;
251249
sourceTree = "<group>";
252250
};
253-
78FCA61229FBD5E800F9A891 /* Packages */ = {
254-
isa = PBXGroup;
255-
children = (
256-
78FCA61329FBD5E800F9A891 /* coreml-stable-diffusion-swift */,
257-
);
258-
name = Packages;
259-
sourceTree = "<group>";
260-
};
261251
/* End PBXGroup section */
262252

263253
/* Begin PBXNativeTarget section */
@@ -275,7 +265,7 @@
275265
);
276266
name = "coreml-stable-diffusion-swift-example";
277267
packageProductDependencies = (
278-
78FCA61429FBD62500F9A891 /* coreml-stable-diffusion-swift */,
268+
780F590829FBDDD000CED862 /* coreml-stable-diffusion-swift */,
279269
);
280270
productName = "coreml-stable-diffusion-swift-example";
281271
productReference = 789E96B829CDC71600E7C50A /* coreml-stable-diffusion-swift-example.app */;
@@ -350,6 +340,7 @@
350340
);
351341
mainGroup = 789E96AF29CDC71600E7C50A;
352342
packageReferences = (
343+
780F590729FBDDD000CED862 /* XCRemoteSwiftPackageReference "coreml-stable-diffusion-swift" */,
353344
);
354345
productRefGroup = 789E96B929CDC71600E7C50A /* Products */;
355346
projectDirPath = "";
@@ -742,9 +733,21 @@
742733
};
743734
/* End XCConfigurationList section */
744735

736+
/* Begin XCRemoteSwiftPackageReference section */
737+
780F590729FBDDD000CED862 /* XCRemoteSwiftPackageReference "coreml-stable-diffusion-swift" */ = {
738+
isa = XCRemoteSwiftPackageReference;
739+
repositoryURL = "https://github.com/The-Igor/coreml-stable-diffusion-swift.git";
740+
requirement = {
741+
branch = main;
742+
kind = branch;
743+
};
744+
};
745+
/* End XCRemoteSwiftPackageReference section */
746+
745747
/* Begin XCSwiftPackageProductDependency section */
746-
78FCA61429FBD62500F9A891 /* coreml-stable-diffusion-swift */ = {
748+
780F590829FBDDD000CED862 /* coreml-stable-diffusion-swift */ = {
747749
isa = XCSwiftPackageProductDependency;
750+
package = 780F590729FBDDD000CED862 /* XCRemoteSwiftPackageReference "coreml-stable-diffusion-swift" */;
748751
productName = "coreml-stable-diffusion-swift";
749752
};
750753
/* End XCSwiftPackageProductDependency section */

coreml-stable-diffusion-swift-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"pins" : [
3+
{
4+
"identity" : "coreml-stable-diffusion-swift",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/The-Igor/coreml-stable-diffusion-swift.git",
7+
"state" : {
8+
"branch" : "main",
9+
"revision" : "70bbc8fc66fdd43ebd3f5fbe2933acab8908b85a"
10+
}
11+
},
312
{
413
"identity" : "files",
514
"kind" : "remoteSourceControl",

0 commit comments

Comments
 (0)