Updated READMEs (location of Cordova.plist)

This commit is contained in:
Andreas Sommer
2012-10-13 21:12:45 +02:00
parent d07dd9e580
commit de4c34566f
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Installing the plugin
- Copy *.xib, *.m and *.h files to your project's "Plugins" folder (should already exist and contain a README file if you used the Cordova project template)
- They have to be added to the project as well, so drag them from the "Plugins" folder (in Finder) to the same folder (in Xcode) and select to create references
- Open "Supporting Files/Cordova.plist" and under "Plugins", add a key with the plugin name "NavigationBar" and a string value of "NavigationBar" (I guess it's the plugin's main class name)
- Open "Resources/Cordova.plist" and under "Plugins", add a key with the plugin name "NavigationBar" and a string value of "NavigationBar" (I guess it's the plugin's main class name)
Note regarding orientation changes and the tab bar plugin
---------------------------------------------------------

View File

@@ -16,9 +16,9 @@ See TabBar.m for the history.
Installing the plugin
---------------------
- Copy *.xib, *.m and *.h files to your project's "Plugins" folder (should already exist and contain a README file if you used the Cordova project template)
- Copy *.m and *.h files to your project's "Plugins" folder (should already exist and contain a README file if you used the Cordova project template)
- They have to be added to the project as well, so drag them from the "Plugins" folder (in Finder) to the same folder (in Xcode) and select to create references
- Open "Supporting Files/Cordova.plist" and under "Plugins", add a key with the plugin name "TabBar" and a string value of "TabBar"
- Open "Resources/Cordova.plist" and under "Plugins", add a key with the plugin name "TabBar" and a string value of "TabBar"
Note regarding the tab bar
--------------------------