Skip to content

Commit

Permalink
Prepare version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quangctkm9207 committed Oct 9, 2019
1 parent 6a274d9 commit 7cf3e8a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.7.0 *(2019-10-09)*
--------------------------------
* Add 'tapThrough' functions for UIButton, UIBarButtonItem, UITabBarItem for handling predefined actions
* Able to adjust the background view's alpha
* Fix the Carthage integration issue

Version 0.6.6 *(2019-08-21)*
--------------------------------
* Update to Swift 5.0
Expand Down
2 changes: 1 addition & 1 deletion MaterialShowcase.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MaterialShowcase'
s.version = '0.6.6'
s.version = '0.7.0'
s.summary = 'An elegant and beautiful showcase for iOS apps.'

s.description = <<-DESC
Expand Down
4 changes: 4 additions & 0 deletions MaterialShowcase.xcodeproj/project.pbxproj
Expand Up @@ -415,6 +415,7 @@
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4V6HDFWSR4;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -424,6 +425,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.7.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.aromajoin.MaterialShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -439,6 +441,7 @@
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4V6HDFWSR4;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -448,6 +451,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.7.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.aromajoin.MaterialShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion MaterialShowcase/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ $ brew install carthage

To integrate MaterialShowcase into your Xcode project using Carthage, specify it in your `Cartfile`:
```ogdl
github "aromajoin/material-showcase-ios" ~> 0.6.6
github "aromajoin/material-showcase-ios" ~> 0.7.0
```

Run `carthage update` to build the framework and drag the built `MaterialShowcase.framework` into your Xcode project.
Expand Down

0 comments on commit 7cf3e8a

Please sign in to comment.