From 8f12c42fa2cb562dc2784960e57848e757a2f5d5 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Sat, 11 Apr 2020 17:15:15 -0500 Subject: [PATCH] Bump version to 1.5.0 (#70) - Bump version to 1.5.0 - Add Credits - Add app category as 'Utilities' --- Timer.xcodeproj/project.pbxproj | 6 ++++++ Timer/Credits.rtf | 12 ++++++++++++ Timer/Info.plist | 10 ++++++---- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 Timer/Credits.rtf diff --git a/Timer.xcodeproj/project.pbxproj b/Timer.xcodeproj/project.pbxproj index 3ef5af2..3ecfb2c 100644 --- a/Timer.xcodeproj/project.pbxproj +++ b/Timer.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 41A37D0724426E360078EA40 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 41A37D0624426E360078EA40 /* Credits.rtf */; }; 41B080C62114CE2700EEE7E8 /* Keycodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B080C52114CE2700EEE7E8 /* Keycodes.swift */; }; 4C30BBFC1CA7C56500C45EBF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C30BBFB1CA7C56500C45EBF /* AppDelegate.swift */; }; 4C30BBFE1CA7C56500C45EBF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4C30BBFD1CA7C56500C45EBF /* Assets.xcassets */; }; @@ -22,6 +23,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 41A37D0624426E360078EA40 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = ""; }; 41B080C52114CE2700EEE7E8 /* Keycodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keycodes.swift; sourceTree = ""; }; 4C30BBF81CA7C56500C45EBF /* Timer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Timer.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4C30BBFB1CA7C56500C45EBF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -78,6 +80,7 @@ 723C0C571E12211000E7AE1E /* MVUserDefaultsKeys.swift */, 4C30BBFD1CA7C56500C45EBF /* Assets.xcassets */, 4C30BC021CA7C56500C45EBF /* Info.plist */, + 41A37D0624426E360078EA40 /* Credits.rtf */, 4C30BC121CA7D73C00C45EBF /* MainMenu.xib */, 4C6F0F291CAA79EB00E9A6F7 /* alert-sound.caf */, 41B080C52114CE2700EEE7E8 /* Keycodes.swift */, @@ -148,6 +151,7 @@ 4C30BBFE1CA7C56500C45EBF /* Assets.xcassets in Resources */, 4C6F0F2A1CAA79EB00E9A6F7 /* alert-sound.caf in Resources */, 4C30BC141CA7D73C00C45EBF /* MainMenu.xib in Resources */, + 41A37D0724426E360078EA40 /* Credits.rtf in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,6 +301,7 @@ INFOPLIST_FILE = Timer/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; + MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = com.michaelvillar.Timer; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; @@ -314,6 +319,7 @@ INFOPLIST_FILE = Timer/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; + MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = com.michaelvillar.Timer; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; diff --git a/Timer/Credits.rtf b/Timer/Credits.rtf new file mode 100644 index 0000000..94ef05f --- /dev/null +++ b/Timer/Credits.rtf @@ -0,0 +1,12 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2512 +\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +\margl1440\margr1440\vieww9000\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 Copyright \'a9 2016 {\field{\*\fldinst{HYPERLINK "https://github.com/michaelvillar"}}{\fldrslt Michael Villar}}, with the help of {\field{\*\fldinst{HYPERLINK "https://github.com/karbassi"}}{\fldrslt Ali Karbassi}}, {\field{\*\fldinst{HYPERLINK "https://github.com/robinstewart"}}{\fldrslt Robin Stewart}}, and other {\field{\*\fldinst{HYPERLINK "https://github.com/michaelvillar/timer-app/graphs/contributors"}}{\fldrslt contributors}}.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/michaelvillar/timer-app/blob/master/LICENSE"}}{\fldrslt MIT License}}.\ +\ +View and contribute to the {\field{\*\fldinst{HYPERLINK "https://github.com/michaelvillar/timer-app"}}{\fldrslt source code}}.} \ No newline at end of file diff --git a/Timer/Info.plist b/Timer/Info.plist index 72ef851..d2c3730 100644 --- a/Timer/Info.plist +++ b/Timer/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + $(PRODUCT_NAME) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIconFile @@ -17,15 +19,15 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion - 6 + $(CURRENT_PROJECT_VERSION) + LSApplicationCategoryType + public.app-category.utilities LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - Copyright © 2016 Michael Villar. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass