From 121ce0d08348a8b90d4165e246d5c8fff8a4f79b Mon Sep 17 00:00:00 2001 From: solaomosola Date: Wed, 28 Mar 2018 12:26:17 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 93e176e..2a83bee 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,20 @@ Check out [cordova-splash](https://github.com/AlexDisler/cordova-splash) - [ionic-zoom-view](https://github.com/AlexDisler/ionic-zoom-view) - an easy way to add a zoom view to images using an ionic modal - [ng-persist](https://github.com/AlexDisler/ng-persist) - store data on mobile devices (using cordova) that persists even if the user reinstalls the app +### Short Name +- Observed that cordova-icon did not use the new icon on iOS platform when short name option is added to config.xml. +i.e. + + HelloCordova + +Will result in using default cordova icon. +- The fix: Do this + + HelloCordova + + + + ### License MIT From 29c4288df8d70747225ff312b2b64dde6c92851f Mon Sep 17 00:00:00 2001 From: solaomosola Date: Wed, 28 Mar 2018 12:30:29 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a83bee..371b1fc 100644 --- a/README.md +++ b/README.md @@ -86,16 +86,16 @@ Check out [cordova-splash](https://github.com/AlexDisler/cordova-splash) ### Short Name - Observed that cordova-icon did not use the new icon on iOS platform when short name option is added to config.xml. -i.e. - - HelloCordova - -Will result in using default cordova icon. -- The fix: Do this - - HelloCordova - - + i.e. + + HelloCordova + + Will result in using default cordova icon. + - The fix: Do this + + HelloCordova + + ### License From e7bdcd356f2575c3a9eb6090ca7f2587b04d9115 Mon Sep 17 00:00:00 2001 From: solaomosola Date: Wed, 28 Mar 2018 12:33:11 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 371b1fc..432d7af 100644 --- a/README.md +++ b/README.md @@ -86,17 +86,21 @@ Check out [cordova-splash](https://github.com/AlexDisler/cordova-splash) ### Short Name - Observed that cordova-icon did not use the new icon on iOS platform when short name option is added to config.xml. - i.e. - - HelloCordova - - Will result in using default cordova icon. - - The fix: Do this - - HelloCordova - - - + +i.e. +```bash + + HelloCordova + +``` +Will result in default cordova icon. +- The fix: Do this: +```bash + + HelloCordova + + +``` ### License