aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json
diff options
context:
space:
mode:
authorPaul Yang <paulyang1211@gmail.com>2015-05-06 17:32:07 -0700
committerPaul Yang <paulyang1211@gmail.com>2015-05-06 17:32:07 -0700
commitb89de5f6e0d81eccc34664f19362b83a82a152ca (patch)
treef27448a279bea152488306d66e999c4d2a70fa42 /objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json
parentf47db47cd97c00a3a49584eda13e03c3352e5215 (diff)
parent30650d81d9baa446dbc8deb784ba53794cafda5b (diff)
downloadprotobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.tar.gz
protobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.tar.bz2
protobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.zip
Merge pull request #331 from thomasvl/objc_alpha1_drop
Objective C compiler plugin and runtime
Diffstat (limited to 'objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json')
-rw-r--r--objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json b/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json
new file mode 100644
index 00000000..5a296668
--- /dev/null
+++ b/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -0,0 +1,49 @@
+{
+ "images" : [
+ {
+ "orientation" : "portrait",
+ "idiom" : "ipad",
+ "minimum-system-version" : "7.0",
+ "extent" : "full-screen",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "landscape",
+ "idiom" : "ipad",
+ "minimum-system-version" : "7.0",
+ "extent" : "full-screen",
+ "scale" : "1x"
+ },
+ {
+ "orientation" : "landscape",
+ "idiom" : "ipad",
+ "minimum-system-version" : "7.0",
+ "extent" : "full-screen",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "minimum-system-version" : "7.0",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "minimum-system-version" : "7.0",
+ "subtype" : "retina4",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "portrait",
+ "idiom" : "ipad",
+ "minimum-system-version" : "7.0",
+ "extent" : "full-screen",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file