diff --git a/lime/tools/platforms/IOSPlatform.hx b/lime/tools/platforms/IOSPlatform.hx index 00f181267..9c566af83 100644 --- a/lime/tools/platforms/IOSPlatform.hx +++ b/lime/tools/platforms/IOSPlatform.hx @@ -495,6 +495,7 @@ class IOSPlatform extends PlatformTarget { { name: "Icon-76@2x.png", size: 152 }, { name: "Icon-83.5@2x.png", size: 167 }, { name: "Icon-60@3x.png", size: 180 }, + { name: "Icon-Marketing.png", size: 1024 } ]; context.HAS_ICON = true; diff --git a/templates/iphone/PROJ.xcodeproj/project.pbxproj b/templates/iphone/PROJ.xcodeproj/project.pbxproj index 3a65595e2..31ba193ba 100644 --- a/templates/iphone/PROJ.xcodeproj/project.pbxproj +++ b/templates/iphone/PROJ.xcodeproj/project.pbxproj @@ -202,7 +202,7 @@ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0820; + LastUpgradeCheck = 0910; TargetAttributes = { 1D6058900D05DD3D006BFB54 = { ::if DEVELOPMENT_TEAM_ID::DevelopmentTeam = ::DEVELOPMENT_TEAM_ID::;::end:: diff --git a/templates/iphone/PROJ/Images.xcassets/AppIcon.appiconset/Contents.json b/templates/iphone/PROJ/Images.xcassets/AppIcon.appiconset/Contents.json index 29129520e..d59063625 100644 --- a/templates/iphone/PROJ/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/templates/iphone/PROJ/Images.xcassets/AppIcon.appiconset/Contents.json @@ -137,6 +137,12 @@ "idiom" : "ipad", "filename" : "Icon-83.5@2x.png", "scale" : "2x" + }, + { + "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "Icon-Marketing.png", + "scale" : "1x" } ], "info" : {