Skip to content

Commit cf3942f

Browse files
committed
remove Push Notifications capability from Xcode project
1 parent 0b12868 commit cf3942f

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@
466466
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
467467
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
468468
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
469-
00C8CB4C1D6EBA1A00E66E20 /* All About Olaf.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = "All About Olaf.entitlements"; path = "AllAboutOlaf/All About Olaf.entitlements"; sourceTree = "<group>"; };
470469
00D33BDF1DDA58A8001E830E /* AllAboutOlafUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AllAboutOlafUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
471470
00D33BE11DDA58A8001E830E /* AllAboutOlafUITests.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = AllAboutOlafUITests.swift; sourceTree = "<group>"; };
472471
00D33BE31DDA58A8001E830E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -764,7 +763,6 @@
764763
13B07FB01A68108700A75B9A /* AppDelegate.m */,
765764
3AE4084F1E1E280800F0FD83 /* LaunchScreen.storyboard */,
766765
13B07FB51A68108700A75B9A /* Images.xcassets */,
767-
00C8CB4C1D6EBA1A00E66E20 /* All About Olaf.entitlements */,
768766
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
769767
13B07FB71A68108700A75B9A /* main.m */,
770768
);
@@ -990,7 +988,7 @@
990988
enabled = 1;
991989
};
992990
com.apple.Push = {
993-
enabled = 1;
991+
enabled = 0;
994992
};
995993
};
996994
};
@@ -1659,7 +1657,6 @@
16591657
buildSettings = {
16601658
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
16611659
CLANG_ENABLE_MODULES = YES;
1662-
CODE_SIGN_ENTITLEMENTS = "AllAboutOlaf/All About Olaf.entitlements";
16631660
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Hawken Rives (TMK6S7TPX2)";
16641661
CODE_SIGN_STYLE = Manual;
16651662
DEAD_CODE_STRIPPING = NO;
@@ -1710,7 +1707,6 @@
17101707
buildSettings = {
17111708
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
17121709
CLANG_ENABLE_MODULES = YES;
1713-
CODE_SIGN_ENTITLEMENTS = "AllAboutOlaf/All About Olaf.entitlements";
17141710
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Hawken Rives (TMK6S7TPX2)";
17151711
CODE_SIGN_STYLE = Manual;
17161712
DEVELOPMENT_TEAM = TMK6S7TPX2;

ios/AllAboutOlaf/All About Olaf.entitlements

Lines changed: 0 additions & 8 deletions
This file was deleted.

ios/AllAboutOlaf/Info.plist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
<key>UIBackgroundModes</key>
101101
<array>
102102
<string>audio</string>
103-
<string>remote-notification</string>
104103
</array>
105104
<key>UILaunchStoryboardName</key>
106105
<string>LaunchScreen</string>

0 commit comments

Comments
 (0)