Skip to content

Commit

Permalink
Prepare 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hagedorn committed Apr 6, 2019
1 parent 8dfd797 commit d7da16f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# <img src="icon.png" align="center" width="40" height="40"> Changelog

## 2.1.2

* Ensure compatibility with Xcode 10.2

## 2.1.1

* Deprecate social permissions
Expand Down
2 changes: 1 addition & 1 deletion ISHPermissionKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ISHPermissionKit'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'A polite and unified way of asking for permission on iOS.'
s.description = 'This framework provides a unified way of asking for user permissions on iOS. It also
provides UI to explain the permission requirements before presenting the system
Expand Down
6 changes: 3 additions & 3 deletions ISHPermissionKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ISH_BUNDLE_VERSION_MAJOR = 2;
ISH_BUNDLE_VERSION_MINOR = 1;
ISH_BUNDLE_VERSION_PATCH = 1;
ISH_BUNDLE_VERSION_PATCH = 2;
ISH_BUNDLE_VERSION_SHORT = "${ISH_BUNDLE_VERSION_MAJOR}.${ISH_BUNDLE_VERSION_MINOR}.${ISH_BUNDLE_VERSION_PATCH}";
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -787,7 +787,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ISH_BUNDLE_VERSION_MAJOR = 2;
ISH_BUNDLE_VERSION_MINOR = 1;
ISH_BUNDLE_VERSION_PATCH = 1;
ISH_BUNDLE_VERSION_PATCH = 2;
ISH_BUNDLE_VERSION_SHORT = "${ISH_BUNDLE_VERSION_MAJOR}.${ISH_BUNDLE_VERSION_MINOR}.${ISH_BUNDLE_VERSION_PATCH}";
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -846,7 +846,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ISH_BUNDLE_VERSION_MAJOR = 2;
ISH_BUNDLE_VERSION_MINOR = 1;
ISH_BUNDLE_VERSION_PATCH = 1;
ISH_BUNDLE_VERSION_PATCH = 2;
ISH_BUNDLE_VERSION_SHORT = "${ISH_BUNDLE_VERSION_MAJOR}.${ISH_BUNDLE_VERSION_MINOR}.${ISH_BUNDLE_VERSION_PATCH}";
METAL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down

0 comments on commit d7da16f

Please sign in to comment.