From 71b50b133d26f99d02898374e5bca5e3c2e98fde Mon Sep 17 00:00:00 2001 From: Sreenadh S <32409698+sree96@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:31:18 +0530 Subject: [PATCH] [INJIMOB-1339] - update entitlements Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com> --- ios/Inji.xcodeproj/project.pbxproj | 4 +++- ios/Inji/InjiRelease.entitlements | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 ios/Inji/InjiRelease.entitlements diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index d4d687e207..946e265f14 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -50,6 +50,7 @@ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Inji/Images.xcassets; sourceTree = ""; }; 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Inji/Info.plist; sourceTree = ""; }; 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Inji/main.m; sourceTree = ""; }; + 182671E22C11BFD0007B2B46 /* InjiRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = InjiRelease.entitlements; path = Inji/InjiRelease.entitlements; sourceTree = ""; }; 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-Inji.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Inji.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 6C2E3173556A471DD304B334 /* Pods-Inji.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Inji.debug.xcconfig"; path = "Target Support Files/Pods-Inji/Pods-Inji.debug.xcconfig"; sourceTree = ""; }; 7A4D352CD337FB3A3BF06240 /* Pods-Inji.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Inji.release.xcconfig"; path = "Target Support Files/Pods-Inji/Pods-Inji.release.xcconfig"; sourceTree = ""; }; @@ -100,6 +101,7 @@ 13B07FAE1A68108700A75B9A /* Inji */ = { isa = PBXGroup; children = ( + 182671E22C11BFD0007B2B46 /* InjiRelease.entitlements */, BB2F792B24A3F905000567C9 /* Supporting */, 008F07F21AC5B25A0029DE68 /* main.jsbundle */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, @@ -514,7 +516,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Inji/Inji.entitlements; + CODE_SIGN_ENTITLEMENTS = Inji/InjiRelease.entitlements; CODE_SIGN_IDENTITY = "Apple Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; CODE_SIGN_STYLE = Manual; diff --git a/ios/Inji/InjiRelease.entitlements b/ios/Inji/InjiRelease.entitlements new file mode 100644 index 0000000000..69f9c8d02d --- /dev/null +++ b/ios/Inji/InjiRelease.entitlements @@ -0,0 +1,27 @@ + + + + + aps-environment + development + com.apple.developer.applesignin + + Default + + com.apple.developer.icloud-container-identifiers + + iCloud.io.mosip.inji.wallet.mobileid + + com.apple.developer.icloud-services + + CloudDocuments + CloudKit + + com.apple.developer.ubiquity-container-identifiers + + iCloud.io.mosip.inji.wallet.mobileid + + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)$(CFBundleIdentifier) + +