Skip to content

Commit 6a97930

Browse files
committed
Update project.pbxproj
1 parent 85167bc commit 6a97930

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

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

99
/* Begin PBXBuildFile section */
10+
7867962A2CF73B5600352F7A /* coreml-stable-diffusion-swift in Frameworks */ = {isa = PBXBuildFile; productRef = 786796292CF73B5600352F7A /* coreml-stable-diffusion-swift */; };
1011
7883737D2C58FCEC007C71A5 /* img_01.png in Resources */ = {isa = PBXBuildFile; fileRef = 7883737C2C58FCEC007C71A5 /* img_01.png */; };
1112
789DF2422A0BA5C9003AEAA3 /* img_08.gif in Resources */ = {isa = PBXBuildFile; fileRef = 789DF2412A0BA5C9003AEAA3 /* img_08.gif */; };
1213
789E96BC29CDC71600E7C50A /* coreml_stable_diffusion_swift_exampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789E96BB29CDC71600E7C50A /* coreml_stable_diffusion_swift_exampleApp.swift */; };
@@ -84,6 +85,7 @@
8485
isa = PBXFrameworksBuildPhase;
8586
buildActionMask = 2147483647;
8687
files = (
88+
7867962A2CF73B5600352F7A /* coreml-stable-diffusion-swift in Frameworks */,
8789
);
8890
runOnlyForDeploymentPostprocessing = 0;
8991
};
@@ -266,6 +268,7 @@
266268
);
267269
name = "coreml-stable-diffusion-swift-example";
268270
packageProductDependencies = (
271+
786796292CF73B5600352F7A /* coreml-stable-diffusion-swift */,
269272
);
270273
productName = "coreml-stable-diffusion-swift-example";
271274
productReference = 789E96B829CDC71600E7C50A /* coreml-stable-diffusion-swift-example.app */;
@@ -748,6 +751,14 @@
748751
};
749752
};
750753
/* End XCRemoteSwiftPackageReference section */
754+
755+
/* Begin XCSwiftPackageProductDependency section */
756+
786796292CF73B5600352F7A /* coreml-stable-diffusion-swift */ = {
757+
isa = XCSwiftPackageProductDependency;
758+
package = 786796282CF73AFB00352F7A /* XCRemoteSwiftPackageReference "coreml-stable-diffusion-swift" */;
759+
productName = "coreml-stable-diffusion-swift";
760+
};
761+
/* End XCSwiftPackageProductDependency section */
751762
};
752763
rootObject = 789E96B029CDC71600E7C50A /* Project object */;
753764
}

0 commit comments

Comments
 (0)