|
13 | 13 | 295D77431C07122700C43B07 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 295D77411C07122700C43B07 /* LaunchScreen.storyboard */; }; |
14 | 14 | 29FC0C2B1C07268100B66E11 /* FeedTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29FC0C2A1C07268100B66E11 /* FeedTableViewCell.swift */; }; |
15 | 15 | 938EF94E073488BB7B5AE1F1 /* Pods_ImaginaryDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C16C258DB463D5FFF1DD607 /* Pods_ImaginaryDemo.framework */; }; |
| 16 | + F560478A28621EC1008ED0AC /* SwiftUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F560478928621EC1008ED0AC /* SwiftUIViewController.swift */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
|
27 | 28 | 311B2CD8C66C552F516784F2 /* Pods-ImaginaryDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryDemo/Pods-ImaginaryDemo.release.xcconfig"; sourceTree = "<group>"; }; |
28 | 29 | 46273A36A5534213CB1EF279 /* Pods-ImaginaryDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryDemo/Pods-ImaginaryDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
29 | 30 | F0A3FBC34DFEEC7A04F84F11 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 31 | + F560478928621EC1008ED0AC /* SwiftUIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIViewController.swift; sourceTree = "<group>"; }; |
30 | 32 | /* End PBXFileReference section */ |
31 | 33 |
|
32 | 34 | /* Begin PBXFrameworksBuildPhase section */ |
|
68 | 70 | 295D773F1C07122700C43B07 /* Assets.xcassets */, |
69 | 71 | 295D77411C07122700C43B07 /* LaunchScreen.storyboard */, |
70 | 72 | 295D77441C07122700C43B07 /* Info.plist */, |
| 73 | + F560478928621EC1008ED0AC /* SwiftUIViewController.swift */, |
71 | 74 | ); |
72 | 75 | path = ImaginaryDemo; |
73 | 76 | sourceTree = "<group>"; |
|
203 | 206 | isa = PBXSourcesBuildPhase; |
204 | 207 | buildActionMask = 2147483647; |
205 | 208 | files = ( |
| 209 | + F560478A28621EC1008ED0AC /* SwiftUIViewController.swift in Sources */, |
206 | 210 | 295D773B1C07122700C43B07 /* ViewController.swift in Sources */, |
207 | 211 | 29FC0C2B1C07268100B66E11 /* FeedTableViewCell.swift in Sources */, |
208 | 212 | 295D77391C07122700C43B07 /* AppDelegate.swift in Sources */, |
|
0 commit comments