|
13 | 13 | 783CE14429A0C87800A88982 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 783CE14329A0C87800A88982 /* Preview Assets.xcassets */; };
|
14 | 14 | 783D05B829AE2B2900C5D2B0 /* openai-async-image-swiftui in Frameworks */ = {isa = PBXBuildFile; productRef = 783D05B729AE2B2900C5D2B0 /* openai-async-image-swiftui */; };
|
15 | 15 | 783D05BA29AE2B5100C5D2B0 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 783D05B929AE2B5100C5D2B0 /* README.md */; };
|
| 16 | + 783D05C329AF609C00C5D2B0 /* sun_iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 783D05C229AF609C00C5D2B0 /* sun_iphone.png */; }; |
16 | 17 | /* End PBXBuildFile section */
|
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */
|
|
23 | 24 | 783CE14129A0C87800A88982 /* openai_async_image_swiftui_example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = openai_async_image_swiftui_example.entitlements; sourceTree = "<group>"; };
|
24 | 25 | 783CE14329A0C87800A88982 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
25 | 26 | 783D05B929AE2B5100C5D2B0 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
| 27 | + 783D05C229AF609C00C5D2B0 /* sun_iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sun_iphone.png; sourceTree = "<group>"; }; |
26 | 28 | /* End PBXFileReference section */
|
27 | 29 |
|
28 | 30 | /* Begin PBXFrameworksBuildPhase section */
|
|
57 | 59 | 783CE13A29A0C87600A88982 /* openai-async-image-swiftui-example */ = {
|
58 | 60 | isa = PBXGroup;
|
59 | 61 | children = (
|
| 62 | + 783D05C129AF608300C5D2B0 /* img */, |
60 | 63 | 783D05B929AE2B5100C5D2B0 /* README.md */,
|
61 | 64 | 783CE13B29A0C87600A88982 /* openai_async_image_swiftui_exampleApp.swift */,
|
62 | 65 | 783CE13D29A0C87600A88982 /* ContentView.swift */,
|
|
82 | 85 | name = Frameworks;
|
83 | 86 | sourceTree = "<group>";
|
84 | 87 | };
|
| 88 | + 783D05C129AF608300C5D2B0 /* img */ = { |
| 89 | + isa = PBXGroup; |
| 90 | + children = ( |
| 91 | + 783D05C229AF609C00C5D2B0 /* sun_iphone.png */, |
| 92 | + ); |
| 93 | + path = img; |
| 94 | + sourceTree = "<group>"; |
| 95 | + }; |
85 | 96 | /* End PBXGroup section */
|
86 | 97 |
|
87 | 98 | /* Begin PBXNativeTarget section */
|
|
147 | 158 | buildActionMask = 2147483647;
|
148 | 159 | files = (
|
149 | 160 | 783D05BA29AE2B5100C5D2B0 /* README.md in Resources */,
|
| 161 | + 783D05C329AF609C00C5D2B0 /* sun_iphone.png in Resources */, |
150 | 162 | 783CE14429A0C87800A88982 /* Preview Assets.xcassets in Resources */,
|
151 | 163 | 783CE14029A0C87800A88982 /* Assets.xcassets in Resources */,
|
152 | 164 | );
|
|
0 commit comments