diff --git a/JustOneThing.xcodeproj/project.pbxproj b/JustOneThing.xcodeproj/project.pbxproj index af7f585..6fb3f3b 100644 --- a/JustOneThing.xcodeproj/project.pbxproj +++ b/JustOneThing.xcodeproj/project.pbxproj @@ -840,6 +840,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CODE_SIGN_ENTITLEMENTS = MacWidget/MacWidget.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 37UC5MW6PT; @@ -857,6 +858,7 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.alancfrancis.apps.JustOneThing.MacWidget; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; @@ -870,6 +872,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CODE_SIGN_ENTITLEMENTS = MacWidget/MacWidget.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 37UC5MW6PT; @@ -887,6 +890,7 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.alancfrancis.apps.JustOneThing.MacWidget; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/JustOneThing/JustOneThing.entitlements b/JustOneThing/JustOneThing.entitlements index e51d803..3381a6a 100644 --- a/JustOneThing/JustOneThing.entitlements +++ b/JustOneThing/JustOneThing.entitlements @@ -2,10 +2,22 @@ + com.apple.developer.aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.alancfrancis.apps.JustOneThing + + com.apple.developer.icloud-services + + CloudKit + com.apple.security.app-sandbox com.apple.security.application-groups - + + group.com.alancfrancis.apps.JustOneThing + com.apple.security.files.user-selected.read-only diff --git a/JustOneThingWatch/JustOneThingWatch.entitlements b/JustOneThingWatch/JustOneThingWatch.entitlements index 2eb7e33..8709a79 100644 --- a/JustOneThingWatch/JustOneThingWatch.entitlements +++ b/JustOneThingWatch/JustOneThingWatch.entitlements @@ -2,7 +2,19 @@ + com.apple.developer.aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.alancfrancis.apps.JustOneThing + + com.apple.developer.icloud-services + + CloudKit + com.apple.security.application-groups - + + group.com.alancfrancis.apps.JustOneThing + diff --git a/MacWidget/MacWidget.entitlements b/MacWidget/MacWidget.entitlements index 852fa1a..a10a062 100644 --- a/MacWidget/MacWidget.entitlements +++ b/MacWidget/MacWidget.entitlements @@ -2,7 +2,21 @@ + com.apple.developer.aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.alancfrancis.apps.JustOneThing + + com.apple.developer.icloud-services + + CloudKit + com.apple.security.app-sandbox + com.apple.security.application-groups + + group.com.alancfrancis.apps.JustOneThing + diff --git a/PhoneWidget/PhoneWidget.entitlements b/PhoneWidget/PhoneWidget.entitlements index 2eb7e33..8709a79 100644 --- a/PhoneWidget/PhoneWidget.entitlements +++ b/PhoneWidget/PhoneWidget.entitlements @@ -2,7 +2,19 @@ + com.apple.developer.aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.alancfrancis.apps.JustOneThing + + com.apple.developer.icloud-services + + CloudKit + com.apple.security.application-groups - + + group.com.alancfrancis.apps.JustOneThing + diff --git a/WatchWidget/WatchWidget.entitlements b/WatchWidget/WatchWidget.entitlements index 2eb7e33..8709a79 100644 --- a/WatchWidget/WatchWidget.entitlements +++ b/WatchWidget/WatchWidget.entitlements @@ -2,7 +2,19 @@ + com.apple.developer.aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.alancfrancis.apps.JustOneThing + + com.apple.developer.icloud-services + + CloudKit + com.apple.security.application-groups - + + group.com.alancfrancis.apps.JustOneThing +