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 12, 2024
1 parent c1718a8 commit 9f2617b
Show file tree
Hide file tree
Showing 4 changed files with 43 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
36 changes: 36 additions & 0 deletions src/res/iOSIcons.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"images" : [
{
"filename" : "jamulus-ios.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"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.
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 9f2617b

Please sign in to comment.