From a4911a47a58025030319d7ee1aa7ec694e271101 Mon Sep 17 00:00:00 2001 From: Slipp Douglas Thompson Date: Tue, 14 Feb 2017 15:34:50 -0600 Subject: [PATCH] =?UTF-8?q?Added=20version=20=E2=80=9C1.0.0=E2=80=9D=20to?= =?UTF-8?q?=20xcodeproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Changed the xcodeproj's `CURRENT_PROJECT_VERSION` to `1.0.0`. * Updated the Info.plist's `CFBundleShortVersionString` to be auto-derived from the project settings using `$(CURRENT_PROJECT_VERSION)` (like the preexisting `CFBundleVersion` entry). --- Trilean.xcodeproj/Trilean_Info.plist | 41 ++++++++++++++-------------- Trilean.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/Trilean.xcodeproj/Trilean_Info.plist b/Trilean.xcodeproj/Trilean_Info.plist index 57ada9f..0e600e6 100644 --- a/Trilean.xcodeproj/Trilean_Info.plist +++ b/Trilean.xcodeproj/Trilean_Info.plist @@ -1,25 +1,26 @@ + - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + $(CURRENT_PROJECT_VERSION) + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + diff --git a/Trilean.xcodeproj/project.pbxproj b/Trilean.xcodeproj/project.pbxproj index 63458c8..7a08e16 100644 --- a/Trilean.xcodeproj/project.pbxproj +++ b/Trilean.xcodeproj/project.pbxproj @@ -170,6 +170,7 @@ buildSettings = { COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1.0.0; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_NS_ASSERTIONS = YES; @@ -193,6 +194,7 @@ buildSettings = { COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; + CURRENT_PROJECT_VERSION = 1.0.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_OPTIMIZATION_LEVEL = s;