Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitstick committed Aug 8, 2020
1 parent 525eac7 commit 8efbea1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions TodoTxtMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUNDLE_LOADER = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2033;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -800,6 +801,7 @@
GCC_PREFIX_HEADER = "TodoTxtMac/TodoTxtMac-Prefix.pch";
INFOPLIST_FILE = "TodoTxtMac/TodoTxtMac-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.descy.michael.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand All @@ -813,6 +815,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2033;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -821,6 +824,7 @@
GCC_PREFIX_HEADER = "TodoTxtMac/TodoTxtMac-Prefix.pch";
INFOPLIST_FILE = "TodoTxtMac/TodoTxtMac-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.descy.michael.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down
4 changes: 2 additions & 2 deletions TodoTxtMac/TodoTxtMac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2032</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 8efbea1

Please sign in to comment.