Skip to content

Instantly share code, notes, and snippets.

View whck6's full-sized avatar
🐶
Less is more

Wenhao Ho whck6

🐶
Less is more
View GitHub Profile
@whck6
whck6 / run.sh
Created December 1, 2017 08:35
超陽春版 React Native for iOS 自動打包上傳到 TestFlight
#!/bin/sh
TARGET_NAME=$1
if [ -n $TARGET_NAME ]; then
TARGET_NAME=""
fi
ROOT_PATH=$HOME/$TARGET_NAME
ARCHIVE_DIR=$ROOT_PATH/ios/archive