Skip to content

Commit

Permalink
add dev.sh to speedup dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei committed Oct 17, 2018
1 parent 4b0381f commit ff7bcfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ hallelujahIM.iml
hallelujah.xcworkspace/xcshareddata/
*.xcuserstate
*/xcuserdata/*
*xcworkspace/xcuserdata/*
*xcworkspace/xcuserdata/*
hallelujah.xcworkspace/xcuserdata
5 changes: 5 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir -p ${HOME}/.hallelujah/debug
xcodebuild -workspace hallelujah.xcworkspace/ -scheme hallelujah -configuration Release CONFIGURATION_BUILD_DIR=${HOME}/.hallelujah/debug
pkill -9 hallelujah
sudo rm -rf /Library/Input\ Methods/hallelujah.app/
sudo cp -R ${HOME}/.hallelujah/debug/hallelujah.app /Library/Input\ Methods/hallelujah.app

This file was deleted.

0 comments on commit ff7bcfb

Please sign in to comment.