From e1cca1b13173055225b69db87efeca662d1d7583 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Fri, 12 Apr 2024 22:57:25 +0400 Subject: [PATCH] [ios] feat: add iCloud entitlements Signed-off-by: Kiryl Kaveryn --- iphone/Maps/OMaps-Debug.entitlements | 17 +++++++++++++++++ iphone/Maps/OMaps-Release.entitlements | 17 +++++++++++++++++ iphone/Maps/OMaps.plist | 21 +++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/iphone/Maps/OMaps-Debug.entitlements b/iphone/Maps/OMaps-Debug.entitlements index 2e8d441de0..06b83f7169 100644 --- a/iphone/Maps/OMaps-Debug.entitlements +++ b/iphone/Maps/OMaps-Debug.entitlements @@ -2,11 +2,28 @@ + aps-environment + development com.apple.developer.associated-domains applinks:omaps.app com.apple.developer.carplay-maps + com.apple.developer.icloud-container-identifiers + + iCloud.app.organicmaps.debug + + com.apple.developer.icloud-services + + CloudDocuments + CloudKit + + com.apple.developer.ubiquity-container-identifiers + + iCloud.app.organicmaps.debug + + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)$(CFBundleIdentifier) diff --git a/iphone/Maps/OMaps-Release.entitlements b/iphone/Maps/OMaps-Release.entitlements index 2e8d441de0..9e52a78a0b 100644 --- a/iphone/Maps/OMaps-Release.entitlements +++ b/iphone/Maps/OMaps-Release.entitlements @@ -2,11 +2,28 @@ + aps-environment + development com.apple.developer.associated-domains applinks:omaps.app com.apple.developer.carplay-maps + com.apple.developer.icloud-container-identifiers + + iCloud.app.organicmaps + + com.apple.developer.icloud-services + + CloudDocuments + CloudKit + + com.apple.developer.ubiquity-container-identifiers + + iCloud.app.organicmaps + + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)$(CFBundleIdentifier) diff --git a/iphone/Maps/OMaps.plist b/iphone/Maps/OMaps.plist index a42c210416..3659f28325 100644 --- a/iphone/Maps/OMaps.plist +++ b/iphone/Maps/OMaps.plist @@ -252,5 +252,26 @@ + NSUbiquitousContainers + + iCloud.app.organicmaps + + NSUbiquitousContainerIsDocumentScopePublic + + NSUbiquitousContainerSupportedFolderLevels + ANY + NSUbiquitousContainerName + OrganicMaps + + iCloud.app.organicmaps.debug + + NSUbiquitousContainerIsDocumentScopePublic + + NSUbiquitousContainerSupportedFolderLevels + ANY + NSUbiquitousContainerName + OrganicMapsDEBUG + +