Skip to content

Commit f3d8021

Browse files
fix: include remaining files
1 parent 35deba3 commit f3d8021

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ jobs:
7474
bundle config set path 'vendor/bundle'
7575
bundle install --jobs 4 --retry 3
7676
77+
- name: Prepare environment
78+
working-directory: ./sample
79+
run: |
80+
export RCT_NEW_ARCH_ENABLED=0
81+
echo "RCT_NEW_ARCH_ENABLED=$RCT_NEW_ARCH_ENABLED"
82+
83+
7784
- name: Install pods (via bundler)
7885
working-directory: ./sample/ios
7986
run: |
@@ -92,10 +99,10 @@ jobs:
9299
xcodebuild \
93100
-workspace sample.xcworkspace \
94101
-scheme "sample" \
95-
-sdk iphonosimulator \
96-
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
102+
-sdk iphonesimulator \
103+
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16 Pro' \
97104
-only-testing:sampleTests \
98-
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
105+
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
99106
100107
test-android:
101108
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)