Skip to content

Commit

Permalink
Alpha -> Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 2, 2023
1 parent 6fa06b5 commit 18d08f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AeroSpace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = "0.2.0-Alpha";
MARKETING_VERSION = "0.2.0-Beta";
PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace;
PRODUCT_NAME = "AeroSpace-Debug";
SDKROOT = macosx;
Expand Down Expand Up @@ -750,7 +750,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = "0.2.0-Alpha";
MARKETING_VERSION = "0.2.0-Beta";
PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace;
PRODUCT_NAME = AeroSpace;
SDKROOT = macosx;
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ targets:
CODE_SIGN_STYLE: Automatic
GENERATE_INFOPLIST_FILE: YES
CURRENT_PROJECT_VERSION: 0.2.0 # Build number CFBundleVersion
MARKETING_VERSION: 0.2.0-Alpha # User visible version CFBundleShortVersionString
MARKETING_VERSION: 0.2.0-Beta # 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 18d08f8

Please sign in to comment.