Skip to content

Commit 9f2617b

Browse files
committed
Add iOS Icon
1 parent c1718a8 commit 9f2617b

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

Jamulus.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ win32 {
229229
}
230230

231231
} else:ios {
232+
QMAKE_ASSET_CATALOGS += src/res/iOSIcons.xcassets
232233
QMAKE_INFO_PLIST = ios/Info.plist
233234
OBJECTIVE_SOURCES += src/ios/ios_app_delegate.mm
234235
HEADERS += src/ios/ios_app_delegate.h
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "jamulus-ios.png",
5+
"idiom" : "universal",
6+
"platform" : "ios",
7+
"size" : "1024x1024"
8+
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"idiom" : "universal",
17+
"platform" : "ios",
18+
"size" : "1024x1024"
19+
},
20+
{
21+
"appearances" : [
22+
{
23+
"appearance" : "luminosity",
24+
"value" : "tinted"
25+
}
26+
],
27+
"idiom" : "universal",
28+
"platform" : "ios",
29+
"size" : "1024x1024"
30+
}
31+
],
32+
"info" : {
33+
"author" : "xcode",
34+
"version" : 1
35+
}
36+
}
45.6 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

0 commit comments

Comments
 (0)