|
14 | 14 | 783D05BA29AE2B5100C5D2B0 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 783D05B929AE2B5100C5D2B0 /* README.md */; };
|
15 | 15 | 783D05C329AF609C00C5D2B0 /* sun_iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 783D05C229AF609C00C5D2B0 /* sun_iphone.png */; };
|
16 | 16 | 785C65B92C9DE0E600F94362 /* openai-async-image-swiftui in Frameworks */ = {isa = PBXBuildFile; productRef = 785C65B82C9DE0E600F94362 /* openai-async-image-swiftui */; };
|
| 17 | + 786795EF2CF5D14500352F7A /* RoundedTextFieldStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 786795EE2CF5D14300352F7A /* RoundedTextFieldStyle.swift */; }; |
17 | 18 | 78976E202C3AE11F00791CC3 /* TextWithLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78976E1F2C3AE11F00791CC3 /* TextWithLinks.swift */; };
|
18 | 19 | /* End PBXBuildFile section */
|
19 | 20 |
|
|
26 | 27 | 783CE14329A0C87800A88982 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
27 | 28 | 783D05B929AE2B5100C5D2B0 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
28 | 29 | 783D05C229AF609C00C5D2B0 /* sun_iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sun_iphone.png; sourceTree = "<group>"; };
|
| 30 | + 786795EE2CF5D14300352F7A /* RoundedTextFieldStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedTextFieldStyle.swift; sourceTree = "<group>"; }; |
29 | 31 | 78976E1F2C3AE11F00791CC3 /* TextWithLinks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextWithLinks.swift; sourceTree = "<group>"; };
|
30 | 32 | /* End PBXFileReference section */
|
31 | 33 |
|
|
61 | 63 | 783CE13A29A0C87600A88982 /* openai-async-image-swiftui-example */ = {
|
62 | 64 | isa = PBXGroup;
|
63 | 65 | children = (
|
| 66 | + 786795ED2CF5D13A00352F7A /* helper */, |
64 | 67 | 78976E212C3AE23000791CC3 /* view */,
|
65 | 68 | 783D05C129AF608300C5D2B0 /* img */,
|
66 | 69 | 783D05B929AE2B5100C5D2B0 /* README.md */,
|
|
96 | 99 | path = img;
|
97 | 100 | sourceTree = "<group>";
|
98 | 101 | };
|
| 102 | + 786795ED2CF5D13A00352F7A /* helper */ = { |
| 103 | + isa = PBXGroup; |
| 104 | + children = ( |
| 105 | + 786795EE2CF5D14300352F7A /* RoundedTextFieldStyle.swift */, |
| 106 | + ); |
| 107 | + path = helper; |
| 108 | + sourceTree = "<group>"; |
| 109 | + }; |
99 | 110 | 78976E212C3AE23000791CC3 /* view */ = {
|
100 | 111 | isa = PBXGroup;
|
101 | 112 | children = (
|
|
183 | 194 | buildActionMask = 2147483647;
|
184 | 195 | files = (
|
185 | 196 | 78976E202C3AE11F00791CC3 /* TextWithLinks.swift in Sources */,
|
| 197 | + 786795EF2CF5D14500352F7A /* RoundedTextFieldStyle.swift in Sources */, |
186 | 198 | 783CE13E29A0C87600A88982 /* ContentView.swift in Sources */,
|
187 | 199 | 783CE13C29A0C87600A88982 /* openai_async_image_swiftui_exampleApp.swift in Sources */,
|
188 | 200 | );
|
|
0 commit comments