Skip to content

Commit 539a587

Browse files
committed
Close #15 and #16
1 parent c74653b commit 539a587

File tree

5 files changed

+57
-7
lines changed

5 files changed

+57
-7
lines changed

LoFloccus/Info.plist

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>@EXECUTABLE@</string>
7+
<key>CFBundleShortVersionString</key>
8+
<string>@SHORT_VERSION@</string>
9+
<key>CFBundleVersion</key>
10+
<string>@FULL_VERSION@</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>@BUNDLEIDENTIFIER@</string>
15+
<key>NSHumanReadableCopyright</key>
16+
<string>Copyright © 2019-2022 TCB13</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>LSMinimumSystemVersion</key>
22+
<string>10.12</string>
23+
<key>NSPrincipalClass</key>
24+
<string>NSApplication</string>
25+
<key>NSSupportsAutomaticGraphicsSwitching</key>
26+
<true/>
27+
</dict>
28+
</plist>

LoFloccus/LoFloccus.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FORMS += \
2626
lofloccus.ui
2727

2828
# Generic for all builds
29-
VERSION = 1.2.2
29+
VERSION = 1.2.3
3030
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
3131
INCLUDEPATH += $${PWD}/libs
3232

@@ -35,16 +35,16 @@ win32 {
3535
RC_ICONS = assets/icon.ico
3636
QMAKE_TARGET_PRODUCT = LoFloccus
3737
QMAKE_TARGET_DESCRIPTION = LoFloccus
38-
QMAKE_TARGET_COPYRIGHT = Copyright © 2019-2021 TCB13
38+
QMAKE_TARGET_COPYRIGHT = Copyright © 2019-2022 TCB13
3939
LIBS += -L$${PWD}/libs -lLoFloccusDavWin64
4040
}
4141

4242
# macOS Build
4343
mac {
4444
ICON = assets/icon.icns
4545
QMAKE_TARGET_BUNDLE_PREFIX = "com.tcb13"
46+
QMAKE_INFO_PLIST = Info.plist
4647
LIBS += -L$${PWD}/libs -lLoFloccusDavDarwin
47-
4848
SOURCES += platformdarwin.mm
4949
HEADERS += platformdarwin.h
5050
LIBS += -framework Foundation

LoFloccus/LoFloccus.pro.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 4.11.1, 2021-12-11T00:56:07. -->
3+
<!-- Written by QtCreator 4.11.1, 2022-04-01T16:20:49. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>

LoFloccus/lofloccus.ui

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>462</width>
10-
<height>413</height>
10+
<height>441</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -452,6 +452,28 @@
452452
</item>
453453
</layout>
454454
</widget>
455+
<widget class="QWidget" name="verticalLayoutWidget_4">
456+
<property name="geometry">
457+
<rect>
458+
<x>30</x>
459+
<y>400</y>
460+
<width>411</width>
461+
<height>21</height>
462+
</rect>
463+
</property>
464+
<layout class="QVBoxLayout" name="verticalLayout_5">
465+
<property name="spacing">
466+
<number>4</number>
467+
</property>
468+
<item>
469+
<widget class="QLabel" name="label_5">
470+
<property name="text">
471+
<string>3. Recommended: Set a passphrase for encrypting your bookmarks files!</string>
472+
</property>
473+
</widget>
474+
</item>
475+
</layout>
476+
</widget>
455477
</widget>
456478
<widget class="QMenuBar" name="menubar">
457479
<property name="geometry">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Sync Floccus to a Local Folder!
1010

1111
## Download LoFloccus
1212

13-
- **Windows**: https://github.com/TCB13/LoFloccus/releases/download/1.2.2/LoFloccus-1-2-2-Win.zip
14-
- **macOS**: https://github.com/TCB13/LoFloccus/releases/download/1.2.2/LoFloccus-1-2-2-macOS.zip
13+
- **Windows**: https://github.com/TCB13/LoFloccus/releases/download/1.2.3/LoFloccus-1-2-3-Win.zip
14+
- **macOS**: https://github.com/TCB13/LoFloccus/releases/download/1.2.3/LoFloccus-1-2-3-macOS.zip
1515

1616
## Why and How
1717

0 commit comments

Comments
 (0)