Skip to content

Commit 0022f4a

Browse files
fix: include remaining files
1 parent 35deba3 commit 0022f4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
xcodebuild \
9393
-workspace sample.xcworkspace \
9494
-scheme "sample" \
95-
-sdk iphonosimulator \
96-
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
95+
-sdk iphonesimulator \
96+
-destination 'platform=iOS Simulator,OS=26.0,name=iPhone 17 Pro' \
9797
-only-testing:sampleTests \
98-
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
98+
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
9999
100100
test-android:
101101
needs: test-rn

sample/ios/sample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion= 77;
77
objects = {
88

99
/* Begin PBXBuildFile section */

0 commit comments

Comments
 (0)