Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yep/devicesync-for-os-x
Calendar synchronization between iOS and OS X using USB
https://github.com/yep/devicesync-for-os-x
calendar ios macos osx sync synchronization
Last synced: 20 days ago
JSON representation
Calendar synchronization between iOS and OS X using USB
- Host: GitHub
- URL: https://github.com/yep/devicesync-for-os-x
- Owner: yep
- Created: 2013-11-04T16:08:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T18:56:42.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T11:23:20.274Z (over 1 year ago)
- Topics: calendar, ios, macos, osx, sync, synchronization
- Language: Objective-C
- Homepage:
- Size: 367 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DeviceSync for iOS
==================On OS X 10.9 (Mavericks), calendar and contact synchronization between iOS and OS X no longer works with USB.
If you do not want to use iCloud for synchronization, this litte app may provide a workaround.
Install
-------Download 'DeviceSync for OS X' as zip file from [github release page](https://github.com/yep/DeviceSync-for-OS-X/releases).
Download 'DeviceSync for iOS' from the [iOS AppStore](https://itunes.apple.com/de/app/devicesync-for-ios/id737867459?mt=8)
Usage
-----* Connect your iOS and OS X device to each other by USB
* Start [DeviceSync for OS X](https://github.com/yep/DeviceSync-for-OS-X) on OS X
* Start [DeviceSync for iOS](https://itunes.apple.com/de/app/devicesync-for-ios/id737867459?mt=8) on iOS
* Press 'Sync' button in 'DeviceSync for iOS' to start synchronizationWARNING
-------Synchronization is currently one way: from iOS to OS X.
ALL DATA ON YOUR OS X DEVICE WILL BE OVERWRITTEN!
No warranty for data loss.
Be sure to add and update your calendar entries and contacts on iOS only.
Roadmap
-------As time permits, I will improve merging behavior of calendar entries and contacts.
For feature requests, please add an issue at github's [issue tracker](https://github.com/yep/DeviceSync-for-iOS/issues).
Even better, support open source software and add a bounty to your github issue at [bountysource](https://www.bountysource.com/). Small and symbolical donations are welcome as well.
License
-------Based on [PeerTalk](https://github.com/rsms/peertalk) library.
```
Copyright (c) 2013 Jahn Bertsch
Copyright (c) 2012 Rasmus AnderssonPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```OS X and iOS are trademarks of Apple Inc., registered in the U.S. and other countries.