Skip to content

Commit

Permalink
add support for .toast cd/dvd images
Browse files Browse the repository at this point in the history
  • Loading branch information
srirangav committed Feb 26, 2022
1 parent fde195c commit 93fa5f3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
qlZipInfo Licenses
------------------

Portions Copyright (c) 2015-2021 Sriranga Veeraraghavan <[email protected]>.
Portions Copyright (c) 2015-2022 Sriranga Veeraraghavan <[email protected]>.
All rights reserved.

For those portions Copyright (c) Sriranga Veeraraghavan, the following license
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJNAME = qlZipInfo
PROJEXT = qlgenerator
PROJVERS = 1.1.8
PROJVERS = 1.1.9
BUNDLEID = "org.calalum.ranga.$(PROJNAME)"

# code signing information
Expand Down
15 changes: 10 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
README
------

qlZipInfo v1.1.8
qlZipInfo v1.1.9
By Sriranga Veeraraghavan <[email protected]>

Homepage:
Expand All @@ -14,8 +14,8 @@ Overview:
tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z (.tZ), xar
(.xar, .pkg), debian (.deb), Redhat Package Manager
(.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip
(.gz), lha, and Binhex 4.0 (.hqx) archives and ISO9660
images.
(.gz), lha, and Binhex 4.0 (.hqx) archives and ISO9660
(.iso, .cdr, .toast) images.

qlZipInfo relies on libarchive (https://libarchive.org/).

Expand All @@ -36,7 +36,7 @@ Overview:
archive, the archive's total uncompressed size, the
archive's total compressed size and the % compression.

For BinHex 4.0 files, the date modificed and the summary
For BinHex 4.0 files, the date modified and the summary
row are omitted. Instead the MacOS type and creator are
shown.

Expand All @@ -52,6 +52,9 @@ Install:
/usr/bin/qlmanage -r
/usr/bin/qlmanage -r cache

4. Wait a minute or two for QuickLook to properly load
or reload qlZipInfo.qlgenerator

Supported MacOSX versions:

v. 1.0.9 onwards - 10.9+
Expand All @@ -74,9 +77,11 @@ Known Issues:
3. InstallSheild CAB files are not currently supported

4. Only BinHex 4.0 files are supported

History:

v1.1.9 - add support for (some?) CD/DVD images created
by Roxio Toast
v1.1.8 - upgrade to libarchive v.3.6.0
v1.1.7 - add support for BinHex 4.0 files
v1.1.6 - fix to detect .tgz files as tar-gzip'ed archives
Expand Down
4 changes: 2 additions & 2 deletions qlZipInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.1.9;
PRODUCT_BUNDLE_IDENTIFIER = "org.calalum.ranga.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -905,7 +905,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.1.9;
PRODUCT_BUNDLE_IDENTIFIER = "org.calalum.ranga.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
3 changes: 2 additions & 1 deletion qlZipInfo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<string>public.uuencoded-archive</string>
<string>com.redhat.rpm-archive</string>
<string>com.apple.binhex-archive</string>
<string>com.roxio.disk-image-toast</string>
</array>
</dict>
</array>
Expand Down Expand Up @@ -72,7 +73,7 @@
<key>CFPlugInUnloadFunction</key>
<string></string>
<key>NSHumanReadableCopyright</key>
<string>Portions Copyright © 2015-2021 Sriranga Veeraraghavan. All rights reserved.</string>
<string>Portions Copyright © 2015-2022 Sriranga Veeraraghavan. All rights reserved.</string>
<key>QLNeedsToBeRunInMainThread</key>
<false/>
<key>QLPreviewHeight</key>
Expand Down

0 comments on commit 93fa5f3

Please sign in to comment.