Skip to content

Commit

Permalink
Added missing variables for app icon variants in fastlane env
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Oct 16, 2024
1 parent 56ef284 commit 3d31b0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fastlane/.env.freemium
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
APP_GROUP=group.org.cryptomator.ios
APP_ICON_FILE_PATH=config/freemium/Icon.png
APP_ICON_DARK_FILE_PATH=config/freemium/DarkIcon.png
APP_ICON_LIGHT_FILE_PATH=config/freemium/LightIcon.png
APP_ICON_TINTED_FILE_PATH=config/freemium/TintedIcon.png
BUNDLE_IDENTIFIER=org.cryptomator.ios
CONFIG_NAME=freemium
DISPLAY_NAME=Cryptomator
Expand Down
4 changes: 3 additions & 1 deletion fastlane/.env.premium
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
APP_GROUP=group.org.cryptomator.ios.premium
APP_ICON_FILE_PATH=config/premium/Icon.png
APP_ICON_DARK_FILE_PATH=config/premium/DarkIcon.png
APP_ICON_LIGHT_FILE_PATH=config/premium/LightIcon.png
APP_ICON_TINTED_FILE_PATH=config/premium/TintedIcon.png
BUNDLE_IDENTIFIER=org.cryptomator.ios.premium
CONFIG_NAME=premium
DISPLAY_NAME=Cryptomator
Expand Down

0 comments on commit 3d31b0b

Please sign in to comment.