Skip to content

Commit 3061353

Browse files
author
YossiGreen
committed
- added missing entitlements to iOS app.
1 parent fc485dc commit 3061353

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ios/codeAgainstCorona.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
D52A57DD24204EB200521B22 /* המגן QA.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "המגן QA.entitlements"; sourceTree = "<group>"; };
8282
D52A57F12422D39600521B22 /* libRNBackgroundFetch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNBackgroundFetch.a; sourceTree = BUILT_PRODUCTS_DIR; };
8383
D5AE4CD7FF26A69806CF4680 /* Pods-hamagen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-hamagen.release.xcconfig"; path = "Target Support Files/Pods-hamagen/Pods-hamagen.release.xcconfig"; sourceTree = "<group>"; };
84+
D5BCF08D24641F8800FC4B8C /* המגןRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "המגןRelease.entitlements"; sourceTree = "<group>"; };
8485
D5CC7DC3242357EA007E3977 /* RNBackgroundGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNBackgroundGeolocation.xcodeproj; path = "../node_modules/react-native-background-geolocation/ios/RNBackgroundGeolocation.xcodeproj"; sourceTree = "<group>"; };
8586
D5CC7DC924235864007E3977 /* TSBackgroundFetch.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TSBackgroundFetch.framework; path = Pods/TSBackgroundFetch/ios/TSBackgroundFetch/TSBackgroundFetch.framework; sourceTree = "<group>"; };
8687
D5CC7DD724236B25007E3977 /* RNBackgroundFetch+AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "RNBackgroundFetch+AppDelegate.m"; path = "../node_modules/react-native-background-fetch/ios/RNBackgroundFetch/RNBackgroundFetch+AppDelegate.m"; sourceTree = "<group>"; };
@@ -157,6 +158,7 @@
157158
83CBB9F61A601CBA00E9B192 = {
158159
isa = PBXGroup;
159160
children = (
161+
D5BCF08D24641F8800FC4B8C /* המגןRelease.entitlements */,
160162
D52A57DD24204EB200521B22 /* המגן QA.entitlements */,
161163
13B07FAE1A68108700A75B9A /* codeAgainstCorona */,
162164
832341AE1AAA6A7D00B99B32 /* Libraries */,
@@ -570,7 +572,7 @@
570572
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
571573
CLANG_ENABLE_MODULES = YES;
572574
CODE_SIGN_ENTITLEMENTS = "codeAgainstCorona/Code against corona.entitlements";
573-
CODE_SIGN_IDENTITY = "iPhone Distribution";
575+
CODE_SIGN_IDENTITY = "iPhone Developer";
574576
CODE_SIGN_STYLE = Manual;
575577
CURRENT_PROJECT_VERSION = 39;
576578
DEAD_CODE_STRIPPING = NO;
@@ -585,7 +587,7 @@
585587
);
586588
PRODUCT_BUNDLE_IDENTIFIER = com.hamagen;
587589
PRODUCT_NAME = "המגן";
588-
PROVISIONING_PROFILE_SPECIFIER = "Hamagen AdHoc";
590+
PROVISIONING_PROFILE_SPECIFIER = "Hamagen Dev";
589591
SWIFT_OBJC_BRIDGING_HEADER = "codeAgainstCorona-Bridging-Header.h";
590592
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
591593
SWIFT_VERSION = 5.0;
@@ -600,7 +602,7 @@
600602
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
601603
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
602604
CLANG_ENABLE_MODULES = YES;
603-
CODE_SIGN_ENTITLEMENTS = "codeAgainstCorona/Code against corona.entitlements";
605+
CODE_SIGN_ENTITLEMENTS = "המגןRelease.entitlements";
604606
CODE_SIGN_IDENTITY = "iPhone Distribution";
605607
CODE_SIGN_STYLE = Manual;
606608
CURRENT_PROJECT_VERSION = 39;

ios/המגן QA.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
57
<key>com.apple.developer.associated-domains</key>
68
<array/>
79
<key>com.apple.developer.networking.wifi-info</key>

ios/המגןRelease.entitlements

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
<key>com.apple.developer.networking.wifi-info</key>
8+
<true/>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)