summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-app-name/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-26 00:47:11 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-26 00:47:11 +0200
commit6a9186aea6b85beef28e3eb765fbf2322a1c7890 (patch)
treea4a2ad8fcaa8783b4ed3643e950a003c2c0f9de6 /StoneIsland/plugins/cordova-plugin-app-name/README.md
parentb6a9175ffeb718994d6e68c4e3e783449c4f34cd (diff)
wtf broken
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-app-name/README.md')
-rw-r--r--StoneIsland/plugins/cordova-plugin-app-name/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-app-name/README.md b/StoneIsland/plugins/cordova-plugin-app-name/README.md
new file mode 100644
index 00000000..a8680f30
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-app-name/README.md
@@ -0,0 +1,26 @@
+# cordova-plugin-app-name
+I created this plugin to address the issue of spaces in the names of my Cordova apps.
+
+## How does it work?
+It adds an after_prepare hook that changes the value of app_name in strings.xml for Android and updates the "Project Name" and
+"Project Display Name" in the plist for iOS.
+
+## How do I install it?
+
+If you're like me and using [Cordova CLI](http://cordova.apache.org/):
+```
+cordova plugin add cordova-plugin-app-name --variable APP_NAME="Look <Ma> I Got Spaces and Stuff!"
+```
+
+or
+
+```
+phonegap local plugin add cordova-plugin-app-name --variable APP_NAME="Look <Ma> I Got Spaces and Stuff!"
+```
+
+## How do I use it?
+Um ... See above :)
+
+
+
+