Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Khitev 56acdd9401 updated to Swift 4.2 and added swift version to podspec (#617) 2018-09-28 11:02:48 -03:00
Martin Barreto 7647974075
Merge pull request #506 from DenHeadless/patch-1
Fix compilation of the project when using Xcode 9 new build system and CocoaPods
2018-04-10 14:25:11 -03:00
Martin Barreto 04f02d9148 8.0.1 version 2018-03-28 17:51:53 -03:00
Denys Telezhkin 4fe566f187
Fix compilation of the project when using Xcode 9 new build system and CocoaPods
With current podspec, one .xib file is getting picked up as a source, and is getting into Xcode Compile Sources build step in CocoaPods generated project. 

New build system is more strict than the old one, and prohibits this by saying:

```
error: unexpected duplicate task: CompileXIB /Path-To-Project/Pods/XLPagerTabStrip/Sources/ButtonCell.xib (in target 'XLPagerTabStrip')
```

This behavior is described in [this CocoaPods issue](https://github.com/CocoaPods/CocoaPods/issues/7079).

This PR changes source_files search path from being * to more specific code-related one *.{h,m,swift}, thus picking only sources into sources.

This fix can be verified by installing XLPagerTabStrip, trying to build with new Build System - it will fail. Then you can remove ButtonCell.xib file from Pods -> XLPagerTabStrip -> Compile Sources build phase and this time project will build successfully.
2017-12-14 16:05:40 +02:00
pera 342bdecce7 Updated README, CHANGELOG & podspec. 2017-10-05 14:17:18 -03:00
Martin Barreto 4431b20e0d new 7.0.0 version 2017-01-27 12:59:47 -03:00
Mathias Claassen d0f9fd1a84 release version 6.0.0 2016-09-16 17:53:25 -03:00
Mathias Claassen d6011fe0fb release 5.1.0 2016-09-14 14:32:14 -03:00
Martin Barreto f9c767f1b8 Xcode 7.3 support. Now Swift 2.2 is required. 2016-03-22 22:16:38 -03:00
Martin Barreto 3e71120c76 version 4.0.2
bug fixes
2016-03-15 11:06:55 -03:00
Martin Barreto 9f61cc978e 4.0.1 pod version. 2016-02-15 19:17:04 -03:00
Martin Barreto 65c1546adf update podspec 2016-01-30 01:07:39 -03:00
Martin Barreto c8a83a27c4 update contributing.md 2016-01-26 15:43:21 -03:00
Santiago Fernandez c0d57d970b initial commit 2016-01-20 12:39:25 -03:00
Martin Barreto 2197fab672 added missing pod resource. 2016-01-08 14:50:10 -03:00
Martin Barreto 2507bf0180 update minimum sdk version to iOS 8.0. fix #74 2016-01-07 19:38:38 -03:00
Martin Barreto c90cb52c4c Added ability to change tab bar style using blocks. 2015-08-01 19:58:24 -03:00
Martin Barreto dd6b8086bb Back minimum system version to 7.0.
clean up code.
2015-04-29 19:51:22 -03:00
Martin Barreto 81a618bea8 Twitter Pager fixes. 2015-04-11 18:27:48 -03:00
Martin Barreto 77770a8276 launch image fix. 2015-04-08 17:39:53 -03:00
Martin Barreto 67decf3572 minor validation fix. 2015-01-02 05:26:19 -02:00
Martin Barreto 33ad1fb015 Initial commit 2014-12-20 18:01:34 -02:00