Skip to content

Instantly share code, notes, and snippets.

@landys
Last active August 29, 2015 14:17
Show Gist options
  • Save landys/686486691be136ffc8ca to your computer and use it in GitHub Desktop.
Save landys/686486691be136ffc8ca to your computer and use it in GitHub Desktop.
#!/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