Skip to content

Commit

Permalink
VPN-5884: Add alternate app icons to bundle (#8612)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein authored Nov 21, 2023
1 parent 75db8be commit caf2d9a
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ios/app/Images.xcassets/AppIcon-black.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "black-1024 1.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.
14 changes: 14 additions & 0 deletions ios/app/Images.xcassets/AppIcon-green.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "green-1024 1.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "light-violet-1024 1.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.
14 changes: 14 additions & 0 deletions ios/app/Images.xcassets/AppIcon-violet.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "violet-1024 1.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.
1 change: 1 addition & 0 deletions src/cmake/ios.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ set_target_properties(mozillavpn PROPERTIES
XCODE_ATTRIBUTE_PRODUCT_NAME "${PROJECT_NAME}"
XCODE_GENERATE_SCHEME TRUE
XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon"
XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS "YES"
# Required for this target to be added to the archive?
XCODE_ATTRIBUTE_INSTALL_PATH "$(LOCAL_APPS_DIR)"
XCODE_ATTRIBUTE_SKIP_INSTALL "NO"
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ sample:
bugs:
- https://mozilla-hub.atlassian.net/browse/VPN-3743
data_reviews:
- TODO
- https://github.com/mozilla-mobile/mozilla-vpn-client/pull/5528#pullrequestreview-1262407370
data_sensitivity:
- technical
notification_emails:
Expand Down

0 comments on commit caf2d9a

Please sign in to comment.