Skip to content

Commit

Permalink
Version bump 5.1.0 🚀 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Feb 9, 2021
1 parent 6de24f2 commit 72144c7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c
osx_image: xcode11
osx_image: xcode12
branches:
only:
- master
env:
- DESTINATION="OS=13.0,name=iPhone 11" SCHEME="XLActionController" SDK=iphonesimulator
- DESTINATION="platform=iOS Simulator,OS=14.0,name=iPhone 11" SCHEME="XLActionController" SDK=iphonesimulator
script:
- set -o pipefail
- xcodebuild -version
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

### [5.1.0](https://github.com/xmartlabs/XLActionController/releases/tag/5.1.0)

* Added the ability to adjust Cancel View's Title font and size. (#145)
* Support for SPM (#144, #146)

### [5.0.2](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.2)

* Fix incorrect top inset and content offset (#126)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ dependency manager for Cocoa.
Specify XLActionController into your project's Carthage:

```
github "xmartlabs/XLActionController" ~> 5.0.2
github "xmartlabs/XLActionController" ~> 5.1.0
```

### Manually as Embedded Framework
Expand Down
2 changes: 1 addition & 1 deletion XLActionController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'XLActionController'
spec.version = '5.0.2'
spec.version = '5.1.0'
spec.license = 'MIT'
spec.summary = 'Fully customizable and extensible action sheet controller written in Swift'
spec.homepage = 'https://github.com/xmartlabs/XLActionController'
Expand Down
14 changes: 11 additions & 3 deletions XLActionController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
28E1915D1BFA618E00066B1C = {
isa = PBXGroup;
children = (
C74DED9925D2B82A009A9DFA /* Package.swift */,
EA2CFE281FBD2FBB00CAE00E /* Resource */,
28E191691BFA618E00066B1C /* Source */,
28E191751BFA618F00066B1C /* Tests */,
C74DEDDE25D319F7009A9DFA /* Package */,
28E191681BFA618E00066B1C /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -109,6 +109,14 @@
path = Tests;
sourceTree = "<group>";
};
C74DEDDE25D319F7009A9DFA /* Package */ = {
isa = PBXGroup;
children = (
C74DED9925D2B82A009A9DFA /* Package.swift */,
);
name = Package;
sourceTree = "<group>";
};
EA2CFE281FBD2FBB00CAE00E /* Resource */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -385,7 +393,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.0.2;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -408,7 +416,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.0.2;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 72144c7

Please sign in to comment.