Skip to content

Commit

Permalink
Bump iOS version to 10.0
Browse files Browse the repository at this point in the history
Summary: Bump iOS version for `react-native-ios-uiexplorer`.

Reviewed By: javache

Differential Revision: D3987501

fbshipit-source-id: f0a247efff89ca2785f7054b7c0ca159179cdbce
  • Loading branch information
Ovidiu Viorel Iepure authored and Facebook Github Bot committed Oct 7, 2016
1 parent 5200ac1 commit 3968e0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/objc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function cleanup {
WATCHMAN_LOGS=/usr/local/Cellar/watchman/3.1/var/run/watchman/$USER.log
[ -f $WATCHMAN_LOGS ] && cat $WATCHMAN_LOGS
fi
# kill whatever is occupying port 8081
# kill whatever is occupying port 8081
lsof -i tcp:8081 | awk 'NR!=1 {print $2}' | xargs kill
}
trap cleanup EXIT
Expand All @@ -25,7 +25,7 @@ XCODE_PROJECT="Examples/UIExplorer/UIExplorer.xcodeproj"
XCODE_SCHEME="UIExplorer"
XCODE_SDK="iphonesimulator"
if [ -z "$XCODE_DESTINATION" ]; then
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=9.3"
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=10.0"
fi

# Support for environments without xcpretty installed
Expand All @@ -51,4 +51,3 @@ else
-destination "$XCODE_DESTINATION" \
test | $OUTPUT_TOOL && exit ${PIPESTATUS[0]}
fi

0 comments on commit 3968e0a

Please sign in to comment.