Skip to content

Commit

Permalink
Updated documentation + bumped min version to 10.13 in docs etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 24, 2024
1 parent d30e5ac commit 71d76bf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Application/Resources/Platypus-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1265</string>
<string>1266</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>© 2003-2023 Sveinbjorn Thordarson.</string>
<string>© 2003-2024 Sveinbjorn Thordarson.</string>
<key>NSMainNibFile</key>
<string>Platypus</string>
<key>NSPrincipalClass</key>
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ For future versions...
TODO: Fix selection change when item is deleted from the Bundled Files List
TODO: Make Status Menu from script generation non-blocking
TODO: Upgrade Sparkle version
TODO: Performance optimization in the app build process (precompiled nib)

For 5.4.2
For 5.4.2 - 24/04/2024
* Fixed bug where the argument settings window would lock up
* Better support for Dark Mode
* TODO?: Performance optimization in the app build process (precompiled nib)
* Platypus now requires macOS 10.13 or later

For 5.4.1 - 22/10/2022
* Fixed signing issues
Expand Down
2 changes: 1 addition & 1 deletion Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define PROGRAM_NAME @"Platypus"
#define PROGRAM_VERSION @"5.4.2"
#define PROGRAM_CREATOR_STAMP [NSString stringWithFormat:@"%@-%@", PROGRAM_NAME, PROGRAM_VERSION]
#define PROGRAM_MIN_SYS_VERSION @"10.11.0"
#define PROGRAM_MIN_SYS_VERSION @"10.13.0"
#define PROGRAM_BUNDLE_IDENTIFIER [NSString stringWithFormat:@"org.sveinbjorn.%@", PROGRAM_NAME]
#define PROGRAM_AUTHOR @"Sveinbjorn Thordarson"
#define PROGRAM_WEBSITE @"https://sveinbjorn.org/platypus"
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Documentation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img style="float: right; margin-left: 30px; margin-bottom: 20px;" width="128" height="128" src="images/platypus.png" align="right">

# Documentation for Platypus 5.4.1
# Documentation for Platypus 5.4.2

Last updated on September 3rd, 2022. The latest version of this document can be found [here](https://sveinbjorn.org/platypus_documentation).
Last updated on April 23rd, 2024. The latest version of this document can be found [here](https://sveinbjorn.org/platypus_documentation).


## Introduction
Expand Down Expand Up @@ -42,7 +42,7 @@ That being said, you may be able to add some interactive GUI elements using [Coc

### System Requirements

Both Platypus and the applications it generates require **macOS 10.11** or later and are provided as **64-bit ARM/Intel** binaries. If you want to target macOS 10.8-10.10, use [version 5.3](https://sveinbjorn.org/files/software/platypus/platypus5.3.zip).
Both Platypus and the applications it generates require **macOS 10.13** or later and are provided as **64-bit ARM/Intel** binaries. If you want to target macOS 10.8-10.12, use [version 5.3](https://sveinbjorn.org/files/software/platypus/platypus5.3.zip).
If you want to target 10.6 and/or 32-bit Intel systems,
[version 4.9](https://sveinbjorn.org/files/software/platypus/platypus4.9.zip) continues to work just fine.

Expand Down
2 changes: 1 addition & 1 deletion ScriptExec/Resources/ScriptExec-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<key>NSHumanReadableCopyright</key>
<string>© 2003-2024 Sveinbjorn Thordarson.</string>
<key>CFBundleGetInfoString</key>
<string>© 2003-2023 Sveinbjorn Thordarson.</string>
<string>© 2003-2024 Sveinbjorn Thordarson.</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sparkle/PlatypusAppcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sparkle:dsaSignature="MCwCFF2ZMCUGXbtRXDoDVg6xrozx5pUbAhRD5MBPCvxyBiZuX2xXqSoxtvYFyw=="
sparkle:edSignature="Yu/neYBUcK6IdTuX5VW4evhYbpDMqb/upGtiTmm5AweSEwjleHMm54vMUKGJTuHlLFIOiBF9b5gSLoOUoB25Bg==" length="4755863"
/>
<sparkle:minimumSystemVersion>10.11.0</sparkle:minimumSystemVersion>
<sparkle:minimumSystemVersion>10.13.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<h2>Version 5.4.1</h2>
<ul>
Expand Down

0 comments on commit 71d76bf

Please sign in to comment.