Skip to content

Commit

Permalink
add support for some CrossOvers archives
Browse files Browse the repository at this point in the history
  • Loading branch information
srirangav committed Oct 4, 2023
1 parent 5d84f73 commit 347628b
Show file tree
Hide file tree
Showing 3 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.4
PROJVERS = 1.2.5
BUNDLEID = "org.calalum.ranga.$(PROJNAME)"

# extra files to include in the package
Expand Down
9 changes: 5 additions & 4 deletions qlZipInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 53;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -607,7 +607,8 @@
26CA45CA1B8461BA00B08F29 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1420;
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "Sriranga Veeraraghavan";
TargetAttributes = {
26CA45D21B8461BA00B08F29 = {
Expand Down Expand Up @@ -857,7 +858,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.4;
MARKETING_VERSION = 1.2.5;
PRODUCT_BUNDLE_IDENTIFIER = "org.calalum.ranga.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -877,7 +878,7 @@
INFOPLIST_FILE = qlZipInfo/Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.4;
MARKETING_VERSION = 1.2.5;
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 @@ -40,6 +40,7 @@
<string>com.stuffit.archive.sit</string>
<string>com.allume.stuffit-archive</string>
<string>org.idpf.epub-container</string>
<string>dyn.ah62d4rv4ge80g8dbsmv0u4p0qy</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit 347628b

Please sign in to comment.