|
133 | 133 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = PushDemo/Info.plist; sourceTree = "<group>"; }; |
134 | 134 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = PushDemo/main.m; sourceTree = "<group>"; }; |
135 | 135 | 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; }; |
| 136 | + 6228B0721DA8D09D00862BA3 /* PushDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = PushDemo.entitlements; path = PushDemo/PushDemo.entitlements; sourceTree = "<group>"; }; |
136 | 137 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; }; |
137 | 138 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; }; |
138 | 139 | B1925385AB2543288721BE4D /* RCTJPushModule.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTJPushModule.xcodeproj; path = "../node_modules/jpush-react-native/ios/RCTJPushModule/RCTJPushModule.xcodeproj"; sourceTree = "<group>"; }; |
|
245 | 246 | 13B07FAE1A68108700A75B9A /* PushDemo */ = { |
246 | 247 | isa = PBXGroup; |
247 | 248 | children = ( |
| 249 | + 6228B0721DA8D09D00862BA3 /* PushDemo.entitlements */, |
248 | 250 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */, |
249 | 251 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
250 | 252 | 13B07FB01A68108700A75B9A /* AppDelegate.m */, |
|
382 | 384 | }; |
383 | 385 | 13B07F861A680F5B00A75B9A = { |
384 | 386 | DevelopmentTeam = RL64Y54S9V; |
| 387 | + SystemCapabilities = { |
| 388 | + com.apple.Push = { |
| 389 | + enabled = 1; |
| 390 | + }; |
| 391 | + }; |
385 | 392 | }; |
386 | 393 | }; |
387 | 394 | }; |
|
650 | 657 | isa = XCBuildConfiguration; |
651 | 658 | buildSettings = { |
652 | 659 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 660 | + CODE_SIGN_ENTITLEMENTS = PushDemo/PushDemo.entitlements; |
653 | 661 | CURRENT_PROJECT_VERSION = 1; |
654 | 662 | DEAD_CODE_STRIPPING = NO; |
655 | 663 | DEVELOPMENT_TEAM = RL64Y54S9V; |
|
685 | 693 | "-ObjC", |
686 | 694 | "-lc++", |
687 | 695 | ); |
| 696 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.huminios.jpushTest; |
688 | 697 | PRODUCT_NAME = PushDemo; |
689 | 698 | VERSIONING_SYSTEM = "apple-generic"; |
690 | 699 | }; |
|
694 | 703 | isa = XCBuildConfiguration; |
695 | 704 | buildSettings = { |
696 | 705 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 706 | + CODE_SIGN_ENTITLEMENTS = PushDemo/PushDemo.entitlements; |
697 | 707 | CURRENT_PROJECT_VERSION = 1; |
698 | 708 | DEVELOPMENT_TEAM = RL64Y54S9V; |
699 | 709 | HEADER_SEARCH_PATHS = ( |
|
728 | 738 | "-ObjC", |
729 | 739 | "-lc++", |
730 | 740 | ); |
| 741 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.huminios.jpushTest; |
731 | 742 | PRODUCT_NAME = PushDemo; |
732 | 743 | VERSIONING_SYSTEM = "apple-generic"; |
733 | 744 | }; |
|
0 commit comments