|
41 | 41 | 5709B34CF0A7D63546082F79 /* Pods-NotificationsUtilsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationsUtilsExample.release.xcconfig"; path = "Target Support Files/Pods-NotificationsUtilsExample/Pods-NotificationsUtilsExample.release.xcconfig"; sourceTree = "<group>"; }; |
42 | 42 | 5B7EB9410499542E8C5724F5 /* Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests/Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.debug.xcconfig"; sourceTree = "<group>"; }; |
43 | 43 | 5DCACB8F33CDC322A6C60F78 /* libPods-NotificationsUtilsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationsUtilsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + 635F61D62912669000481753 /* NotificationsUtilsExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = NotificationsUtilsExample.entitlements; path = NotificationsUtilsExample/NotificationsUtilsExample.entitlements; sourceTree = "<group>"; }; |
44 | 45 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = NotificationsUtilsExample/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
45 | 46 | 89C6BE57DB24E9ADA2F236DE /* Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.release.xcconfig"; path = "Target Support Files/Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests/Pods-NotificationsUtilsExample-NotificationsUtilsExampleTests.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 /* NotificationsUtilsExample */ = { |
87 | 88 | isa = PBXGroup; |
88 | 89 | children = ( |
| 90 | + 635F61D62912669000481753 /* NotificationsUtilsExample.entitlements */, |
89 | 91 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
90 | 92 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */, |
91 | 93 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
|
485 | 487 | buildSettings = { |
486 | 488 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
487 | 489 | CLANG_ENABLE_MODULES = YES; |
| 490 | + CODE_SIGN_ENTITLEMENTS = NotificationsUtilsExample/NotificationsUtilsExample.entitlements; |
488 | 491 | CURRENT_PROJECT_VERSION = 1; |
| 492 | + DEVELOPMENT_TEAM = V3HN8HXZYK; |
489 | 493 | ENABLE_BITCODE = NO; |
490 | 494 | INFOPLIST_FILE = NotificationsUtilsExample/Info.plist; |
491 | 495 | LD_RUNPATH_SEARCH_PATHS = ( |
|
497 | 501 | "-ObjC", |
498 | 502 | "-lc++", |
499 | 503 | ); |
500 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 504 | + PRODUCT_BUNDLE_IDENTIFIER = com.stringsaeed.notifications; |
501 | 505 | PRODUCT_NAME = NotificationsUtilsExample; |
502 | 506 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
503 | 507 | SWIFT_VERSION = 5.0; |
|
511 | 515 | buildSettings = { |
512 | 516 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
513 | 517 | CLANG_ENABLE_MODULES = YES; |
| 518 | + CODE_SIGN_ENTITLEMENTS = NotificationsUtilsExample/NotificationsUtilsExample.entitlements; |
514 | 519 | CURRENT_PROJECT_VERSION = 1; |
| 520 | + DEVELOPMENT_TEAM = V3HN8HXZYK; |
515 | 521 | INFOPLIST_FILE = NotificationsUtilsExample/Info.plist; |
516 | 522 | LD_RUNPATH_SEARCH_PATHS = ( |
517 | 523 | "$(inherited)", |
|
522 | 528 | "-ObjC", |
523 | 529 | "-lc++", |
524 | 530 | ); |
525 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 531 | + PRODUCT_BUNDLE_IDENTIFIER = com.stringsaeed.notifications; |
526 | 532 | PRODUCT_NAME = NotificationsUtilsExample; |
527 | 533 | SWIFT_VERSION = 5.0; |
528 | 534 | VERSIONING_SYSTEM = "apple-generic"; |
|
562 | 568 | COPY_PHASE_STRIP = NO; |
563 | 569 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
564 | 570 | ENABLE_TESTABILITY = YES; |
565 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 571 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
566 | 572 | GCC_C_LANGUAGE_STANDARD = gnu99; |
567 | 573 | GCC_DYNAMIC_NO_PIC = NO; |
568 | 574 | GCC_NO_COMMON_BLOCKS = YES; |
|
596 | 602 | "-DFOLLY_MOBILE=1", |
597 | 603 | "-DFOLLY_USE_LIBCPP=1", |
598 | 604 | ); |
| 605 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
599 | 606 | SDKROOT = iphoneos; |
600 | 607 | }; |
601 | 608 | name = Debug; |
|
633 | 640 | COPY_PHASE_STRIP = YES; |
634 | 641 | ENABLE_NS_ASSERTIONS = NO; |
635 | 642 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
636 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 643 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
637 | 644 | GCC_C_LANGUAGE_STANDARD = gnu99; |
638 | 645 | GCC_NO_COMMON_BLOCKS = YES; |
639 | 646 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
659 | 666 | "-DFOLLY_MOBILE=1", |
660 | 667 | "-DFOLLY_USE_LIBCPP=1", |
661 | 668 | ); |
| 669 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
662 | 670 | SDKROOT = iphoneos; |
663 | 671 | VALIDATE_PRODUCT = YES; |
664 | 672 | }; |
|
0 commit comments