This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 4 files changed +15
-26
lines changed
4 files changed +15
-26
lines changed Original file line number Diff line number Diff line change 6
6
group (" default" ) {
7
7
testonly = true
8
8
9
- deps = [
10
- " //sky" ,
11
- " //services/sky" ,
12
- ]
9
+ if (is_ios || is_mac ) {
10
+ deps = [
11
+ " //sky/shell" ,
12
+ ]
13
+ } else {
14
+ deps = [
15
+ " //sky" ,
16
+ " //services/sky" ,
17
+ ]
18
+ }
13
19
}
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >application-identifier</key >
6
- <string >F5T262WGN6.com.google .sky</string >
6
+ <string >F5T262WGN6.org.domokit .sky</string >
7
7
<key >com.apple.developer.team-identifier</key >
8
8
<string >F5T262WGN6</string >
9
9
<key >get-task-allow</key >
10
10
<true />
11
11
<key >keychain-access-groups</key >
12
12
<array >
13
- <string >F5T262WGN6.com.google .sky</string >
13
+ <string >F5T262WGN6.org.domokit .sky</string >
14
14
</array >
15
15
</dict >
16
16
</plist >
Original file line number Diff line number Diff line change 13
13
<string >Sky </string >
14
14
15
15
<key >CFBundleIdentifier </key >
16
- <string >com.google .sky </string >
16
+ <string >org.domokit .sky </string >
17
17
18
18
<key >CFBundleInfoDictionaryVersion </key >
19
19
<string >6.0 </string >
32
32
<string >armv7 </string >
33
33
</array >
34
34
35
- <!--
36
- mojo:// URL handlers
37
- -->
38
- <key >CFBundleURLTypes </key >
39
- <array >
40
- <dict >
41
- <key >CFBundleTypeRole </key >
42
- <string >Viewer </string >
43
- <key >CFBundleURLName </key >
44
- <string >com.google.mojo </string >
45
- <key >CFBundleURLSchemes </key >
46
- <array >
47
- <string >mojo </string >
48
- </array >
49
- </dict >
50
- </array >
51
-
52
35
<!--
53
36
Sky Load URL
54
37
-->
55
- <key >com.google .sky.load_url </key >
38
+ <key >org.domokit .sky.load_url </key >
56
39
<string >https://domokit.github.io/home.dart </string >
57
40
58
41
<!--
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ - (void)notifySurfaceCreation {
125
125
}
126
126
127
127
- (NSString *)skyInitialLoadURL {
128
- return [NSBundle mainBundle ].infoDictionary [@" com.google .sky.load_url" ];
128
+ return [NSBundle mainBundle ].infoDictionary [@" org.domokit .sky.load_url" ];
129
129
}
130
130
131
131
- (void )connectToEngineAndLoad {
You can’t perform that action at this time.
0 commit comments