|
59 | 59 | 2D02E4901E0B4A5D006451C7 /* example-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "example-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
60 | 60 | 3F85BB085CA785A85936BC93 /* Pods-example-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOS.release.xcconfig"; path = "Target Support Files/Pods-example-tvOS/Pods-example-tvOS.release.xcconfig"; sourceTree = "<group>"; };
|
61 | 61 | 5BA977284AE2212EF9829344 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
|
| 62 | + 75D14BB724349AA900E7B541 /* exampleDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = exampleDebug.entitlements; path = example/exampleDebug.entitlements; sourceTree = "<group>"; }; |
| 63 | + 75D14BB824349DF600E7B541 /* exampleRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = exampleRelease.entitlements; path = example/exampleRelease.entitlements; sourceTree = "<group>"; }; |
62 | 64 | 7D3C5FE1AA0D7E8739DFFE25 /* Pods-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-exampleTests/Pods-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
63 | 65 | A34583DBF473F8BF312C0413 /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
|
64 | 66 | A36F7B58B31FA5BE5CDE910F /* Pods-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-exampleTests/Pods-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
125 | 127 | 13B07FAE1A68108700A75B9A /* example */ = {
|
126 | 128 | isa = PBXGroup;
|
127 | 129 | children = (
|
| 130 | + 75D14BB824349DF600E7B541 /* exampleRelease.entitlements */, |
| 131 | + 75D14BB724349AA900E7B541 /* exampleDebug.entitlements */, |
128 | 132 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
129 | 133 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
130 | 134 | 13B07FB01A68108700A75B9A /* AppDelegate.m */,
|
|
161 | 165 | 7D3C5FE1AA0D7E8739DFFE25 /* Pods-exampleTests.debug.xcconfig */,
|
162 | 166 | A36F7B58B31FA5BE5CDE910F /* Pods-exampleTests.release.xcconfig */,
|
163 | 167 | );
|
164 |
| - name = Pods; |
165 | 168 | path = Pods;
|
166 | 169 | sourceTree = "<group>";
|
167 | 170 | };
|
|
285 | 288 | 83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
286 | 289 | isa = PBXProject;
|
287 | 290 | attributes = {
|
288 |
| - LastUpgradeCheck = 0940; |
| 291 | + LastUpgradeCheck = 1130; |
289 | 292 | ORGANIZATIONNAME = Facebook;
|
290 | 293 | TargetAttributes = {
|
291 | 294 | 00E356ED1AD99517003FC87E = {
|
292 | 295 | CreatedOnToolsVersion = 6.2;
|
| 296 | + ProvisioningStyle = Automatic; |
293 | 297 | TestTargetID = 13B07F861A680F5B00A75B9A;
|
294 | 298 | };
|
| 299 | + 13B07F861A680F5B00A75B9A = { |
| 300 | + ProvisioningStyle = Automatic; |
| 301 | + }; |
295 | 302 | 2D02E47A1E0B4A5D006451C7 = {
|
296 | 303 | CreatedOnToolsVersion = 8.2.1;
|
297 | 304 | ProvisioningStyle = Automatic;
|
|
305 | 312 | };
|
306 | 313 | buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
|
307 | 314 | compatibilityVersion = "Xcode 3.2";
|
308 |
| - developmentRegion = English; |
| 315 | + developmentRegion = en; |
309 | 316 | hasScannedForEncodings = 0;
|
310 | 317 | knownRegions = (
|
311 | 318 | en,
|
|
583 | 590 | baseConfigurationReference = 7D3C5FE1AA0D7E8739DFFE25 /* Pods-exampleTests.debug.xcconfig */;
|
584 | 591 | buildSettings = {
|
585 | 592 | BUNDLE_LOADER = "$(TEST_HOST)";
|
| 593 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 594 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
| 595 | + CODE_SIGN_STYLE = Automatic; |
586 | 596 | GCC_PREPROCESSOR_DEFINITIONS = (
|
587 | 597 | "DEBUG=1",
|
588 | 598 | "$(inherited)",
|
|
597 | 607 | );
|
598 | 608 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
599 | 609 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 610 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 611 | + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; |
600 | 612 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
601 | 613 | };
|
602 | 614 | name = Debug;
|
|
606 | 618 | baseConfigurationReference = A36F7B58B31FA5BE5CDE910F /* Pods-exampleTests.release.xcconfig */;
|
607 | 619 | buildSettings = {
|
608 | 620 | BUNDLE_LOADER = "$(TEST_HOST)";
|
| 621 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 622 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
| 623 | + CODE_SIGN_STYLE = Automatic; |
609 | 624 | COPY_PHASE_STRIP = NO;
|
610 | 625 | INFOPLIST_FILE = exampleTests/Info.plist;
|
611 | 626 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
617 | 632 | );
|
618 | 633 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
619 | 634 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 635 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 636 | + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; |
620 | 637 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
621 | 638 | };
|
622 | 639 | name = Release;
|
|
626 | 643 | baseConfigurationReference = A34583DBF473F8BF312C0413 /* Pods-example.debug.xcconfig */;
|
627 | 644 | buildSettings = {
|
628 | 645 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 646 | + CODE_SIGN_ENTITLEMENTS = example/exampleDebug.entitlements; |
| 647 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 648 | + CODE_SIGN_STYLE = Automatic; |
629 | 649 | CURRENT_PROJECT_VERSION = 1;
|
630 | 650 | DEAD_CODE_STRIPPING = NO;
|
631 | 651 | INFOPLIST_FILE = example/Info.plist;
|
| 652 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
632 | 653 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
633 | 654 | OTHER_LDFLAGS = (
|
634 | 655 | "$(inherited)",
|
635 | 656 | "-ObjC",
|
636 | 657 | "-lc++",
|
637 | 658 | );
|
638 |
| - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 659 | + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.example.push-ios-example"; |
639 | 660 | PRODUCT_NAME = example;
|
| 661 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
640 | 662 | VERSIONING_SYSTEM = "apple-generic";
|
641 | 663 | };
|
642 | 664 | name = Debug;
|
|
646 | 668 | baseConfigurationReference = 5BA977284AE2212EF9829344 /* Pods-example.release.xcconfig */;
|
647 | 669 | buildSettings = {
|
648 | 670 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 671 | + CODE_SIGN_ENTITLEMENTS = example/exampleRelease.entitlements; |
| 672 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 673 | + CODE_SIGN_STYLE = Automatic; |
649 | 674 | CURRENT_PROJECT_VERSION = 1;
|
650 | 675 | INFOPLIST_FILE = example/Info.plist;
|
| 676 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
651 | 677 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
652 | 678 | OTHER_LDFLAGS = (
|
653 | 679 | "$(inherited)",
|
654 | 680 | "-ObjC",
|
655 | 681 | "-lc++",
|
656 | 682 | );
|
657 |
| - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 683 | + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.example.push-ios-example"; |
658 | 684 | PRODUCT_NAME = example;
|
| 685 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
659 | 686 | VERSIONING_SYSTEM = "apple-generic";
|
660 | 687 | };
|
661 | 688 | name = Release;
|
|
774 | 801 | isa = XCBuildConfiguration;
|
775 | 802 | buildSettings = {
|
776 | 803 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 804 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
777 | 805 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
778 | 806 | CLANG_CXX_LIBRARY = "libc++";
|
779 | 807 | CLANG_ENABLE_MODULES = YES;
|
|
827 | 855 | isa = XCBuildConfiguration;
|
828 | 856 | buildSettings = {
|
829 | 857 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 858 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
830 | 859 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
831 | 860 | CLANG_CXX_LIBRARY = "libc++";
|
832 | 861 | CLANG_ENABLE_MODULES = YES;
|
|
0 commit comments