|
14 | 14 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
15 | 15 | 7699B88040F8A987B510C191 /* libPods-BackgroundSyncExample-BackgroundSyncExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-BackgroundSyncExample-BackgroundSyncExampleTests.a */; };
|
16 | 16 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
| 17 | + 823584AB6293587DB3642C79 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6A9C6C55198990393173BF9B /* PrivacyInfo.xcprivacy */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXContainerItemProxy section */
|
|
42 | 43 | 5709B34CF0A7D63546082F79 /* Pods-BackgroundSyncExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BackgroundSyncExample.release.xcconfig"; path = "Target Support Files/Pods-BackgroundSyncExample/Pods-BackgroundSyncExample.release.xcconfig"; sourceTree = "<group>"; };
|
43 | 44 | 5B7EB9410499542E8C5724F5 /* Pods-BackgroundSyncExample-BackgroundSyncExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BackgroundSyncExample-BackgroundSyncExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-BackgroundSyncExample-BackgroundSyncExampleTests/Pods-BackgroundSyncExample-BackgroundSyncExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
44 | 45 | 5DCACB8F33CDC322A6C60F78 /* libPods-BackgroundSyncExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BackgroundSyncExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 46 | + 6A9C6C55198990393173BF9B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = BackgroundSyncExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
45 | 47 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = BackgroundSyncExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
46 | 48 | 89C6BE57DB24E9ADA2F236DE /* Pods-BackgroundSyncExample-BackgroundSyncExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BackgroundSyncExample-BackgroundSyncExampleTests.release.xcconfig"; path = "Target Support Files/Pods-BackgroundSyncExample-BackgroundSyncExampleTests/Pods-BackgroundSyncExample-BackgroundSyncExampleTests.release.xcconfig"; sourceTree = "<group>"; };
|
47 | 49 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
94 | 96 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
95 | 97 | 13B07FB71A68108700A75B9A /* main.m */,
|
96 | 98 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
|
| 99 | + 6A9C6C55198990393173BF9B /* PrivacyInfo.xcprivacy */, |
97 | 100 | );
|
98 | 101 | name = BackgroundSyncExample;
|
99 | 102 | sourceTree = "<group>";
|
|
245 | 248 | files = (
|
246 | 249 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
|
247 | 250 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
| 251 | + 823584AB6293587DB3642C79 /* PrivacyInfo.xcprivacy in Resources */, |
248 | 252 | );
|
249 | 253 | runOnlyForDeploymentPostprocessing = 0;
|
250 | 254 | };
|
|
431 | 435 | "-lc++",
|
432 | 436 | "$(inherited)",
|
433 | 437 | );
|
434 |
| - PRODUCT_BUNDLE_IDENTIFIER = "backgroundsync.example"; |
| 438 | + PRODUCT_BUNDLE_IDENTIFIER = backgroundsync.example; |
435 | 439 | PRODUCT_NAME = "$(TARGET_NAME)";
|
436 | 440 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BackgroundSyncExample.app/BackgroundSyncExample";
|
437 | 441 | };
|
|
455 | 459 | "-lc++",
|
456 | 460 | "$(inherited)",
|
457 | 461 | );
|
458 |
| - PRODUCT_BUNDLE_IDENTIFIER = "backgroundsync.example"; |
| 462 | + PRODUCT_BUNDLE_IDENTIFIER = backgroundsync.example; |
459 | 463 | PRODUCT_NAME = "$(TARGET_NAME)";
|
460 | 464 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BackgroundSyncExample.app/BackgroundSyncExample";
|
461 | 465 | };
|
|
480 | 484 | "-ObjC",
|
481 | 485 | "-lc++",
|
482 | 486 | );
|
483 |
| - PRODUCT_BUNDLE_IDENTIFIER = "backgroundsync.example"; |
| 487 | + PRODUCT_BUNDLE_IDENTIFIER = backgroundsync.example; |
484 | 488 | PRODUCT_NAME = BackgroundSyncExample;
|
485 | 489 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
486 | 490 | SWIFT_VERSION = 5.0;
|
|
506 | 510 | "-ObjC",
|
507 | 511 | "-lc++",
|
508 | 512 | );
|
509 |
| - PRODUCT_BUNDLE_IDENTIFIER = "backgroundsync.example"; |
| 513 | + PRODUCT_BUNDLE_IDENTIFIER = backgroundsync.example; |
510 | 514 | PRODUCT_NAME = BackgroundSyncExample;
|
511 | 515 | SWIFT_VERSION = 5.0;
|
512 | 516 | VERSIONING_SYSTEM = "apple-generic";
|
|
582 | 586 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
583 | 587 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
584 | 588 | );
|
| 589 | + OTHER_LDFLAGS = ( |
| 590 | + "$(inherited)", |
| 591 | + " ", |
| 592 | + ); |
| 593 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
585 | 594 | SDKROOT = iphoneos;
|
| 595 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
| 596 | + USE_HERMES = true; |
586 | 597 | };
|
587 | 598 | name = Debug;
|
588 | 599 | };
|
|
647 | 658 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
648 | 659 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
649 | 660 | );
|
| 661 | + OTHER_LDFLAGS = ( |
| 662 | + "$(inherited)", |
| 663 | + " ", |
| 664 | + ); |
| 665 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
650 | 666 | SDKROOT = iphoneos;
|
| 667 | + USE_HERMES = true; |
651 | 668 | VALIDATE_PRODUCT = YES;
|
652 | 669 | };
|
653 | 670 | name = Release;
|
|
0 commit comments