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

Unified Diff: ios/chrome/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json

Issue 2537443002: [ios] Adds launchscreen image assets for Chromium. (Closed)
Patch Set: Add final resources. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json
diff --git a/ios/chrome/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json b/ios/chrome/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..5829c456dbc29cc6812e28f97bd9f129337230f8
--- /dev/null
+++ b/ios/chrome/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "launchscreen_app_logo.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "launchscreen_app_logo@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "launchscreen_app_logo@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698