Skip to content

Commit

Permalink
Add iOS Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Oct 17, 2024
1 parent 815011f commit 913468b
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ win32 {
}

} else:ios {
QMAKE_ASSET_CATALOGS += src/res/iOSIcons.xcassets
QMAKE_INFO_PLIST = ios/Info.plist
OBJECTIVE_SOURCES += src/ios/ios_app_delegate.mm
HEADERS += src/ios/ios_app_delegate.h
Expand Down
38 changes: 38 additions & 0 deletions src/res/iOSIcons.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"images" : [
{
"filename" : "jamulus-ios.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "jamulus-ios-dark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "jamulus-ios-tinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/res/iOSIcons.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

0 comments on commit 913468b

Please sign in to comment.