diff --git a/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/1024.png b/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/1024.png new file mode 100644 index 0000000000..09777dda6c Binary files /dev/null and b/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/1024.png differ diff --git a/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/Contents.json b/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/Contents.json new file mode 100644 index 0000000000..cff1680b35 --- /dev/null +++ b/iphone/Maps/Images.xcassets/AppIconDebug.appiconset/Contents.json @@ -0,0 +1,14 @@ +{ + "images" : [ + { + "filename" : "1024.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj index 8a4d4dd426..5fcc7c39c2 100644 --- a/iphone/Maps/Maps.xcodeproj/project.pbxproj +++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj @@ -4480,6 +4480,7 @@ 6741AA571BF340DE002C974C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug; CODE_SIGN_ENTITLEMENTS = "OMaps-Debug.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; @@ -4501,6 +4502,7 @@ 6741AA5A1BF340DE002C974C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = "OMaps-Release.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual;