Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Oct 25, 2023
1 parent d309a39 commit 4ef6a7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AeroSpace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -620,15 +620,15 @@
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 = (
"$(inherited)",
"@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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ef6a7c

Please sign in to comment.