|
11 | 11 | 607A66222B0EFA390010BFC8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607A66212B0EFA390010BFC8 /* Assets.xcassets */; }; |
12 | 12 | 607A66252B0EFA390010BFC8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607A66232B0EFA390010BFC8 /* LaunchScreen.storyboard */; }; |
13 | 13 | 607A66282B0EFA390010BFC8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 607A66272B0EFA390010BFC8 /* main.m */; }; |
14 | | - 607A66322B0EFA3A0010BFC8 /* iOSTestbedTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 607A66312B0EFA3A0010BFC8 /* iOSTestbedTests.m */; }; |
| 14 | + 607A66322B0EFA3A0010BFC8 /* CatalystTestbedTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 607A66312B0EFA3A0010BFC8 /* CatalystTestbedTests.m */; }; |
15 | 15 | 607A664C2B0EFC080010BFC8 /* Python.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 607A664A2B0EFB310010BFC8 /* Python.xcframework */; }; |
16 | 16 | 607A664D2B0EFC080010BFC8 /* Python.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 607A664A2B0EFB310010BFC8 /* Python.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
17 | 17 | 607A66502B0EFFE00010BFC8 /* Python.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 607A664A2B0EFB310010BFC8 /* Python.xcframework */; }; |
|
64 | 64 | 607A66242B0EFA390010BFC8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
65 | 65 | 607A66272B0EFA390010BFC8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
66 | 66 | 607A662D2B0EFA3A0010BFC8 /* CatalystTestbedTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CatalystTestbedTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | | - 607A66312B0EFA3A0010BFC8 /* iOSTestbedTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = iOSTestbedTests.m; sourceTree = "<group>"; }; |
| 67 | + 607A66312B0EFA3A0010BFC8 /* CatalystTestbedTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CatalystTestbedTests.m; sourceTree = "<group>"; }; |
68 | 68 | 607A664A2B0EFB310010BFC8 /* Python.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Python.xcframework; sourceTree = "<group>"; }; |
69 | 69 | 607A66572B0F079F0010BFC8 /* dylib-Info-template.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "dylib-Info-template.plist"; sourceTree = "<group>"; }; |
70 | 70 | 607A66592B0F08600010BFC8 /* CatalystTestbed-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "CatalystTestbed-Info.plist"; sourceTree = "<group>"; }; |
|
133 | 133 | 607A66302B0EFA3A0010BFC8 /* CatalystTestbedTests */ = { |
134 | 134 | isa = PBXGroup; |
135 | 135 | children = ( |
136 | | - 607A66312B0EFA3A0010BFC8 /* iOSTestbedTests.m */, |
| 136 | + 607A66312B0EFA3A0010BFC8 /* CatalystTestbedTests.m */, |
137 | 137 | ); |
138 | 138 | path = CatalystTestbedTests; |
139 | 139 | sourceTree = "<group>"; |
|
302 | 302 | isa = PBXSourcesBuildPhase; |
303 | 303 | buildActionMask = 2147483647; |
304 | 304 | files = ( |
305 | | - 607A66322B0EFA3A0010BFC8 /* iOSTestbedTests.m in Sources */, |
| 305 | + 607A66322B0EFA3A0010BFC8 /* CatalystTestbedTests.m in Sources */, |
306 | 306 | ); |
307 | 307 | runOnlyForDeploymentPostprocessing = 0; |
308 | 308 | }; |
|
0 commit comments