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.
1 parent 35deba3 commit 0022f4aCopy full SHA for 0022f4a
.github/workflows/ci.yml
@@ -92,10 +92,10 @@ jobs:
92
xcodebuild \
93
-workspace sample.xcworkspace \
94
-scheme "sample" \
95
- -sdk iphonosimulator \
96
- -destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
+ -sdk iphonesimulator \
+ -destination 'platform=iOS Simulator,OS=26.0,name=iPhone 17 Pro' \
97
-only-testing:sampleTests \
98
- test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
+ test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
99
100
test-android:
101
needs: test-rn
sample/ios/sample.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
3
archiveVersion = 1;
4
classes = {
5
};
6
- objectVersion = 77;
+ objectVersion= 77;
7
objects = {
8
9
/* Begin PBXBuildFile section */
0 commit comments