|
41 | 41 | 5709B34CF0A7D63546082F79 /* Pods-RealmReactNativeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RealmReactNativeTests.release.xcconfig"; path = "Target Support Files/Pods-RealmReactNativeTests/Pods-RealmReactNativeTests.release.xcconfig"; sourceTree = "<group>"; }; |
42 | 42 | 5B7EB9410499542E8C5724F5 /* Pods-RealmReactNativeTests-RealmReactNativeTestsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RealmReactNativeTests-RealmReactNativeTestsTests.debug.xcconfig"; path = "Target Support Files/Pods-RealmReactNativeTests-RealmReactNativeTestsTests/Pods-RealmReactNativeTests-RealmReactNativeTestsTests.debug.xcconfig"; sourceTree = "<group>"; }; |
43 | 43 | 5DCACB8F33CDC322A6C60F78 /* libPods-RealmReactNativeTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RealmReactNativeTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + 71734F432850B0BD0075FC8A /* RealmReactNativeTests.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = RealmReactNativeTests.entitlements; path = RealmReactNativeTests/RealmReactNativeTests.entitlements; sourceTree = "<group>"; }; |
44 | 45 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = RealmReactNativeTests/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
45 | 46 | 89C6BE57DB24E9ADA2F236DE /* Pods-RealmReactNativeTests-RealmReactNativeTestsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RealmReactNativeTests-RealmReactNativeTestsTests.release.xcconfig"; path = "Target Support Files/Pods-RealmReactNativeTests-RealmReactNativeTestsTests/Pods-RealmReactNativeTests-RealmReactNativeTestsTests.release.xcconfig"; sourceTree = "<group>"; }; |
46 | 47 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
|
86 | 87 | 13B07FAE1A68108700A75B9A /* RealmReactNativeTests */ = { |
87 | 88 | isa = PBXGroup; |
88 | 89 | children = ( |
| 90 | + 71734F432850B0BD0075FC8A /* RealmReactNativeTests.entitlements */, |
89 | 91 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
90 | 92 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */, |
91 | 93 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
|
262 | 264 | ); |
263 | 265 | runOnlyForDeploymentPostprocessing = 0; |
264 | 266 | shellPath = /bin/sh; |
265 | | - shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
| 267 | + shellScript = "set -e\nexport PLATFORM_NAME=ios\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
266 | 268 | }; |
267 | 269 | 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { |
268 | 270 | isa = PBXShellScriptBuildPhase; |
|
431 | 433 | baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-RealmReactNativeTests-RealmReactNativeTestsTests.debug.xcconfig */; |
432 | 434 | buildSettings = { |
433 | 435 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 436 | + DEVELOPMENT_TEAM = ""; |
434 | 437 | GCC_PREPROCESSOR_DEFINITIONS = ( |
435 | 438 | "DEBUG=1", |
436 | 439 | "$(inherited)", |
|
459 | 462 | buildSettings = { |
460 | 463 | BUNDLE_LOADER = "$(TEST_HOST)"; |
461 | 464 | COPY_PHASE_STRIP = NO; |
| 465 | + DEVELOPMENT_TEAM = ""; |
462 | 466 | INFOPLIST_FILE = RealmReactNativeTestsTests/Info.plist; |
463 | 467 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
464 | 468 | LD_RUNPATH_SEARCH_PATHS = ( |
|
483 | 487 | buildSettings = { |
484 | 488 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
485 | 489 | CLANG_ENABLE_MODULES = YES; |
| 490 | + CODE_SIGN_ENTITLEMENTS = RealmReactNativeTests/RealmReactNativeTests.entitlements; |
| 491 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
486 | 492 | CURRENT_PROJECT_VERSION = 1; |
| 493 | + DEVELOPMENT_TEAM = ""; |
487 | 494 | ENABLE_BITCODE = NO; |
488 | 495 | INFOPLIST_FILE = RealmReactNativeTests/Info.plist; |
489 | 496 | LD_RUNPATH_SEARCH_PATHS = ( |
|
497 | 504 | ); |
498 | 505 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
499 | 506 | PRODUCT_NAME = RealmReactNativeTests; |
| 507 | + SUPPORTS_MACCATALYST = YES; |
500 | 508 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
501 | 509 | SWIFT_VERSION = 5.0; |
| 510 | + TARGETED_DEVICE_FAMILY = "1,2"; |
502 | 511 | VERSIONING_SYSTEM = "apple-generic"; |
503 | 512 | }; |
504 | 513 | name = Debug; |
|
509 | 518 | buildSettings = { |
510 | 519 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
511 | 520 | CLANG_ENABLE_MODULES = YES; |
| 521 | + CODE_SIGN_ENTITLEMENTS = RealmReactNativeTests/RealmReactNativeTests.entitlements; |
| 522 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
512 | 523 | CURRENT_PROJECT_VERSION = 1; |
| 524 | + DEVELOPMENT_TEAM = ""; |
513 | 525 | INFOPLIST_FILE = RealmReactNativeTests/Info.plist; |
514 | 526 | LD_RUNPATH_SEARCH_PATHS = ( |
515 | 527 | "$(inherited)", |
|
522 | 534 | ); |
523 | 535 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
524 | 536 | PRODUCT_NAME = RealmReactNativeTests; |
| 537 | + SUPPORTS_MACCATALYST = YES; |
525 | 538 | SWIFT_VERSION = 5.0; |
| 539 | + TARGETED_DEVICE_FAMILY = "1,2"; |
526 | 540 | VERSIONING_SYSTEM = "apple-generic"; |
527 | 541 | }; |
528 | 542 | name = Release; |
|
0 commit comments