From 16572da48d3cdc262a9ee615f8c8d1b5b75d60ef Mon Sep 17 00:00:00 2001 From: Anthony Gelibert Date: Sun, 16 Aug 2020 04:24:31 +0200 Subject: [PATCH] Bump version number and build settings Signed-off-by: Anthony Gelibert --- Info.plist | 4 ++-- QLColorCode.xcodeproj/project.pbxproj | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index 73ad247..4f8d1d8 100644 --- a/Info.plist +++ b/Info.plist @@ -7,10 +7,10 @@ CFBundleDocumentTypes - CFBundleTypeRole - QLGenerator CFBundleTypeName + CFBundleTypeRole + QLGenerator LSItemContentTypes public.source-code diff --git a/QLColorCode.xcodeproj/project.pbxproj b/QLColorCode.xcodeproj/project.pbxproj index fc47448..c2d417e 100644 --- a/QLColorCode.xcodeproj/project.pbxproj +++ b/QLColorCode.xcodeproj/project.pbxproj @@ -173,6 +173,7 @@ developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( + en, ); mainGroup = 089C166AFE841209C02AAC07 /* QLColorCode */; projectDirPath = ""; @@ -224,7 +225,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "qlmanage -r"; + shellScript = "qlmanage -r\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -285,6 +286,9 @@ buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.0.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MARKETING_VERSION = 3.0.0; OTHER_CFLAGS = "-DDEBUG"; }; name = Debug; @@ -294,6 +298,9 @@ buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.0.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MARKETING_VERSION = 3.0.0; }; name = Release; };