Skip to content

Commit

Permalink
Bump bundle and syncthing resource to version 1.0.0 (fixes #88)
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed Jan 12, 2019
1 parent fb97d95 commit ca83444
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Features include:

* Open the Syncthing WebGUI from the tray in your prefered browser.
* Open the Syncthing WebGUI from the tray in your preferred browser.
* Optionally starts on login, so you don't need to set up Syncthing as a service.
* Tray icon indicates when it is connected to syncthing (no status updates yet).
* Retina ready icons for the Application bundle and status tray.
Expand All @@ -34,7 +34,7 @@ Or [homebrew](https://github.com/Homebrew/homebrew-cask) can be used: `brew cask

All cross-platform approaches are not able to use all the native facilities of macOS. Including auto-updates,
vector icon set (retina-ready) and creating an application bundle. GUIs are designed with XCode and everything
is coded in Objective-C which is "the native approach".
is coded in Objective-C and Swift which is "the native approach".

# Compiling

Expand Down
4 changes: 2 additions & 2 deletions syncthing/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.14.54-1</string>
<string>1.0.0-1</string>
<key>CFBundleVersion</key>
<string>145401</string>
<string>100001</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion syncthing/Scripts/syncthing-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
SYNCTHING_ARCH="amd64"
SYNCTHING_VERSION="0.14.54"
SYNCTHING_VERSION="1.0.0"
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-${SYNCTHING_ARCH}-v${SYNCTHING_VERSION}.tar.gz"

Expand Down

0 comments on commit ca83444

Please sign in to comment.