Skip to content

Commit 16572da

Browse files
Bump version number and build settings
Signed-off-by: Anthony Gelibert <anthony.gelibert@me.com>
1 parent 315ae73 commit 16572da

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<key>CFBundleDocumentTypes</key>
88
<array>
99
<dict>
10-
<key>CFBundleTypeRole</key>
11-
<string>QLGenerator</string>
1210
<key>CFBundleTypeName</key>
1311
<string></string>
12+
<key>CFBundleTypeRole</key>
13+
<string>QLGenerator</string>
1414
<key>LSItemContentTypes</key>
1515
<array>
1616
<string>public.source-code</string>

QLColorCode.xcodeproj/project.pbxproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
developmentRegion = en;
174174
hasScannedForEncodings = 1;
175175
knownRegions = (
176+
en,
176177
);
177178
mainGroup = 089C166AFE841209C02AAC07 /* QLColorCode */;
178179
projectDirPath = "";
@@ -224,7 +225,7 @@
224225
);
225226
runOnlyForDeploymentPostprocessing = 0;
226227
shellPath = /bin/sh;
227-
shellScript = "qlmanage -r";
228+
shellScript = "qlmanage -r\n";
228229
showEnvVarsInLog = 0;
229230
};
230231
/* End PBXShellScriptBuildPhase section */
@@ -285,6 +286,9 @@
285286
buildSettings = {
286287
CLANG_ENABLE_OBJC_WEAK = YES;
287288
COMBINE_HIDPI_IMAGES = YES;
289+
CURRENT_PROJECT_VERSION = 3.0.0;
290+
MACOSX_DEPLOYMENT_TARGET = 10.15;
291+
MARKETING_VERSION = 3.0.0;
288292
OTHER_CFLAGS = "-DDEBUG";
289293
};
290294
name = Debug;
@@ -294,6 +298,9 @@
294298
buildSettings = {
295299
CLANG_ENABLE_OBJC_WEAK = YES;
296300
COMBINE_HIDPI_IMAGES = YES;
301+
CURRENT_PROJECT_VERSION = 3.0.0;
302+
MACOSX_DEPLOYMENT_TARGET = 10.15;
303+
MARKETING_VERSION = 3.0.0;
297304
};
298305
name = Release;
299306
};

0 commit comments

Comments
 (0)