mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Updated READMEs (location of Cordova.plist)
This commit is contained in:
@@ -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
|
||||
---------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user