From 59f16733026c5a3db43b73fa09836d54c0a65d64 Mon Sep 17 00:00:00 2001 From: Scott Ludwig Date: Fri, 1 Jan 2016 23:30:17 -0800 Subject: [PATCH] correctly name and reference the LaunchImages --- .../Brand Assets.launchimage/Contents.json | 22 ------ game/iphone/Images.xcassets/Contents.json | 6 ++ .../LaunchImage.launchimage/Contents.json | 67 ++++++++++++++++++ .../Default-568h@2x.png | Bin game/wi.xcodeproj/project.pbxproj | 10 +-- 5 files changed, 78 insertions(+), 27 deletions(-) delete mode 100644 game/iphone/Images.xcassets/Brand Assets.launchimage/Contents.json create mode 100644 game/iphone/Images.xcassets/Contents.json create mode 100644 game/iphone/Images.xcassets/LaunchImage.launchimage/Contents.json rename game/iphone/Images.xcassets/{Brand Assets.launchimage => LaunchImage.launchimage}/Default-568h@2x.png (100%) diff --git a/game/iphone/Images.xcassets/Brand Assets.launchimage/Contents.json b/game/iphone/Images.xcassets/Brand Assets.launchimage/Contents.json deleted file mode 100644 index 00c97ee..0000000 --- a/game/iphone/Images.xcassets/Brand Assets.launchimage/Contents.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "images" : [ - { - "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default-568h@2x.png", - "minimum-system-version" : "7.0", - "subtype" : "retina4", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "minimum-system-version" : "7.0", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/game/iphone/Images.xcassets/Contents.json b/game/iphone/Images.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/game/iphone/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/game/iphone/Images.xcassets/LaunchImage.launchimage/Contents.json b/game/iphone/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..8f07ece --- /dev/null +++ b/game/iphone/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,67 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "8.0", + "subtype" : "736h", + "scale" : "3x" + }, + { + "orientation" : "landscape", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "8.0", + "subtype" : "736h", + "scale" : "3x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "8.0", + "subtype" : "667h", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "retina4", + "filename" : "Default-568h@2x.png", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "subtype" : "retina4", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/game/iphone/Images.xcassets/Brand Assets.launchimage/Default-568h@2x.png b/game/iphone/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png similarity index 100% rename from game/iphone/Images.xcassets/Brand Assets.launchimage/Default-568h@2x.png rename to game/iphone/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png diff --git a/game/wi.xcodeproj/project.pbxproj b/game/wi.xcodeproj/project.pbxproj index 06e6840..91d6a29 100755 --- a/game/wi.xcodeproj/project.pbxproj +++ b/game/wi.xcodeproj/project.pbxproj @@ -1196,7 +1196,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_LINK_OBJC_RUNTIME = NO; CODE_SIGN_ENTITLEMENTS = iphone/Entitlements.plist; CODE_SIGN_IDENTITY = ""; @@ -1237,7 +1237,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_LINK_OBJC_RUNTIME = NO; CODE_SIGN_ENTITLEMENTS = iphone/Entitlements.plist; CODE_SIGN_IDENTITY = ""; @@ -1340,7 +1340,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_LINK_OBJC_RUNTIME = NO; CODE_SIGN_ENTITLEMENTS = iphone/Entitlements.plist; CODE_SIGN_IDENTITY = ""; @@ -1398,7 +1398,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_LINK_OBJC_RUNTIME = NO; CODE_SIGN_ENTITLEMENTS = iphone/Entitlements.plist; CODE_SIGN_IDENTITY = ""; @@ -1454,7 +1454,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_LINK_OBJC_RUNTIME = NO; CODE_SIGN_ENTITLEMENTS = iphone/Entitlements.plist; CODE_SIGN_IDENTITY = "";