Aggiunge E2E simulatore iOS e API_BASE_URL configurabile in build.

Permette build Debug verso localhost, script smoke per close_set/resume session e rigenerazione progetto con setting API di default produzione.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Emiliano Frascaro
2026-06-14 21:43:51 +02:00
parent 585332e32e
commit 5de3a1a1cf
5 changed files with 273 additions and 166 deletions

View File

@@ -95,6 +95,7 @@ app_settings = """
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.matchlivetv.match-live-tv;
PRODUCT_NAME = "$(TARGET_NAME)";
API_BASE_URL = "https://www.matchlivetv.it";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
"""