From 5c9233d51c54b971038a86da9d6ef3881d988e7c Mon Sep 17 00:00:00 2001 From: Alex Man Date: Fri, 8 Jan 2021 18:35:17 -0800 Subject: [PATCH] Release version 0.1. --- autodisplayplacer.xcodeproj/project.pbxproj | 2 ++ autodisplayplacer/Info.plist | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/autodisplayplacer.xcodeproj/project.pbxproj b/autodisplayplacer.xcodeproj/project.pbxproj index 82a61be..196f290 100644 --- a/autodisplayplacer.xcodeproj/project.pbxproj +++ b/autodisplayplacer.xcodeproj/project.pbxproj @@ -305,6 +305,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 0.1; PRODUCT_BUNDLE_IDENTIFIER = alexman.autodisplayplacer; PRODUCT_NAME = AutoDisplayPlacer; SWIFT_VERSION = 5.0; @@ -325,6 +326,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 0.1; PRODUCT_BUNDLE_IDENTIFIER = alexman.autodisplayplacer; PRODUCT_NAME = AutoDisplayPlacer; SWIFT_VERSION = 5.0; diff --git a/autodisplayplacer/Info.plist b/autodisplayplacer/Info.plist index 8200cf6..910f435 100644 --- a/autodisplayplacer/Info.plist +++ b/autodisplayplacer/Info.plist @@ -17,17 +17,17 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion 1 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) - NSMainStoryboardFile - Main - LSUIElement - LSMultipleInstancesProhibited + LSUIElement + + NSMainStoryboardFile + Main NSPrincipalClass NSApplication