Compare commits
5 Commits
0.4-alpha
...
0.4.1-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d823af4b9 | ||
|
|
fd789f195e | ||
|
|
39a0d1a0de | ||
|
|
82b3a3deba | ||
|
|
3053ea712e |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 128 KiB |
BIN
Assets/Screenshots/CopyCustomFields.png
Normal file
|
After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 124 KiB |
BIN
Assets/Screenshots/DatabaseSettings.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
Assets/Screenshots/DatePicker.png
Normal file
|
After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 102 KiB |
@@ -52,11 +52,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.4</string>
|
<string>0.4.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2532</string>
|
<string>2535</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ After that you can build and run in Xcode. If you run into signing issues take a
|
|||||||
|
|
||||||
* Binary releases (0.2.x - 0.3.x):
|
* Binary releases (0.2.x - 0.3.x):
|
||||||
* KDBX DeletedObjects are stripped on save. This will break synchronisation features!
|
* KDBX DeletedObjects are stripped on save. This will break synchronisation features!
|
||||||
* All Versions (including master branch)
|
* Binary releases (since 0.4.x):
|
||||||
* KDBX History is not supported
|
* KDBX History is not supported
|
||||||
|
|
||||||
##System Requirement
|
##System Requirement
|
||||||
|
|||||||