Skip to content

Commit

Permalink
Version 3.0 release, added new square icon assets for Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Nov 24, 2020
1 parent a406828 commit 99ba168
Show file tree
Hide file tree
Showing 20 changed files with 10,935 additions and 4,270 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sloth is essentially a friendly, exploratory graphical user interface built on t
Sloth is free, efficient, open source software and has been continuously developed and maintained for a very long time (since 2004).
**If you find this program useful, please [make a donation](https://sveinbjorn.org/donations).**

* **[⇩ Download Sloth 2.9](https://sveinbjorn.org/files/software/sloth.zip)** (~0.7 MB, Intel 64-bit, macOS 10.8 or later)
* **[⇩ Download Sloth 3.0](https://sveinbjorn.org/files/software/sloth.zip)** (~1.1 MB, Universal ARM/Intel 64-bit, macOS 10.9 or later)

Sloth can also be installed via [Homebrew](https://brew.sh) (may not be latest version):

Expand Down Expand Up @@ -67,6 +67,15 @@ Built products are created in `products/`.

## Version history

### 24/11/2020 - Version 3.0

* Universal binary supporting Apple's new arm64 architecture
* New square icon for Big Sur
* Info Panel now shows volume name and mount point for file system items
* New "Show Package Contents" contextual menu item for bundles
* Various minor fixes and performance improvements
* Now requires macOS 10.9 or later

### 27/02/2020 - Version 2.9

* Sort by process type, bundle identifier or Carbon Process Serial Number
Expand Down
4 changes: 2 additions & 2 deletions Sloth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Sloth.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
Expand Down Expand Up @@ -411,7 +411,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Sloth.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
Expand Down
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TODO for Sloth 3.1
* Highlight matching part of string when filtering (option in filter field popup)
* Store authentication privileges and use them to run command line tool "/usr/bin/file"
* Show Path Control w. selected path at bottom of table view when item selected
* Fix Catalina Volumes filtering

TODO for Sloth 3.0
DONE * Identifier for bundle processes is now lazy-loaded for a small performance gain
Expand All @@ -20,5 +21,4 @@ TODO for Sloth 3.0
DONE * Show Package Contents contextual menu item for bundle processes
DONE * New Big Sur style application icon
DONE * Support arm64
* Fix Catalina Volumes filtering

Binary file added assets/SlothIcon.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/SlothIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,414 changes: 6,414 additions & 0 deletions assets/sloth-icon-old.ai

Large diffs are not rendered by default.

8,748 changes: 4,494 additions & 4,254 deletions assets/sloth-icon.ai

Large diffs are not rendered by default.

Binary file removed resources/AppIcon.icns
Binary file not shown.
6 changes: 3 additions & 3 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleGetInfoString</key>
<string>© 2004-2020 Sveinbjorn Thordarson.</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<string>sloth</string>
<key>CFBundleIdentifier</key>
<string>org.sveinbjorn.Sloth</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -23,11 +23,11 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>249</string>
<string>252</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<string>10.9</string>
<key>NSHumanReadableCopyright</key>
<string>© 2004-2020 Sveinbjorn Thordarson.</string>
<key>NSMainNibFile</key>
Expand Down
Binary file added resources/sloth.icns
Binary file not shown.
Binary file modified resources/sloth_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions sparkle/SlothAppcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
<link>https://sveinbjorn.org/files/appcasts/SlothAppcast.xml</link>
<description>Most recent Sloth releases, with links to signed updates.</description>
<language>en</language>

<item>
<title>Version 2.9</title>
<pubDate>Thursday, 27 Feb 2020 15:23:00 +0000</pubDate>
<enclosure url="https://sveinbjorn.org/files/software/sloth/sloth-2.9.zip" sparkle:version="225" sparkle:shortVersionString="2.9" length="674530" type="application/octet-stream" sparkle:dsaSignature="MEQCICULH8U1Yd9qmmmgwzUHX8gI111BdQnuU6izWPKmlC/1AiA0CMQIVu0xFDgPFfHOKTXfqe1RjhnNzTSsGBIqlbyqbg=="/>
<sparkle:minimumSystemVersion>10.8.0</sparkle:minimumSystemVersion>
<title>Version 3.0</title>
<pubDate>Tuesday, 24 Nov 2020 22:03:00 +0000</pubDate>
<enclosure url="https://sveinbjorn.org/files/software/sloth/sloth-3.0.zip" sparkle:version="252" sparkle:shortVersionString="3.0" length="1118901" type="application/octet-stream" sparkle:dsaSignature="MEQCIHcoH/6RBHU9sC+s3WAh4wiDrAqvDdzuPJWiS8LwLTMwAiAEkOghk1UULNs4LU4by449IugLNSfAsqUel4PDVBzgpg=="/>
<sparkle:minimumSystemVersion>10.9.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<h2>New in Sloth 2.9</h2>
<h2>New in Sloth 3.0</h2>
<ul>
<li>Sort by process type, bundle identifier or Carbon Process Serial Number</li>
<li>Better handling of errors in lsof output</li>
<li>Universal binary supporting Apple's new arm64 architecture</li>
<li>New square icon for Big Sur</li>
<li>Info Panel now shows volume name and mount point for file system items</li>
<li>New "Show Package Contents" contextual menu item for bundles</li>
<li>Various minor fixes and performance improvements</li>
<li>Now requires macOS 10.9 or later</li>
</ul>
]]></description>
</item>

</channel>
</rss>

0 comments on commit 99ba168

Please sign in to comment.