Skip to content

Commit 4b07e44

Browse files
Merge pull request #3 from browserstack/update_device
Change device name from iPhone XS (14) to iPhone 15 Plus (17)
2 parents 8d42213 + a05b5ef commit 4b07e44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-workflow-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
cd ios
7878
mvn compile
79-
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
79+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
8080
- name: Run ios mvn profile sample-test
8181
run: |
8282
cd ios

ios/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ platforms:
4242
- deviceName: iPhone 13 Pro
4343
platformVersion: 15
4444
platformName: ios
45-
- deviceName: iPhone XS
46-
platformVersion: 14
45+
- deviceName: iPhone 15 Plus
46+
platformVersion: 17
4747
platformName: ios
4848

4949
# =======================

0 commit comments

Comments
 (0)