We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d42213 + a05b5ef commit 4b07e44Copy full SHA for 4b07e44
.github/workflows/maven-workflow-run.yml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
cd ios
78
mvn compile
79
- mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
+ mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
80
- name: Run ios mvn profile sample-test
81
82
ios/browserstack.yml
@@ -42,8 +42,8 @@ platforms:
42
- deviceName: iPhone 13 Pro
43
platformVersion: 15
44
platformName: ios
45
- - deviceName: iPhone XS
46
- platformVersion: 14
+ - deviceName: iPhone 15 Plus
+ platformVersion: 17
47
48
49
# =======================
0 commit comments