提交 bf8957f8 编写于 作者: C Chinmay Garde

Use "org.domokit" in Sky shell iOS

上级 eff571c4
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>application-identifier</key> <key>application-identifier</key>
<string>F5T262WGN6.com.google.sky</string> <string>F5T262WGN6.org.domokit.sky</string>
<key>com.apple.developer.team-identifier</key> <key>com.apple.developer.team-identifier</key>
<string>F5T262WGN6</string> <string>F5T262WGN6</string>
<key>get-task-allow</key> <key>get-task-allow</key>
<true/> <true/>
<key>keychain-access-groups</key> <key>keychain-access-groups</key>
<array> <array>
<string>F5T262WGN6.com.google.sky</string> <string>F5T262WGN6.org.domokit.sky</string>
</array> </array>
</dict> </dict>
</plist> </plist>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<string>Sky</string> <string>Sky</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.google.sky</string> <string>org.domokit.sky</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
...@@ -32,27 +32,10 @@ ...@@ -32,27 +32,10 @@
<string>armv7</string> <string>armv7</string>
</array> </array>
<!--
mojo:// URL handlers
-->
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>com.google.mojo</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mojo</string>
</array>
</dict>
</array>
<!-- <!--
Sky Load URL Sky Load URL
--> -->
<key>com.google.sky.load_url</key> <key>org.domokit.sky.load_url</key>
<string>https://domokit.github.io/home.dart</string> <string>https://domokit.github.io/home.dart</string>
<!-- <!--
......
...@@ -125,7 +125,7 @@ static sky::InputEventPtr BasicInputEventFromRecognizer( ...@@ -125,7 +125,7 @@ static sky::InputEventPtr BasicInputEventFromRecognizer(
} }
- (NSString*)skyInitialLoadURL { - (NSString*)skyInitialLoadURL {
return [NSBundle mainBundle].infoDictionary[@"com.google.sky.load_url"]; return [NSBundle mainBundle].infoDictionary[@"org.domokit.sky.load_url"];
} }
- (void)connectToEngineAndLoad { - (void)connectToEngineAndLoad {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册