Skip to content

Commit

Permalink
Add FaceTime and iOS to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stilist committed Jan 4, 2017
1 parent 0cf2b24 commit 09689c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Import FaceTime data from macOS
- Import call, Messages, Notes, and voicemail data from iOS
- Import `.ichat` macOS Messages archives (created if ‘Save history when conversations are closed’ is enabled in Messages preferences)
- Document FaceTime and iOS support in `README`

### Changed
- Adjust `import_file` script to support custom filenames for imported files
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Currently the scripts are naïve about file sizes: they don’t attempt to use [
## Supported data sources

* [batlog](https://github.com/jradavenport/batlog): data is copied from `~/batlog.dat`
* FaceTime: data is copied from `~/Library/Application Support/CallHistoryDB/CallHistory.storedata`
* [iOS](https://www.theiphonewiki.com/wiki/ITunes_Backup): data is copied from `~/Library/Application Support/MobileSync/Backup`
* [Messages](https://support.apple.com/explore/messages): data is copied from `~/Library/Messages`
* [Photos](https://www.apple.com/macos/photos/): metadata is extracted via AppleScript
* [Photos](https://www.apple.com/macos/photos/): metadata is extracted via JavaScript for Automation (JXA)
* [Safari](https://www.apple.com/safari/): data is copied from `~/Library/Safari/history.db`
* [Time Sink](http://manytricks.com/timesink/): data is copied from `~/Library/Time Sink/Configurations/Default.plist`
* [WhatPulse](https://whatpulse.org): data is copied from `~/Library/Application Support/whatpulse/whatpulse.db`
Expand Down

0 comments on commit 09689c7

Please sign in to comment.