Skip to content

Commit

Permalink
Bump Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Feb 8, 2022
1 parent b607d23 commit cd969c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Screenshot Framer CLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ struct ScreenshotFramer: ParsableCommand {

static let configuration = CommandConfiguration(
abstract: "A Swift command-line tool to frame localised screenshots for the AppStore",
version: "2.0"
subcommands: [Export.self, Website.self])

init() { }
Expand Down
2 changes: 2 additions & 0 deletions Screenshot Framer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ideasoncanvas.ScreenshotFramer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -787,6 +788,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ideasoncanvas.ScreenshotFramer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Screenshot Framer/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>5</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit cd969c2

Please sign in to comment.