|
60 | 60 | 221E266E2EDCF1B40095699D /* libTestFixtures.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTestFixtures.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
61 | 61 | 221E26C62EDCF22B0095699D /* TKLiveSync.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TKLiveSync.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
62 | 62 | 228CA10D2EB9350000A4EC63 /* TestRunner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestRunner.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
63 | | - 228CA3702EB9365C00A4EC63 /* NativeScript.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NativeScript.xcframework; path = dist/NativeScript.xcframework; sourceTree = "<group>"; }; |
64 | | - 228CA3742EB9377D00A4EC63 /* TKLiveSync.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TKLiveSync.xcframework; path = dist/TKLiveSync.xcframework; sourceTree = "<group>"; }; |
| 63 | + 228CA3702EB9365C00A4EC63 /* NativeScript.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NativeScript.xcframework; path = ../../dist/NativeScript.xcframework; sourceTree = "<group>"; }; |
| 64 | + 228CA3742EB9377D00A4EC63 /* TKLiveSync.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TKLiveSync.xcframework; path = ../../dist/TKLiveSync.xcframework; sourceTree = "<group>"; }; |
65 | 65 | 228CA7A42EB9387900A4EC63 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; name = app; path = test/runtime/runner/app; sourceTree = "<group>"; }; |
66 | 66 | /* End PBXFileReference section */ |
67 | 67 |
|
|
312 | 312 | isa = PBXFileSystemSynchronizedRootGroup; |
313 | 313 | exceptions = ( |
314 | 314 | ); |
315 | | - path = "metadata-generator"; |
| 315 | + path = "../../metadata-generator"; |
316 | 316 | sourceTree = "<group>"; |
317 | 317 | }; |
318 | 318 | 22D453EB2E23F21F00E2B467 /* NativeScript */ = { |
319 | 319 | isa = PBXFileSystemSynchronizedRootGroup; |
320 | 320 | exceptions = ( |
321 | 321 | ); |
322 | | - path = NativeScript; |
| 322 | + path = ../../NativeScript; |
323 | 323 | sourceTree = "<group>"; |
324 | 324 | }; |
325 | 325 | /* End PBXFileSystemSynchronizedRootGroup section */ |
|
543 | 543 | ); |
544 | 544 | runOnlyForDeploymentPostprocessing = 0; |
545 | 545 | shellPath = /bin/sh; |
546 | | - shellScript = "cd ${PROJECT_DIR}/metadata-generator/dist/arm64/bin\ncp ../../../build-step-metadata-generator.py .\n./build-step-metadata-generator.py\n\nplatformTag=\"ios\"\nif [ \"$PLATFORM_NAME\" = \"macosx\" ]; then\n platformTag=\"macos\"\nelif [ \"$PLATFORM_NAME\" = \"iphonesimulator\" ]; then\n platformTag=\"ios-sim\"\nfi\n\narchList=\"$VALID_ARCHS\"\nif [ -z \"$archList\" ]; then\n archList=\"$ARCHS\"\nfi\n\nfor arch in $archList\ndo\n outputPath=\"$CONFIGURATION_BUILD_DIR/metadata-$arch.bin\"\n if [ -s \"$outputPath\" ]; then\n echo \"keeping generated $outputPath\"\n continue\n fi\n\n sourcePath=\"../../../metadata/metadata.$platformTag.$arch.nsmd\"\n if [ -f \"$sourcePath\" ]; then\n echo \"copying fallback $sourcePath -> $outputPath\"\n cp \"$sourcePath\" \"$outputPath\"\n else\n echo \"creating empty $outputPath (missing $sourcePath)\"\n : > \"$outputPath\"\n fi\ndone\n"; |
| 546 | + shellScript = "cd ${PROJECT_DIR}/../../metadata-generator/dist/arm64/bin\ncp ../../../build-step-metadata-generator.py .\n./build-step-metadata-generator.py\n\nplatformTag=\"ios\"\nif [ \"$PLATFORM_NAME\" = \"macosx\" ]; then\n platformTag=\"macos\"\nelif [ \"$PLATFORM_NAME\" = \"iphonesimulator\" ]; then\n platformTag=\"ios-sim\"\nfi\n\narchList=\"$VALID_ARCHS\"\nif [ -z \"$archList\" ]; then\n archList=\"$ARCHS\"\nfi\n\nfor arch in $archList\ndo\n outputPath=\"$CONFIGURATION_BUILD_DIR/metadata-$arch.bin\"\n if [ -s \"$outputPath\" ]; then\n echo \"keeping generated $outputPath\"\n continue\n fi\n\n sourcePath=\"../../../metadata/metadata.$platformTag.$arch.nsmd\"\n if [ -f \"$sourcePath\" ]; then\n echo \"copying fallback $sourcePath -> $outputPath\"\n cp \"$sourcePath\" \"$outputPath\"\n else\n echo \"creating empty $outputPath (missing $sourcePath)\"\n : > \"$outputPath\"\n fi\ndone\n"; |
547 | 547 | }; |
548 | 548 | /* End PBXShellScriptBuildPhase section */ |
549 | 549 |
|
|
1007 | 1007 | GENERATE_INFOPLIST_FILE = YES; |
1008 | 1008 | HEADER_SEARCH_PATHS = ( |
1009 | 1009 | "$(SRCROOT)/test/runtime/fixtures", |
1010 | | - "$(SRCROOT)/NativeScript", |
| 1010 | + "$(SRCROOT)/../../NativeScript", |
1011 | 1011 | ); |
1012 | 1012 | INFOPLIST_FILE = test/runtime/runner/Info.plist; |
1013 | 1013 | INFOPLIST_KEY_NSAppleMusicUsageDescription = "Listen Music"; |
|
1114 | 1114 | GENERATE_INFOPLIST_FILE = YES; |
1115 | 1115 | HEADER_SEARCH_PATHS = ( |
1116 | 1116 | "$(SRCROOT)/test/runtime/fixtures", |
1117 | | - "$(SRCROOT)/NativeScript", |
| 1117 | + "$(SRCROOT)/../../NativeScript", |
1118 | 1118 | ); |
1119 | 1119 | INFOPLIST_FILE = test/runtime/runner/Info.plist; |
1120 | 1120 | INFOPLIST_KEY_NSAppleMusicUsageDescription = "Listen Music"; |
|
0 commit comments