File tree Expand file tree Collapse file tree 4 files changed +43
-0
lines changed
src/res/iOSIcons.xcassets Expand file tree Collapse file tree 4 files changed +43
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ {
2+ "info" : {
3+ "author" : " xcode" ,
4+ "version" : 1
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments