Bump iOS version to 10.0
Summary: Bump iOS version for `react-native-ios-uiexplorer`. Reviewed By: javache Differential Revision: D3987501 fbshipit-source-id: f0a247efff89ca2785f7054b7c0ca159179cdbce
This commit is contained in:
parent
5200ac1ee9
commit
3968e0ac45
|
@ -16,7 +16,7 @@ function cleanup {
|
||||||
WATCHMAN_LOGS=/usr/local/Cellar/watchman/3.1/var/run/watchman/$USER.log
|
WATCHMAN_LOGS=/usr/local/Cellar/watchman/3.1/var/run/watchman/$USER.log
|
||||||
[ -f $WATCHMAN_LOGS ] && cat $WATCHMAN_LOGS
|
[ -f $WATCHMAN_LOGS ] && cat $WATCHMAN_LOGS
|
||||||
fi
|
fi
|
||||||
# kill whatever is occupying port 8081
|
# kill whatever is occupying port 8081
|
||||||
lsof -i tcp:8081 | awk 'NR!=1 {print $2}' | xargs kill
|
lsof -i tcp:8081 | awk 'NR!=1 {print $2}' | xargs kill
|
||||||
}
|
}
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
@ -25,7 +25,7 @@ XCODE_PROJECT="Examples/UIExplorer/UIExplorer.xcodeproj"
|
||||||
XCODE_SCHEME="UIExplorer"
|
XCODE_SCHEME="UIExplorer"
|
||||||
XCODE_SDK="iphonesimulator"
|
XCODE_SDK="iphonesimulator"
|
||||||
if [ -z "$XCODE_DESTINATION" ]; then
|
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
|
fi
|
||||||
|
|
||||||
# Support for environments without xcpretty installed
|
# Support for environments without xcpretty installed
|
||||||
|
@ -51,4 +51,3 @@ else
|
||||||
-destination "$XCODE_DESTINATION" \
|
-destination "$XCODE_DESTINATION" \
|
||||||
test | $OUTPUT_TOOL && exit ${PIPESTATUS[0]}
|
test | $OUTPUT_TOOL && exit ${PIPESTATUS[0]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue