diff --git a/.gitignore b/.gitignore index 97b39b7..cca5519 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ mono_crash.*.json *.xcodeproj/* BagTag/ *.xcframework/* + +*.apk +*.idsig diff --git a/BagTag.apk b/BagTag.apk deleted file mode 100644 index 0e76b07..0000000 Binary files a/BagTag.apk and /dev/null differ diff --git a/BagTag.apk.idsig b/BagTag.apk.idsig deleted file mode 100644 index 0aa1140..0000000 Binary files a/BagTag.apk.idsig and /dev/null differ diff --git a/export_presets.cfg b/export_presets.cfg index ca5cf72..175dad2 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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 @@ -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"