forked from organicmaps/organicmaps
[ios] Add icon for debug build
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
08b0d523ad
commit
621a39f42f
3 changed files with 16 additions and 0 deletions
BIN
iphone/Maps/Images.xcassets/AppIconDebug.appiconset/1024.png
Normal file
BIN
iphone/Maps/Images.xcassets/AppIconDebug.appiconset/1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 973 KiB |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "1024.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue