Skip to content

Commit

Permalink
1.1.4 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Aug 4, 2020
1 parent a750d67 commit 7fd8909
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions macOS/CHANGELOGS/1.1.4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Support for 10.13
12 changes: 6 additions & 6 deletions macOS/CrunchyGIF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1596564286;
CURRENT_PROJECT_VERSION = 1596564404;
DEVELOPMENT_TEAM = 972KS36P2U;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = CrunchyGIF/Resources/Info.plist;
Expand All @@ -503,7 +503,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.4;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.joshholtz.CrunchyGIF;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -679,7 +679,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1596564286;
CURRENT_PROJECT_VERSION = 1596564404;
DEVELOPMENT_TEAM = 972KS36P2U;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = CrunchyGIF/Resources/Info.plist;
Expand All @@ -688,7 +688,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.4;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.joshholtz.CrunchyGIF;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -705,7 +705,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1596564286;
CURRENT_PROJECT_VERSION = 1596564404;
DEVELOPMENT_TEAM = 972KS36P2U;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = CrunchyGIF/Resources/Info.plist;
Expand All @@ -714,7 +714,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.4;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.joshholtz.CrunchyGIF;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions macOS/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000305">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000338">

</testcase>


<testcase classname="fastlane.lanes" name="1: prompt_bump_and_changelog" time="3.160036">
<testcase classname="fastlane.lanes" name="1: prompt_bump_and_changelog" time="31.097411">

</testcase>

Expand Down

0 comments on commit 7fd8909

Please sign in to comment.