Skip to content

Commit

Permalink
Bump version number and build settings
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Gelibert <anthony.gelibert@me.com>
  • Loading branch information
anthonygelibert committed Aug 16, 2020
1 parent 315ae73 commit 16572da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>CFBundleTypeName</key>
<string></string>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>public.source-code</string>
Expand Down
9 changes: 8 additions & 1 deletion QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* QLColorCode */;
projectDirPath = "";
Expand Down Expand Up @@ -224,7 +225,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "qlmanage -r";
shellScript = "qlmanage -r\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -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;
Expand All @@ -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;
};
Expand Down

0 comments on commit 16572da

Please sign in to comment.