Skip to content

Commit

Permalink
Close #15 and #16
Browse files Browse the repository at this point in the history
  • Loading branch information
TCB13 committed Apr 1, 2022
1 parent c74653b commit 539a587
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 7 deletions.
28 changes: 28 additions & 0 deletions LoFloccus/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>@SHORT_VERSION@</string>
<key>CFBundleVersion</key>
<string>@FULL_VERSION@</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>@BUNDLEIDENTIFIER@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019-2022 TCB13</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>
6 changes: 3 additions & 3 deletions LoFloccus/LoFloccus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FORMS += \
lofloccus.ui

# Generic for all builds
VERSION = 1.2.2
VERSION = 1.2.3
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
INCLUDEPATH += $${PWD}/libs

Expand All @@ -35,16 +35,16 @@ win32 {
RC_ICONS = assets/icon.ico
QMAKE_TARGET_PRODUCT = LoFloccus
QMAKE_TARGET_DESCRIPTION = LoFloccus
QMAKE_TARGET_COPYRIGHT = Copyright © 2019-2021 TCB13
QMAKE_TARGET_COPYRIGHT = Copyright © 2019-2022 TCB13
LIBS += -L$${PWD}/libs -lLoFloccusDavWin64
}

# macOS Build
mac {
ICON = assets/icon.icns
QMAKE_TARGET_BUNDLE_PREFIX = "com.tcb13"
QMAKE_INFO_PLIST = Info.plist
LIBS += -L$${PWD}/libs -lLoFloccusDavDarwin

SOURCES += platformdarwin.mm
HEADERS += platformdarwin.h
LIBS += -framework Foundation
Expand Down
2 changes: 1 addition & 1 deletion LoFloccus/LoFloccus.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.11.1, 2021-12-11T00:56:07. -->
<!-- Written by QtCreator 4.11.1, 2022-04-01T16:20:49. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
24 changes: 23 additions & 1 deletion LoFloccus/lofloccus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>462</width>
<height>413</height>
<height>441</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -452,6 +452,28 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_4">
<property name="geometry">
<rect>
<x>30</x>
<y>400</y>
<width>411</width>
<height>21</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>3. Recommended: Set a passphrase for encrypting your bookmarks files!</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Sync Floccus to a Local Folder!

## Download LoFloccus

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

## Why and How

Expand Down

0 comments on commit 539a587

Please sign in to comment.