|
161 | 161 | 00E356EA1AD99517003FC87E /* Sources */,
|
162 | 162 | 00E356EB1AD99517003FC87E /* Frameworks */,
|
163 | 163 | 00E356EC1AD99517003FC87E /* Resources */,
|
164 |
| - DD92D4E1DC11D43282C4BA39 /* [CP] Embed Pods Frameworks */, |
165 | 164 | 886093803E0B787FACAB784A /* [CP] Copy Pods Resources */,
|
166 | 165 | );
|
167 | 166 | buildRules = (
|
|
184 | 183 | 13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
185 | 184 | 13B07F8E1A680F5B00A75B9A /* Resources */,
|
186 | 185 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
187 |
| - 0FAC7F8580BA729A79BD766B /* [CP] Embed Pods Frameworks */, |
188 | 186 | 4721923C614EE6D1A58C11F1 /* [CP] Copy Pods Resources */,
|
189 | 187 | );
|
190 | 188 | buildRules = (
|
|
202 | 200 | 83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
203 | 201 | isa = PBXProject;
|
204 | 202 | attributes = {
|
205 |
| - LastUpgradeCheck = 1210; |
| 203 | + BuildIndependentTargetsInParallel = YES; |
| 204 | + LastUpgradeCheck = 1530; |
206 | 205 | TargetAttributes = {
|
207 | 206 | 00E356ED1AD99517003FC87E = {
|
208 | 207 | CreatedOnToolsVersion = 6.2;
|
|
254 | 253 | /* Begin PBXShellScriptBuildPhase section */
|
255 | 254 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
256 | 255 | isa = PBXShellScriptBuildPhase;
|
257 |
| - buildActionMask = 2147483647; |
| 256 | + buildActionMask = 8; |
258 | 257 | files = (
|
259 | 258 | );
|
260 | 259 | inputPaths = (
|
261 | 260 | );
|
262 | 261 | name = "Bundle React Native code and images";
|
263 | 262 | outputPaths = (
|
264 | 263 | );
|
265 |
| - runOnlyForDeploymentPostprocessing = 0; |
266 |
| - shellPath = /bin/sh; |
267 |
| - shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
268 |
| - }; |
269 |
| - 0FAC7F8580BA729A79BD766B /* [CP] Embed Pods Frameworks */ = { |
270 |
| - isa = PBXShellScriptBuildPhase; |
271 |
| - buildActionMask = 2147483647; |
272 |
| - files = ( |
273 |
| - ); |
274 |
| - inputFileListPaths = ( |
275 |
| - "${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample/Pods-AppsFlyerExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
276 |
| - ); |
277 |
| - name = "[CP] Embed Pods Frameworks"; |
278 |
| - outputFileListPaths = ( |
279 |
| - "${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample/Pods-AppsFlyerExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
280 |
| - ); |
281 |
| - runOnlyForDeploymentPostprocessing = 0; |
| 264 | + runOnlyForDeploymentPostprocessing = 1; |
282 | 265 | shellPath = /bin/sh;
|
283 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample/Pods-AppsFlyerExample-frameworks.sh\"\n"; |
284 |
| - showEnvVarsInLog = 0; |
| 266 | + shellScript = "set -e\n\nexport NODE_BINARY=/Users/amit.levy/.nvm/versions/node/v21.7.3/bin/node\n"; |
285 | 267 | };
|
286 | 268 | 4721923C614EE6D1A58C11F1 /* [CP] Copy Pods Resources */ = {
|
287 | 269 | isa = PBXShellScriptBuildPhase;
|
|
361 | 343 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
362 | 344 | showEnvVarsInLog = 0;
|
363 | 345 | };
|
364 |
| - DD92D4E1DC11D43282C4BA39 /* [CP] Embed Pods Frameworks */ = { |
365 |
| - isa = PBXShellScriptBuildPhase; |
366 |
| - buildActionMask = 2147483647; |
367 |
| - files = ( |
368 |
| - ); |
369 |
| - inputFileListPaths = ( |
370 |
| - "${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample-AppsFlyerExampleTests/Pods-AppsFlyerExample-AppsFlyerExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
371 |
| - ); |
372 |
| - name = "[CP] Embed Pods Frameworks"; |
373 |
| - outputFileListPaths = ( |
374 |
| - "${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample-AppsFlyerExampleTests/Pods-AppsFlyerExample-AppsFlyerExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
375 |
| - ); |
376 |
| - runOnlyForDeploymentPostprocessing = 0; |
377 |
| - shellPath = /bin/sh; |
378 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppsFlyerExample-AppsFlyerExampleTests/Pods-AppsFlyerExample-AppsFlyerExampleTests-frameworks.sh\"\n"; |
379 |
| - showEnvVarsInLog = 0; |
380 |
| - }; |
381 | 346 | FD10A7F022414F080027D42C /* Start Packager */ = {
|
382 | 347 | isa = PBXShellScriptBuildPhase;
|
383 | 348 | buildActionMask = 2147483647;
|
|
433 | 398 | baseConfigurationReference = C6E030350442BE719CA4C6F7 /* Pods-AppsFlyerExample-AppsFlyerExampleTests.debug.xcconfig */;
|
434 | 399 | buildSettings = {
|
435 | 400 | BUNDLE_LOADER = "$(TEST_HOST)";
|
| 401 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
436 | 402 | GCC_PREPROCESSOR_DEFINITIONS = (
|
437 | 403 | "DEBUG=1",
|
438 | 404 | "$(inherited)",
|
439 | 405 | );
|
440 | 406 | INFOPLIST_FILE = AppsFlyerExampleTests/Info.plist;
|
441 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 407 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
442 | 408 | LD_RUNPATH_SEARCH_PATHS = (
|
443 | 409 | "$(inherited)",
|
444 | 410 | "@executable_path/Frameworks",
|
|
461 | 427 | buildSettings = {
|
462 | 428 | BUNDLE_LOADER = "$(TEST_HOST)";
|
463 | 429 | COPY_PHASE_STRIP = NO;
|
| 430 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
464 | 431 | INFOPLIST_FILE = AppsFlyerExampleTests/Info.plist;
|
465 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 432 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
466 | 433 | LD_RUNPATH_SEARCH_PATHS = (
|
467 | 434 | "$(inherited)",
|
468 | 435 | "@executable_path/Frameworks",
|
|
489 | 456 | CURRENT_PROJECT_VERSION = 1;
|
490 | 457 | DEVELOPMENT_TEAM = 6UQAD4B3U2;
|
491 | 458 | ENABLE_BITCODE = NO;
|
| 459 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
492 | 460 | INFOPLIST_FILE = AppsFlyerExample/Info.plist;
|
| 461 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
493 | 462 | LD_RUNPATH_SEARCH_PATHS = (
|
494 | 463 | "$(inherited)",
|
495 | 464 | "@executable_path/Frameworks",
|
|
516 | 485 | CODE_SIGN_ENTITLEMENTS = AppsFlyerExample/AppsFlyerExample.entitlements;
|
517 | 486 | CURRENT_PROJECT_VERSION = 1;
|
518 | 487 | DEVELOPMENT_TEAM = 6UQAD4B3U2;
|
| 488 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
519 | 489 | INFOPLIST_FILE = AppsFlyerExample/Info.plist;
|
| 490 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
520 | 491 | LD_RUNPATH_SEARCH_PATHS = (
|
521 | 492 | "$(inherited)",
|
522 | 493 | "@executable_path/Frameworks",
|
|
538 | 509 | buildSettings = {
|
539 | 510 | ALWAYS_SEARCH_USER_PATHS = NO;
|
540 | 511 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
541 |
| - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 512 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
542 | 513 | CLANG_CXX_LIBRARY = "libc++";
|
543 | 514 | CLANG_ENABLE_MODULES = YES;
|
544 | 515 | CLANG_ENABLE_OBJC_ARC = YES;
|
|
566 | 537 | COPY_PHASE_STRIP = NO;
|
567 | 538 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
568 | 539 | ENABLE_TESTABILITY = YES;
|
569 |
| - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 "; |
| 540 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 541 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
570 | 542 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
571 | 543 | GCC_DYNAMIC_NO_PIC = NO;
|
572 | 544 | GCC_NO_COMMON_BLOCKS = YES;
|
|
582 | 554 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
583 | 555 | GCC_WARN_UNUSED_FUNCTION = YES;
|
584 | 556 | GCC_WARN_UNUSED_VARIABLE = YES;
|
585 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 557 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
586 | 558 | LD_RUNPATH_SEARCH_PATHS = (
|
587 | 559 | /usr/lib/swift,
|
588 | 560 | "$(inherited)",
|
589 | 561 | );
|
590 | 562 | LIBRARY_SEARCH_PATHS = (
|
| 563 | + "$(SDKROOT)/usr/lib/swift", |
591 | 564 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
|
592 |
| - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
593 | 565 | "\"$(inherited)\"",
|
594 | 566 | );
|
595 | 567 | MTL_ENABLE_DEBUG_INFO = YES;
|
596 | 568 | ONLY_ACTIVE_ARCH = YES;
|
| 569 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
597 | 570 | SDKROOT = iphoneos;
|
598 | 571 | };
|
599 | 572 | name = Debug;
|
|
603 | 576 | buildSettings = {
|
604 | 577 | ALWAYS_SEARCH_USER_PATHS = NO;
|
605 | 578 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
606 |
| - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 579 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
607 | 580 | CLANG_CXX_LIBRARY = "libc++";
|
608 | 581 | CLANG_ENABLE_MODULES = YES;
|
609 | 582 | CLANG_ENABLE_OBJC_ARC = YES;
|
|
631 | 604 | COPY_PHASE_STRIP = YES;
|
632 | 605 | ENABLE_NS_ASSERTIONS = NO;
|
633 | 606 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
634 |
| - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 "; |
| 607 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 608 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
635 | 609 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
636 | 610 | GCC_NO_COMMON_BLOCKS = YES;
|
637 | 611 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
640 | 614 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
641 | 615 | GCC_WARN_UNUSED_FUNCTION = YES;
|
642 | 616 | GCC_WARN_UNUSED_VARIABLE = YES;
|
643 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 617 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
644 | 618 | LD_RUNPATH_SEARCH_PATHS = (
|
645 | 619 | /usr/lib/swift,
|
646 | 620 | "$(inherited)",
|
647 | 621 | );
|
648 | 622 | LIBRARY_SEARCH_PATHS = (
|
| 623 | + "$(SDKROOT)/usr/lib/swift", |
649 | 624 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
|
650 |
| - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
651 | 625 | "\"$(inherited)\"",
|
652 | 626 | );
|
653 | 627 | MTL_ENABLE_DEBUG_INFO = NO;
|
| 628 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
654 | 629 | SDKROOT = iphoneos;
|
655 | 630 | VALIDATE_PRODUCT = YES;
|
656 | 631 | };
|
|
0 commit comments