Skip to content

Commit

Permalink
Bump version number to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhai committed Jun 7, 2017
1 parent 293d2d7 commit 4ff2d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Pomodoro/Pomodoro-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBuildNumber</key>
<integer>863</integer>
<integer>865</integer>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.3</string>
<string>2.2.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>863</string>
<string>865</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
6 changes: 2 additions & 4 deletions Timer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Pomodoro/Pomodoro.entitlements;

COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2799,7 +2798,7 @@
GCC_PREFIX_HEADER = "Pomodoro/Pomodoro-Prefix.pch";
HEADER_SEARCH_PATHS = "/usr/include/libxml2/**";
INFOPLIST_FILE = "Pomodoro/Pomodoro-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.12;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = io.github.martakostova.Pomodoro;
PRODUCT_NAME = Timer;
Expand All @@ -2815,7 +2814,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Pomodoro/Pomodoro.entitlements;

COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -2828,7 +2826,7 @@
GCC_PREFIX_HEADER = "Pomodoro/Pomodoro-Prefix.pch";
HEADER_SEARCH_PATHS = "/usr/include/libxml2/**";
INFOPLIST_FILE = "Pomodoro/Pomodoro-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.12;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = io.github.martakostova.Pomodoro;
PRODUCT_NAME = Timer;
Expand Down

0 comments on commit 4ff2d8a

Please # to comment.