diff --git a/BUILD.gn b/BUILD.gn
index 9190fb8c9be7c..2b1c29061137b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6,8 +6,14 @@
group("default") {
testonly = true
- deps = [
- "//sky",
- "//services/sky",
- ]
+ if (is_ios || is_mac) {
+ deps = [
+ "//sky/shell",
+ ]
+ } else {
+ deps = [
+ "//sky",
+ "//services/sky",
+ ]
+ }
}
diff --git a/sky/shell/ios/Entitlements.xcent b/sky/shell/ios/Entitlements.xcent
index 8030fd5136417..fdf0baf5993ad 100644
--- a/sky/shell/ios/Entitlements.xcent
+++ b/sky/shell/ios/Entitlements.xcent
@@ -3,14 +3,14 @@
application-identifier
- F5T262WGN6.com.google.sky
+ F5T262WGN6.org.domokit.sky
com.apple.developer.team-identifier
F5T262WGN6
get-task-allow
keychain-access-groups
- F5T262WGN6.com.google.sky
+ F5T262WGN6.org.domokit.sky
diff --git a/sky/shell/ios/Info.plist b/sky/shell/ios/Info.plist
index b0cf795945948..0c209fb892462 100644
--- a/sky/shell/ios/Info.plist
+++ b/sky/shell/ios/Info.plist
@@ -13,7 +13,7 @@
Sky
CFBundleIdentifier
- com.google.sky
+ org.domokit.sky
CFBundleInfoDictionaryVersion
6.0
@@ -32,27 +32,10 @@
armv7
-
- CFBundleURLTypes
-
-
- CFBundleTypeRole
- Viewer
- CFBundleURLName
- com.google.mojo
- CFBundleURLSchemes
-
- mojo
-
-
-
-
- com.google.sky.load_url
+ org.domokit.sky.load_url
https://domokit.github.io/home.dart