Changed some filenames Rewrote edit function to be more sane Separated encryption and decryption functions from edit into libencryption.sh Fixed a bug where an edit tag would be added regardless of create status
11 lines
332 B
XML
11 lines
332 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
|
<true/>
|
|
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|