From 4ef6a7c1eb8ca175b69ceea3813eecf8dbfa5495 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Wed, 25 Oct 2023 02:19:07 +0200 Subject: [PATCH] Bump version --- AeroSpace.xcodeproj/project.pbxproj | 8 ++++---- project.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AeroSpace.xcodeproj/project.pbxproj b/AeroSpace.xcodeproj/project.pbxproj index d7f0119d..c7643f25 100644 --- a/AeroSpace.xcodeproj/project.pbxproj +++ b/AeroSpace.xcodeproj/project.pbxproj @@ -620,7 +620,7 @@ CODE_SIGN_ENTITLEMENTS = src/AeroSpace.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 0.1.0; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSUIElement = YES; LD_RUNPATH_SEARCH_PATHS = ( @@ -628,7 +628,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.0.1-Alpha"; + MARKETING_VERSION = "0.1.0-Alpha"; PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace; PRODUCT_NAME = "AeroSpace-Debug"; SDKROOT = macosx; @@ -733,7 +733,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 0.1.0; DEVELOPMENT_TEAM = 4MWP47XA68; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSUIElement = YES; @@ -742,7 +742,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.0.1-Alpha"; + MARKETING_VERSION = "0.1.0-Alpha"; PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace; PRODUCT_NAME = AeroSpace; SDKROOT = macosx; diff --git a/project.yml b/project.yml index a16a3d2a..aceec18f 100644 --- a/project.yml +++ b/project.yml @@ -22,8 +22,8 @@ targets: SWIFT_VERSION: 5.8 CODE_SIGN_STYLE: Automatic GENERATE_INFOPLIST_FILE: YES - CURRENT_PROJECT_VERSION: 1 # Build number CFBundleVersion - MARKETING_VERSION: 0.0.1-Alpha # User visible version CFBundleShortVersionString + CURRENT_PROJECT_VERSION: 0.1.0 # Build number CFBundleVersion + MARKETING_VERSION: 0.1.0-Alpha # User visible version CFBundleShortVersionString SWIFT_OBJC_BRIDGING_HEADER: "src/Bridged-Header.h" # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256 # Specifies whether the app runs as an agent app. If this key is set to YES, Launch Services runs the app as an agent app.