Skip to content

Commit

Permalink
Run on iPhone 15 instead of iPhone 11
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 27, 2023
1 parent 93f9cd6 commit 179d81a
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
LEGACY: true
SWIFT_SUFFIX: ""
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ./scripts/test.sh
env:
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
- name: Build Catalyst
run: ./scripts/test.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: true
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: true
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SPM: false
LEGACY: true
OS: iOS
DEVICE: iPhone 11
DEVICE: iPhone 15
TEST: true
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions scripts/framework_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ "$have_secrets" == true ]]; then
xcodebuild \
-project ${SAMPLE}Example.xcodeproj \
-scheme ${SAMPLE}Example${SWIFT_SUFFIX} \
-destination 'platform=iOS Simulator,name=iPhone 11 Pro' "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(PROJECT_DIR)/Firebase' \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro' "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(PROJECT_DIR)/Firebase' \
build \
test \
) || EXIT_STATUS=$?
Expand All @@ -48,7 +48,7 @@ else
xcodebuild \
-project ${SAMPLE}Example.xcodeproj \
-scheme ${SAMPLE}Example${SWIFT_SUFFIX} \
-destination 'platform=iOS Simulator,name=iPhone 11 Pro' "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(PROJECT_DIR)/Firebase' \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro' "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(PROJECT_DIR)/Firebase' \
build
) || EXIT_STATUS=$?
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ -z "${SPM:-}" ]]; then
fi
if [[ -z "${OS:-}" ]]; then
OS=iOS
DEVICE="iPhone 11"
DEVICE="iPhone 15"
echo "Defaulting to OS=$OS"
echo "Defaulting to DEVICE=$DEVICE"
fi
Expand Down

0 comments on commit 179d81a

Please sign in to comment.