Skip to content

Commit 5b76dfc

Browse files
kfirappsfacebook-github-bot
authored andcommitted
Fix CI build
Summary: iPhone 5s is not available anymore. Reviewed By: fabiomassimo Differential Revision: D19262571 fbshipit-source-id: c59703bec7f293dbfa559851360933845760f6dd
1 parent 9a7eb20 commit 5b76dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function project_version() {
2525
function ci() {
2626
# replace line contains s.version with a new line contains value of `project_version`.
2727
sed -i -e "s/s.version = \'[\.0-9]*\'/s.version = \'$(project_version)\'/g" ComponentKit.podspec
28-
28+
2929
xcodebuild \
3030
clean \
3131
-project $1 \
@@ -39,7 +39,7 @@ function ci() {
3939
}
4040

4141
function ios_ci() {
42-
ci $1 $2 iphonesimulator "platform=iOS Simulator,name=iPhone 5s" Release $3
42+
ci $1 $2 iphonesimulator "platform=iOS Simulator,name=iPhone 8" Release $3
4343
}
4444

4545
function tvos_ci() {

0 commit comments

Comments
 (0)