Skip to content

Commit e8a47bb

Browse files
committed
update
1 parent 00f861c commit e8a47bb

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

openai-async-image-swiftui-example.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -16,6 +16,7 @@
1616
786795EF2CF5D14500352F7A /* RoundedTextFieldStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 786795EE2CF5D14300352F7A /* RoundedTextFieldStyle.swift */; };
1717
78976E202C3AE11F00791CC3 /* TextWithLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78976E1F2C3AE11F00791CC3 /* TextWithLinks.swift */; };
1818
78DC332A2CFC6D3F009A0DB3 /* openai-async-image-swiftui in Frameworks */ = {isa = PBXBuildFile; productRef = 78DC33292CFC6D3F009A0DB3 /* openai-async-image-swiftui */; };
19+
78DC332D2CFC7041009A0DB3 /* openai-async-image-swiftui in Frameworks */ = {isa = PBXBuildFile; productRef = 78DC332C2CFC7041009A0DB3 /* openai-async-image-swiftui */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXFileReference section */
@@ -37,6 +38,7 @@
3738
buildActionMask = 2147483647;
3839
files = (
3940
78DC332A2CFC6D3F009A0DB3 /* openai-async-image-swiftui in Frameworks */,
41+
78DC332D2CFC7041009A0DB3 /* openai-async-image-swiftui in Frameworks */,
4042
);
4143
runOnlyForDeploymentPostprocessing = 0;
4244
};
@@ -133,6 +135,7 @@
133135
name = "openai-async-image-swiftui-example";
134136
packageProductDependencies = (
135137
78DC33292CFC6D3F009A0DB3 /* openai-async-image-swiftui */,
138+
78DC332C2CFC7041009A0DB3 /* openai-async-image-swiftui */,
136139
);
137140
productName = "openai-async-image-swiftui-example";
138141
productReference = 783CE13829A0C87600A88982 /* openai-async-image-swiftui-example.app */;
@@ -163,7 +166,7 @@
163166
);
164167
mainGroup = 783CE12F29A0C87600A88982;
165168
packageReferences = (
166-
78DC33282CFC6D3F009A0DB3 /* XCLocalSwiftPackageReference "../openai-async-image-swiftui" */,
169+
78DC332B2CFC7041009A0DB3 /* XCRemoteSwiftPackageReference "openai-async-image-swiftui" */,
167170
);
168171
productRefGroup = 783CE13929A0C87600A88982 /* Products */;
169172
projectDirPath = "";
@@ -423,18 +426,27 @@
423426
};
424427
/* End XCConfigurationList section */
425428

426-
/* Begin XCLocalSwiftPackageReference section */
427-
78DC33282CFC6D3F009A0DB3 /* XCLocalSwiftPackageReference "../openai-async-image-swiftui" */ = {
428-
isa = XCLocalSwiftPackageReference;
429-
relativePath = "../openai-async-image-swiftui";
429+
/* Begin XCRemoteSwiftPackageReference section */
430+
78DC332B2CFC7041009A0DB3 /* XCRemoteSwiftPackageReference "openai-async-image-swiftui" */ = {
431+
isa = XCRemoteSwiftPackageReference;
432+
repositoryURL = "https://github.com/swiftuiux/openai-async-image-swiftui";
433+
requirement = {
434+
branch = main;
435+
kind = branch;
436+
};
430437
};
431-
/* End XCLocalSwiftPackageReference section */
438+
/* End XCRemoteSwiftPackageReference section */
432439

433440
/* Begin XCSwiftPackageProductDependency section */
434441
78DC33292CFC6D3F009A0DB3 /* openai-async-image-swiftui */ = {
435442
isa = XCSwiftPackageProductDependency;
436443
productName = "openai-async-image-swiftui";
437444
};
445+
78DC332C2CFC7041009A0DB3 /* openai-async-image-swiftui */ = {
446+
isa = XCSwiftPackageProductDependency;
447+
package = 78DC332B2CFC7041009A0DB3 /* XCRemoteSwiftPackageReference "openai-async-image-swiftui" */;
448+
productName = "openai-async-image-swiftui";
449+
};
438450
/* End XCSwiftPackageProductDependency section */
439451
};
440452
rootObject = 783CE13029A0C87600A88982 /* Project object */;

openai-async-image-swiftui-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)