File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
XLActionController.xcodeproj Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ### [ 5.0.2] ( https://github.com/xmartlabs/XLActionController/releases/tag/5.0.2 )
6+
7+ * Fix incorrect top inset and content offset (#126 )
8+ * Support setting cancel view's title color (#129 )
9+ * Fix issue introduced with last release that would crash an app when using one of the subspecs
10+
511### [ 5.0.1] ( https://github.com/xmartlabs/XLActionController/releases/tag/5.0.1 )
612
713* Updates for Xcode 11
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ dependency manager for Cocoa.
442442Specify XLActionController into your project's Carthage:
443443
444444```
445- github "xmartlabs/XLActionController" ~> 5.0.1
445+ github "xmartlabs/XLActionController" ~> 5.0.2
446446```
447447
448448### Manually as Embedded Framework
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'XLActionController'
3- spec . version = '5.0.1 '
3+ spec . version = '5.0.2 '
44 spec . license = 'MIT'
55 spec . summary = 'Fully customizable and extensible action sheet controller written in Swift'
66 spec . homepage = 'https://github.com/xmartlabs/XLActionController'
Original file line number Diff line number Diff line change 379379 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
380380 IPHONEOS_DEPLOYMENT_TARGET = 9.3;
381381 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
382- MARKETING_VERSION = 5.0.1 ;
382+ MARKETING_VERSION = 5.0.2 ;
383383 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
384384 PRODUCT_NAME = "$(TARGET_NAME)";
385385 SKIP_INSTALL = YES;
402402 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
403403 IPHONEOS_DEPLOYMENT_TARGET = 9.3;
404404 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
405- MARKETING_VERSION = 5.0.1 ;
405+ MARKETING_VERSION = 5.0.2 ;
406406 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
407407 PRODUCT_NAME = "$(TARGET_NAME)";
408408 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments