[iOS/macOS] Add option to automatically build (and sign / archive) bundles.

This commit is contained in:
bruvzg 2023-12-11 20:50:44 +02:00
parent dfe226b933
commit 94238d0462
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
9 changed files with 498 additions and 69 deletions

View file

@ -28,6 +28,7 @@ def get_opts():
"android-" + str(get_min_target_api()),
),
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
BoolVariable("generate_apk", "Generate an APK/AAB after building Android library by calling Gradle", False),
]