diff --git a/bitchat.xcodeproj/project.pbxproj b/bitchat.xcodeproj/project.pbxproj index a3a27b8f..4dccc5ea 100644 --- a/bitchat.xcodeproj/project.pbxproj +++ b/bitchat.xcodeproj/project.pbxproj @@ -498,7 +498,7 @@ baseConfigurationReferenceAnchor = A6E367C92E76469E0032EA8A /* Configs */; baseConfigurationReferenceRelativePath = Debug.xcconfig; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGNING_ALLOWED = YES; CODE_SIGNING_REQUIRED = YES; @@ -684,7 +684,7 @@ baseConfigurationReferenceAnchor = A6E367C92E76469E0032EA8A /* Configs */; baseConfigurationReferenceRelativePath = Debug.xcconfig; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGNING_ALLOWED = YES; CODE_SIGNING_REQUIRED = YES; diff --git a/bitchat/Assets.xcassets/AppIconDebug.appiconset/Contents.json b/bitchat/Assets.xcassets/AppIconDebug.appiconset/Contents.json new file mode 100644 index 00000000..11051638 --- /dev/null +++ b/bitchat/Assets.xcassets/AppIconDebug.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "filename" : "image-1024.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "image-1024 1.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "filename" : "image-1024 2.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 1.png b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 1.png new file mode 100644 index 00000000..e63426ce Binary files /dev/null and b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 1.png differ diff --git a/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 2.png b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 2.png new file mode 100644 index 00000000..e63426ce Binary files /dev/null and b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 2.png differ diff --git a/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024.png b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024.png new file mode 100644 index 00000000..e63426ce Binary files /dev/null and b/bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024.png differ diff --git a/bitchat/Assets.xcassets/Contents.json b/bitchat/Assets.xcassets/Contents.json index 4aa7c535..73c00596 100644 --- a/bitchat/Assets.xcassets/Contents.json +++ b/bitchat/Assets.xcassets/Contents.json @@ -3,4 +3,4 @@ "author" : "xcode", "version" : 1 } -} \ No newline at end of file +}