Skip to content

Commit

Permalink
export improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
singerbj committed Apr 28, 2024
1 parent 9cf2fc4 commit da40e7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ mono_crash.*.json
*.xcodeproj/*
BagTag/
*.xcframework/*

*.apk
*.idsig
Binary file removed BagTag.apk
Binary file not shown.
Binary file removed BagTag.apk.idsig
Binary file not shown.
10 changes: 5 additions & 5 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package/exclude_from_recents=false
package/show_in_android_tv=false
package/show_in_app_library=true
package/show_as_launcher_app=false
launcher_icons/main_192x192=""
launcher_icons/main_192x192="res://assets/art/AppIcons/playstore.png"
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
graphics/opengl_debug=false
Expand Down Expand Up @@ -339,10 +339,10 @@ progressive_web_app/enabled=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)
progressive_web_app/icon_144x144="res://assets/art/AppIcons/Assets.xcassets/AppIcon.appiconset/144.png"
progressive_web_app/icon_180x180="res://assets/art/AppIcons/Assets.xcassets/AppIcon.appiconset/180.png"
progressive_web_app/icon_512x512="res://assets/art/AppIcons/Assets.xcassets/AppIcon.appiconset/1024.png"
progressive_web_app/background_color=Color(0.956863, 0.768627, 0.27451, 1)
include_coi_service_worker=true
iframe_breakout="Disabled"

Expand Down

0 comments on commit da40e7f

Please sign in to comment.