Skip to content

Commit 85ca8a5

Browse files
authored
Add iOS Icon (#3410)
1 parent 815011f commit 85ca8a5

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-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: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
"filename" : "jamulus-ios-dark.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "jamulus-ios-tinted.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
32+
}
33+
],
34+
"info" : {
35+
"author" : "xcode",
36+
"version" : 1
37+
}
38+
}
52.6 KB
Loading
47.4 KB
Loading
54.5 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)