CB-11955 Added Initial OSX platform support

- Added src/osx plugin folder structure.
- Added OSX platform to plugin.xml and package.json files.
- Added _system target functionality for OSX.
- Modified README.md to include information about OSX support.
- Disabled 'open method' jasmine tests for OSX.

 This closes #190
This commit is contained in:
pwlin
2016-10-06 18:39:10 +02:00
committed by Tobias Bocanegra
parent d4156fb19e
commit 32253b96a6
6 changed files with 150 additions and 1 deletions
+5
View File
@@ -43,6 +43,11 @@ exports.defineAutoTests = function () {
describe('open method', function () {
if (cordova.platformId == 'osx') {
pending('Open method not fully supported on OSX.');
return;
}
var iabInstance;
var originalTimeout;
var url = 'https://dist.apache.org/repos/dist/dev/cordova/';