Skip to content

Commit

Permalink
Bump version to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
shysaur committed Nov 19, 2022
1 parent 146fcf3 commit f004994
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
4 changes: 2 additions & 2 deletions MicrosoftBinaries/QLWindowsApps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.danielecattaneo.qlgenerator.qlwindowsapps;
PRODUCT_NAME = QLWindowsApps;
WRAPPER_EXTENSION = qlgenerator;
Expand All @@ -310,7 +310,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.danielecattaneo.qlgenerator.qlwindowsapps;
PRODUCT_NAME = QLWindowsApps;
WRAPPER_EXTENSION = qlgenerator;
Expand Down
12 changes: 8 additions & 4 deletions PackageResources/Resources/welcome.rtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600
{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
{\rtf1\ansi\ansicpg1252\cocoartf2706
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
Expand All @@ -25,5 +25,9 @@
\f1\b0 \
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0

\fs24 \cf0 QLWindowsApps 1.3.2 was tested on OS X Mavericks and later, up to macOS Catalina.\
If you are using an older macOS version, you can download QLWindowsApps 1.0.2, which works on Mac OS X Leopard and later.}
\fs24 \cf0 QLWindowsApps 1.3.3 works on macOS High Sierra and later,\
and was tested up to macOS Ventura.\
\
If you are using a macOS version older than High Sierra, you can download\
QLWindowsApps 1.3.2, which works on OS X Mavericks and later, or\
QLWindowsApps 1.0.2, which works on Mac OS X Leopard and later.}
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Features

### Supported OS X versions

QLWindowsApps 1.3.2 was tested on OS X Mavericks and later, up to macOS
Monterey.
QLWindowsApps 1.3.3 works on macOS High Sierra and later,
and was tested up to macOS Ventura.

If you are using an older macOS version, you can download QLWindowsApps 1.0.2,
which works on Mac OS X Leopard and later.
If you are using a macOS version older than High Sierra, you can download
QLWindowsApps 1.3.2, which works on OS X Mavericks and later, or
QLWindowsApps 1.0.2, which works on Mac OS X Leopard and later.


Known Issues
Expand All @@ -49,8 +50,8 @@ files in order to hide the frame added to the icon by QuickLook. But from versio
1.3.0, QLWindowsApps uses a recently discovered private QuickLook API to
hide the icon frame without the need to modify the file.

It is possible to disable changing the icon of files in older versions QLWindowsApps
by executing the following command in Terminal.app:
It is possible to disable changing the icon of files in older versions of
QLWindowsApps by executing the following command in Terminal.app:

```Shell
defaults write com.danielecattaneo.qlgenerator.qlwindowsapps DisableIconChange 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
INFOPLIST_FILE = WindowsAppsImporter/Info.plist;
INSTALL_PATH = /Library/Spotlight;
LIBRARY_STYLE = BUNDLE;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.danielecattaneo.WindowsAppsImporter;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = NO;
Expand All @@ -381,7 +381,7 @@
INFOPLIST_FILE = WindowsAppsImporter/Info.plist;
INSTALL_PATH = /Library/Spotlight;
LIBRARY_STYLE = BUNDLE;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.danielecattaneo.WindowsAppsImporter;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = NO;
Expand Down

0 comments on commit f004994

Please sign in to comment.