phonegap / phonegap-plugin-contentsync

Download and cache remotely hosted content
Apache License 2.0
206 stars 98 forks source link

[OSX] Add support for OSX #79

Open tripodsan opened 8 years ago

tripodsan commented 8 years ago

The cordova-osx platform is about to be added as additional supported target platform, mainly for Kiosk-like applications. It would be great to have support for OSX as kiosk installations can benefit from OTA updates via content sync.

tripodsan commented 8 years ago

I'm currently working on a patch. wip can be seen here https://github.com/tripodsan/phonegap-plugin-contentsync/tree/osx-support/

macdonst commented 8 years ago

@tripodsan are you going to merge in your osx work?

tripodsan commented 8 years ago

I didn't update from master for a long time, and I consider redo the integration so that we can share the same code base as iOS...but I need to allocate some time for that.

tripodsan commented 7 years ago

I finally got around and looked into it. see #148