Skip to content

Commit 31b676c

Browse files
committed
push notification capability is added.
1 parent 3caa3dd commit 31b676c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ios/fotos.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
00E356EE1AD99517003FC87E /* fotosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = fotosTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4444
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4545
00E356F21AD99517003FC87E /* fotosTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = fotosTests.m; sourceTree = "<group>"; };
46+
115E97F128B8B7AC00395FF9 /* fotos.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = fotos.entitlements; path = fotos/fotos.entitlements; sourceTree = "<group>"; };
4647
1173E6B028AAA95000793593 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4748
11B919492886B26E00CE706A /* Foundation.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
4849
11B9194A2886B26E00CE706A /* Fontisto.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = "<group>"; };
@@ -158,6 +159,7 @@
158159
13B07FAE1A68108700A75B9A /* fotos */ = {
159160
isa = PBXGroup;
160161
children = (
162+
115E97F128B8B7AC00395FF9 /* fotos.entitlements */,
161163
11B919482886B22100CE706A /* Fonts */,
162164
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
163165
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
@@ -778,6 +780,7 @@
778780
buildSettings = {
779781
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
780782
CLANG_ENABLE_MODULES = YES;
783+
CODE_SIGN_ENTITLEMENTS = fotos/fotos.entitlements;
781784
CODE_SIGN_IDENTITY = "Apple Development";
782785
CODE_SIGN_STYLE = Automatic;
783786
CURRENT_PROJECT_VERSION = 1;
@@ -807,6 +810,7 @@
807810
buildSettings = {
808811
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
809812
CLANG_ENABLE_MODULES = YES;
813+
CODE_SIGN_ENTITLEMENTS = fotos/fotos.entitlements;
810814
CODE_SIGN_IDENTITY = "Apple Development";
811815
CODE_SIGN_STYLE = Automatic;
812816
CURRENT_PROJECT_VERSION = 1;

ios/fotos/fotos.entitlements

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)