From 0be9de148360b89e6d27b1e9222d8a8e31b4fe31 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Thu, 6 Aug 2015 16:14:11 -0700 Subject: [PATCH] Fix iOS device code signing issues --- sky/packages/sky/example/game/ios/Info.plist | 2 +- sky/shell/ios/Entitlements.xcent | 8 ++------ sky/shell/ios/Info.plist | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sky/packages/sky/example/game/ios/Info.plist b/sky/packages/sky/example/game/ios/Info.plist index de1d8efa5..f0a02cecc 100644 --- a/sky/packages/sky/example/game/ios/Info.plist +++ b/sky/packages/sky/example/game/ios/Info.plist @@ -19,7 +19,7 @@ LaunchScreen CFBundleIdentifier - org.domokit.sky.game + com.google.sky.game CFBundleInfoDictionaryVersion 6.0 diff --git a/sky/shell/ios/Entitlements.xcent b/sky/shell/ios/Entitlements.xcent index fdf0baf59..c99e8b705 100644 --- a/sky/shell/ios/Entitlements.xcent +++ b/sky/shell/ios/Entitlements.xcent @@ -3,14 +3,10 @@ application-identifier - F5T262WGN6.org.domokit.sky + EQHXZ8M8AV.com.google.sky com.apple.developer.team-identifier - F5T262WGN6 + EQHXZ8M8AV get-task-allow - keychain-access-groups - - F5T262WGN6.org.domokit.sky - diff --git a/sky/shell/ios/Info.plist b/sky/shell/ios/Info.plist index ddc2266bd..7aa8bdd4b 100644 --- a/sky/shell/ios/Info.plist +++ b/sky/shell/ios/Info.plist @@ -13,7 +13,7 @@ SkyShell CFBundleIdentifier - org.domokit.SkyShell + com.google.SkyShell UILaunchStoryboardName LaunchScreen -- GitLab