You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ===== Example Platform Templates (replace with your full lists if available) =====
40
31
WEB_PLATFORM_TEMPLATES=(
41
32
"Windows|10|Chrome"
@@ -48,7 +39,6 @@ WEB_PLATFORM_TEMPLATES=(
48
39
"OS X|Catalina|Firefox"
49
40
)
50
41
51
-
52
42
MOBILE_ALL=(
53
43
# Tier 1
54
44
"ios|iPhone 15|17"
@@ -371,42 +361,6 @@ ask_user_for_test_url() {
371
361
fi
372
362
}
373
363
374
-
# ask_and_upload_app() {
375
-
376
-
# APP_FILE_PATH=$(osascript -e 'POSIX path of (choose file with prompt "📱 Please select your .apk or .ipa app file to upload to BrowserStack, If No App Selected then Defualt Browserstack app will be used automatically")')
377
-
378
-
# if [ -z "$APP_FILE_PATH" ]; then
379
-
# log_msg_to "⚠️ No app selected. Using default sample app: bs://sample.app" "$GLOBAL"
380
-
# APP_URL="bs://sample.app"
381
-
# APP_PLATFORM="all"
382
-
# return
383
-
# fi
384
-
385
-
# # Detect platform
386
-
# if [[ "$APP_FILE_PATH" == *.apk ]]; then
387
-
# APP_PLATFORM="android"
388
-
# elif [[ "$APP_FILE_PATH" == *.ipa ]]; then
389
-
# APP_PLATFORM="ios"
390
-
# else
391
-
# log_msg_to "❌ Unsupported file type. Only .apk or .ipa allowed." "$GLOBAL"
392
-
# exit 1
393
-
# fi
394
-
395
-
# # Upload app
396
-
# log_msg_to "⬆️ Uploading $APP_FILE_PATH to BrowserStack..." "$GLOBAL"
0 commit comments