Last active
August 29, 2015 14:17
-
-
Save landys/686486691be136ffc8ca to your computer and use it in GitHub Desktop.
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 | |
cd platforms/ios | |
plugins_path=baomingba/Plugins/ | |
add_plugin() { | |
find "$plugins_path$1" -name "*.[mh]*" -exec thor xcs:add {} Plugins \; | |
} | |
add_plugin org.apache.cordova.inappbrowser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment