Skip to content

Commit bc15872

Browse files
committed
Release 1.95
1 parent 8e392b1 commit bc15872

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

QLVideo.pkgproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@
610610
</dict>
611611
<key>PAYLOAD_TYPE</key>
612612
<integer>0</integer>
613+
<key>PRESERVE_EXTENDED_ATTRIBUTES</key>
614+
<false/>
613615
<key>SHOW_INVISIBLE</key>
614616
<false/>
615617
<key>SPLIT_FORKS</key>
@@ -659,7 +661,7 @@
659661
<key>USE_HFS+_COMPRESSION</key>
660662
<false/>
661663
<key>VERSION</key>
662-
<string>1.9.4</string>
664+
<string>1.95</string>
663665
</dict>
664666
<key>TYPE</key>
665667
<integer>0</integer>
@@ -1052,9 +1054,10 @@
10521054
<integer>1</integer>
10531055
<key>installer-script.domains:enable_localSystem</key>
10541056
<integer>1</integer>
1055-
<key>installer-script.options:hostArchitectures</key>
1057+
<key>installer-script.options.platforms.client:arch</key>
10561058
<array>
10571059
<string>x86_64</string>
1060+
<string>arm64</string>
10581061
</array>
10591062
</dict>
10601063
<key>BUILD_FORMAT</key>

QLVideo.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@
912912
COMBINE_HIDPI_IMAGES = YES;
913913
GCC_PRECOMPILE_PREFIX_HEADER = YES;
914914
INFOPLIST_FILE = app/Info.plist;
915+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
915916
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Application Support";
916917
PRODUCT_BUNDLE_IDENTIFIER = com.apple.uk.org.marginal.qlvideo;
917918
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -928,6 +929,7 @@
928929
COMBINE_HIDPI_IMAGES = YES;
929930
GCC_PRECOMPILE_PREFIX_HEADER = YES;
930931
INFOPLIST_FILE = app/Info.plist;
932+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
931933
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Application Support";
932934
PRODUCT_BUNDLE_IDENTIFIER = com.apple.uk.uk.org.marginal.qlvideo;
933935
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -992,6 +994,7 @@
992994
CLANG_WARN_UNREACHABLE_CODE = YES;
993995
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
994996
CODE_SIGN_IDENTITY = "-";
997+
CURRENT_PROJECT_VERSION = 1.9.5;
995998
DEAD_CODE_STRIPPING = YES;
996999
ENABLE_HARDENED_RUNTIME = YES;
9971000
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1016,6 +1019,7 @@
10161019
);
10171020
LIBRARY_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/universal/lib";
10181021
MACOSX_DEPLOYMENT_TARGET = 10.13;
1022+
MARKETING_VERSION = 1.95;
10191023
ONLY_ACTIVE_ARCH = NO;
10201024
SDKROOT = macosx;
10211025
};
@@ -1051,6 +1055,7 @@
10511055
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10521056
CODE_SIGN_IDENTITY = "Apple Development";
10531057
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
1058+
CURRENT_PROJECT_VERSION = 1.9.5;
10541059
DEAD_CODE_STRIPPING = YES;
10551060
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10561061
ENABLE_HARDENED_RUNTIME = YES;
@@ -1071,6 +1076,7 @@
10711076
);
10721077
LIBRARY_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/universal/lib";
10731078
MACOSX_DEPLOYMENT_TARGET = 10.13;
1079+
MARKETING_VERSION = 1.95;
10741080
ONLY_ACTIVE_ARCH = NO;
10751081
OTHER_CODE_SIGN_FLAGS = "--timestamp";
10761082
SDKROOT = macosx;

app/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
<string>${PRODUCT_NAME}</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>$(MARKETING_VERSION)</string>
1719
<key>CFBundleSignature</key>
1820
<string>????</string>
19-
<key>CFBundleShortVersionString</key>
20-
<string>1.9.4</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.9.4</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>© 2014-2021 Jonathan Harris. Licensed under GPLv2 or later.</string>
26+
<string>© 2014-2022 Jonathan Harris. Licensed under GPLv2 or later.</string>
2727
<key>NSPrincipalClass</key>
2828
<string>NSApplication</string>
2929
<key>UTImportedTypeDeclarations</key>

mdimporter/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@
301301
<key>CFBundleName</key>
302302
<string>${PRODUCT_NAME}</string>
303303
<key>CFBundleShortVersionString</key>
304-
<string>1.9.4</string>
304+
<string>$(MARKETING_VERSION)</string>
305305
<key>CFBundleVersion</key>
306-
<string>1.9.4</string>
306+
<string>$(CURRENT_PROJECT_VERSION)</string>
307307
<key>CFPlugInDynamicRegisterFunction</key>
308308
<string></string>
309309
<key>CFPlugInDynamicRegistration</key>
@@ -323,6 +323,6 @@
323323
<key>LSMinimumSystemVersion</key>
324324
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
325325
<key>NSHumanReadableCopyright</key>
326-
<string>© 2014-2021 Jonathan Harris. Licensed under GPLv2 or later.</string>
326+
<string>© 2014-2022 Jonathan Harris. Licensed under GPLv2 or later.</string>
327327
</dict>
328328
</plist>

qlgenerator/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
<key>CFBundleName</key>
198198
<string>${PRODUCT_NAME}</string>
199199
<key>CFBundleShortVersionString</key>
200-
<string>1.9.4</string>
200+
<string>$(MARKETING_VERSION)</string>
201201
<key>CFBundleVersion</key>
202-
<string>1.9.4</string>
202+
<string>$(CURRENT_PROJECT_VERSION)</string>
203203
<key>CFPlugInDynamicRegisterFunction</key>
204204
<string></string>
205205
<key>CFPlugInDynamicRegistration</key>
@@ -221,7 +221,7 @@
221221
<key>LSMinimumSystemVersion</key>
222222
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
223223
<key>NSHumanReadableCopyright</key>
224-
<string>© 2014-2021 Jonathan Harris. Licensed under GPLv2 or later.</string>
224+
<string>© 2014-2022 Jonathan Harris. Licensed under GPLv2 or later.</string>
225225
<key>QLNeedsToBeRunInMainThread</key>
226226
<false/> <!-- can't run on main thread! -->
227227
<key>QLSupportsConcurrentRequests</key>

0 commit comments

Comments
 (0)