mirror of
https://github.com/jackjackbits/bitchat.git
synced 2026-01-10 13:08:13 -05:00
chore: debug icon (#634)
* chore: add debug icon to make it easier to identify debug builds on developers' devices * chore: add new AppIcon assets with 1024x1024
This commit is contained in:
4
bitchat.xcodeproj/project.pbxproj
generated
4
bitchat.xcodeproj/project.pbxproj
generated
@@ -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;
|
||||
|
||||
38
bitchat/Assets.xcassets/AppIconDebug.appiconset/Contents.json
vendored
Normal file
38
bitchat/Assets.xcassets/AppIconDebug.appiconset/Contents.json
vendored
Normal file
@@ -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
|
||||
}
|
||||
}
|
||||
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 1.png
vendored
Normal file
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 1.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 2.png
vendored
Normal file
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024 2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024.png
vendored
Normal file
BIN
bitchat/Assets.xcassets/AppIconDebug.appiconset/image-1024.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
2
bitchat/Assets.xcassets/Contents.json
vendored
2
bitchat/Assets.xcassets/Contents.json
vendored
@@ -3,4 +3,4 @@
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user