From a86c57a0a6657cf6602e0bdad4824bcb68f20581 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 Sep 2019 23:18:55 -0400 Subject: [PATCH] CFBundleVersion is no longer incremented by gitcrement. --- Info.plist | 4 ++-- MacGDBp.xcodeproj/project.pbxproj | 17 ----------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/Info.plist b/Info.plist index 4253e5a..0de41b1 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleGetInfoString - ${EXECUTABLE_NAME} 2.0 Beta 1, Copyright 2007-2016 Blue Static + ${EXECUTABLE_NAME} 2.0 Beta 1, Copyright 2007-2019 Blue Static CFBundleIconFile MacGDBp CFBundleIdentifier @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - @@GITCREMENT@@ + 200.0 NSMainNibFile MainMenu NSPrincipalClass diff --git a/MacGDBp.xcodeproj/project.pbxproj b/MacGDBp.xcodeproj/project.pbxproj index 8b06a1a..790ab91 100644 --- a/MacGDBp.xcodeproj/project.pbxproj +++ b/MacGDBp.xcodeproj/project.pbxproj @@ -399,7 +399,6 @@ 8D11072C0486CEB800E47090 /* Sources */, 1E9583550E2531E7001A3D89 /* CopyFiles */, 8D11072E0486CEB800E47090 /* Frameworks */, - 1E42F1110F4E78C8008412DB /* ShellScript */, ); buildRules = ( ); @@ -483,22 +482,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 1E42F1110F4E78C8008412DB /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\n# Define the path to Gitcrement in Xcode's Source Trees.\n$GITCREMENT\n"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 1E8C70931BDB167F00D333DC /* Sources */ = { isa = PBXSourcesBuildPhase; -- 2.22.5