Skip to content

Instantly share code, notes, and snippets.

@geta6
Created July 12, 2012 04:08
Show Gist options
  • Save geta6/3095674 to your computer and use it in GitHub Desktop.
Save geta6/3095674 to your computer and use it in GitHub Desktop.
phoneguardをinitします
#!/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