GitHub user pmuellr opened a pull request:
https://github.com/apache/incubator-cordova-ios/pull/17
[CB-623] Logger functionality separated from (debug) console
This commit adds an implementation of the Logger plugin to the
iOS version of Cordova.
- added the key/vals to the three Cordova.plist files
- added the Cordova.m implementation
- "edited" the .xcodeproj (ie the .pbxproj) file to
add the Cordova.m source to the targets Cordova and
CordovaLib targets
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pmuellr/incubator-cordova-ios CB-623
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-ios/pull/17.patch
----
commit 53ae0ef9fcb093e515746bd6c4d6536fc969b337
Author: Patrick Mueller <[email protected]>
Date: 2012-05-14T08:24:42-07:00
[CB-623] Logger functionality separated from (debug) console
This commit adds an implementation of the Logger plugin to the
iOS version of Cordova.
- added the key/vals to the three Cordova.plist files
- added the Cordova.m implementation
- "edited" the .xcodeproj (ie the .pbxproj) file to
add the Cordova.m source to the targets Cordova and
CordovaLib targets
----