|
35 | 35 | 13B07F961A680F5B00A75B9A /* ReactNativeSdkExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeSdkExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 36 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSdkExample/Images.xcassets; sourceTree = "<group>"; }; |
37 | 37 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeSdkExample/Info.plist; sourceTree = "<group>"; }; |
| 38 | + 13B07FB71A68108700A75B9A /* ReactNativeSdkExample.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; name = ReactNativeSdkExample.entitlements; path = ReactNativeSdkExample/ReactNativeSdkExample.entitlements; sourceTree = "<group>"; }; |
38 | 39 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
39 | 40 | 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
40 | 41 | 3A95ED4563D4389808EDEA8F /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; }; |
|
91 | 92 | children = ( |
92 | 93 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
93 | 94 | 779227332DFA3FB500D69EC0 /* AppDelegate.swift */, |
| 95 | + 13B07FB71A68108700A75B9A /* ReactNativeSdkExample.entitlements */, |
94 | 96 | 13B07FB61A68108700A75B9A /* Info.plist */, |
95 | 97 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
96 | 98 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
|
277 | 279 | inputFileListPaths = ( |
278 | 280 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
279 | 281 | ); |
280 | | - inputPaths = ( |
281 | | - ); |
282 | 282 | name = "[CP] Embed Pods Frameworks"; |
283 | 283 | outputFileListPaths = ( |
284 | 284 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
285 | 285 | ); |
286 | | - outputPaths = ( |
287 | | - ); |
288 | 286 | runOnlyForDeploymentPostprocessing = 0; |
289 | 287 | shellPath = /bin/sh; |
290 | 288 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n"; |
|
320 | 318 | inputFileListPaths = ( |
321 | 319 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-input-files.xcfilelist", |
322 | 320 | ); |
323 | | - inputPaths = ( |
324 | | - ); |
325 | 321 | name = "[CP] Copy Pods Resources"; |
326 | 322 | outputFileListPaths = ( |
327 | 323 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-output-files.xcfilelist", |
328 | 324 | ); |
329 | | - outputPaths = ( |
330 | | - ); |
331 | 325 | runOnlyForDeploymentPostprocessing = 0; |
332 | 326 | shellPath = /bin/sh; |
333 | 327 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n"; |
|
430 | 424 | buildSettings = { |
431 | 425 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
432 | 426 | CLANG_ENABLE_MODULES = YES; |
| 427 | + CODE_SIGN_ENTITLEMENTS = ReactNativeSdkExample/ReactNativeSdkExample.entitlements; |
433 | 428 | CURRENT_PROJECT_VERSION = 1; |
434 | 429 | DEVELOPMENT_TEAM = BP98Z28R86; |
435 | 430 | ENABLE_BITCODE = NO; |
|
460 | 455 | buildSettings = { |
461 | 456 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
462 | 457 | CLANG_ENABLE_MODULES = YES; |
| 458 | + CODE_SIGN_ENTITLEMENTS = ReactNativeSdkExample/ReactNativeSdkExample.entitlements; |
463 | 459 | CURRENT_PROJECT_VERSION = 1; |
464 | 460 | DEVELOPMENT_TEAM = BP98Z28R86; |
465 | 461 | INFOPLIST_FILE = ReactNativeSdkExample/Info.plist; |
|
555 | 551 | "-DFOLLY_CFG_NO_COROUTINES=1", |
556 | 552 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
557 | 553 | ); |
558 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 554 | + OTHER_LDFLAGS = ( |
| 555 | + "$(inherited)", |
| 556 | + " ", |
| 557 | + ); |
559 | 558 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
560 | 559 | SDKROOT = iphoneos; |
561 | 560 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
628 | 627 | "-DFOLLY_CFG_NO_COROUTINES=1", |
629 | 628 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
630 | 629 | ); |
631 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 630 | + OTHER_LDFLAGS = ( |
| 631 | + "$(inherited)", |
| 632 | + " ", |
| 633 | + ); |
632 | 634 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
633 | 635 | SDKROOT = iphoneos; |
634 | 636 | USE_HERMES = true; |
|
0 commit comments