Created
July 12, 2012 04:08
-
-
Save geta6/3095674 to your computer and use it in GitHub Desktop.
phoneguardをinitします
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# create PhoneGapTemplate in /path/to/PHONEGAP_PROJECT_ROOT from Xcode.app | |
# cd /path/to/PHONEGAP_PROJECT_ROOT | |
git clone https://github.com/geta6/phoneguard | |
mv phoneguard/G* assets www . | |
yes|rm -r phoneguard | |
cp ~/../Shared/Cordova/Frameworks/Cordova.framework/www/cordova* ./www/js/ | |
gem install bundler | |
bundle install # or sudo bundle install | |
# boot guard | |
guard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment