Skip to content

Commit db5c535

Browse files
committed
add assets for icon
1 parent 314231d commit db5c535

7 files changed

Lines changed: 66 additions & 0 deletions

File tree

AppIcon copy.icon/Assets/icon.png

11 KB
Loading

AppIcon copy.icon/icon.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"fill" : {
3+
"automatic-gradient" : "extended-srgb:0.00000,0.53333,1.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"layers" : [
8+
{
9+
"image-name" : "icon.png",
10+
"name" : "icon"
11+
}
12+
],
13+
"shadow" : {
14+
"kind" : "neutral",
15+
"opacity" : 0.5
16+
},
17+
"translucency" : {
18+
"enabled" : true,
19+
"value" : 0.5
20+
}
21+
}
22+
],
23+
"supported-platforms" : {
24+
"circles" : [
25+
"watchOS"
26+
],
27+
"squares" : "shared"
28+
}
29+
}

SOPA.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,13 @@
788788
buildSettings = {
789789
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-1";
790790
CODE_SIGN_STYLE = Automatic;
791+
CURRENT_PROJECT_VERSION = 1;
791792
DEVELOPMENT_TEAM = S8SS3476QC;
792793
INFOPLIST_FILE = SOPA/Info.plist;
794+
INFOPLIST_KEY_CFBundleDisplayName = SOPA;
795+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.puzzle-games";
793796
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
797+
MARKETING_VERSION = 0.0.1;
794798
PRODUCT_BUNDLE_IDENTIFIER = de.davidschilling.SOPA;
795799
PRODUCT_NAME = "$(TARGET_NAME)";
796800
SWIFT_VERSION = 5.0;
@@ -803,9 +807,13 @@
803807
buildSettings = {
804808
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-1";
805809
CODE_SIGN_STYLE = Automatic;
810+
CURRENT_PROJECT_VERSION = 1;
806811
DEVELOPMENT_TEAM = S8SS3476QC;
807812
INFOPLIST_FILE = SOPA/Info.plist;
813+
INFOPLIST_KEY_CFBundleDisplayName = SOPA;
814+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.puzzle-games";
808815
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
816+
MARKETING_VERSION = 0.0.1;
809817
PRODUCT_BUNDLE_IDENTIFIER = de.davidschilling.SOPA;
810818
PRODUCT_NAME = "$(TARGET_NAME)";
811819
SWIFT_VERSION = 5.0;
832 KB
Loading
1.1 MB
Loading
11 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"fill" : {
3+
"automatic-gradient" : "extended-srgb:0.00000,0.53333,1.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"layers" : [
8+
{
9+
"image-name" : "icon.png",
10+
"name" : "icon"
11+
}
12+
],
13+
"shadow" : {
14+
"kind" : "neutral",
15+
"opacity" : 0.5
16+
},
17+
"translucency" : {
18+
"enabled" : true,
19+
"value" : 0.5
20+
}
21+
}
22+
],
23+
"supported-platforms" : {
24+
"circles" : [
25+
"watchOS"
26+
],
27+
"squares" : "shared"
28+
}
29+
}

0 commit comments

Comments
 (0)