Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: sky/shell/ios/Info.plist

Issue 1178293004: Port sky_home to the new SkyView world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/sdk/lib/framework/widgets/wrappers.dart ('k') | sky/sky_home » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string> 6 <string>en</string>
7 7
8 <!-- 8 <!--
9 This executable name must match the name of the app provided to the 9 This executable name must match the name of the app provided to the
10 ios_app GN template 10 ios_app GN template
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <array> 46 <array>
47 <string>mojo</string> 47 <string>mojo</string>
48 </array> 48 </array>
49 </dict> 49 </dict>
50 </array> 50 </array>
51 51
52 <!-- 52 <!--
53 Sky Load URL 53 Sky Load URL
54 --> 54 -->
55 <key>com.google.sky.load_url</key> 55 <key>com.google.sky.load_url</key>
56 » <string>https://domokit.github.io/sky_home</string> 56 » <string>https://domokit.github.io/home.dart</string>
57 57
58 <!-- 58 <!--
59 FIXME(csg): Xcode, as part of its build process, adds the follow ing 59 FIXME(csg): Xcode, as part of its build process, adds the follow ing
60 items to the Info.plist. It is not immediately clear if there is a 60 items to the Info.plist. It is not immediately clear if there is a
61 command line utility that generates these. For now, just add the same 61 command line utility that generates these. For now, just add the same
62 manually 62 manually
63 --> 63 -->
64 <key>DTPlatformName</key> 64 <key>DTPlatformName</key>
65 <string>iphonesimulator</string> 65 <string>iphonesimulator</string>
66 <key>DTSDKName</key> 66 <key>DTSDKName</key>
67 <string>iphonesimulator8.3</string> 67 <string>iphonesimulator8.3</string>
68 <key>LSRequiresIPhoneOS</key> 68 <key>LSRequiresIPhoneOS</key>
69 <true/> 69 <true/>
70 <key>MinimumOSVersion</key> 70 <key>MinimumOSVersion</key>
71 <string>8.3</string> 71 <string>8.3</string>
72 <key>UIDeviceFamily</key> 72 <key>UIDeviceFamily</key>
73 <array> 73 <array>
74 <integer>1</integer> 74 <integer>1</integer>
75 <integer>2</integer> 75 <integer>2</integer>
76 </array> 76 </array>
77 <key>CFBundleSupportedPlatforms</key> 77 <key>CFBundleSupportedPlatforms</key>
78 <array> 78 <array>
79 <string>iPhoneSimulator</string> 79 <string>iPhoneSimulator</string>
80 </array> 80 </array>
81 </dict> 81 </dict>
82 </plist> 82 </plist>
OLDNEW
« no previous file with comments | « sky/sdk/lib/framework/widgets/wrappers.dart ('k') | sky/sky_home » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698