Skip to content

Commit

Permalink
add support for ePub files
Browse files Browse the repository at this point in the history
  • Loading branch information
srirangav committed Jun 16, 2023
1 parent a892ad4 commit fff60f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PROJNAME = qlZipInfo
PROJEXT = qlgenerator
PROJVERS = 1.2.1
PROJVERS = 1.2.2
BUNDLEID = "org.calalum.ranga.$(PROJNAME)"

# extra files to include in the package
Expand Down
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
README
------

qlZipInfo v1.2.1
qlZipInfo v1.2.2

Homepage:

Expand Down Expand Up @@ -85,6 +85,7 @@ Known Issues:

History:

v1.2.2 - add support for ePub files
v1.2.1 - update to libarchive v.3.6.2
v1.2.0 - updates for Xcode 14.1, add instructions for
installation through Homebrew
Expand Down
6 changes: 3 additions & 3 deletions qlZipInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
26CA45CA1B8461BA00B08F29 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1410;
LastUpgradeCheck = 1420;
ORGANIZATIONNAME = "Sriranga Veeraraghavan";
TargetAttributes = {
26CA45D21B8461BA00B08F29 = {
Expand Down Expand Up @@ -875,7 +875,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "org.calalum.ranga.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -895,7 +895,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "org.calalum.ranga.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
1 change: 1 addition & 0 deletions qlZipInfo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<string>com.roxio.disk-image-toast</string>
<string>com.stuffit.archive.sit</string>
<string>com.allume.stuffit-archive</string>
<string>org.idpf.epub-container</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit fff60f5

Please sign in to comment.