Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest master + unselected color + pod/spm support #5

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3784577
updated to Swift 4.2 and added swift version to podspec (#617)
alexanderkhitev Sep 28, 2018
c88117e
Fix typo in README
ikesyo Sep 10, 2018
685a37f
[Example] Update PostCell to use contentView
ikesyo Sep 5, 2018
04b9766
# modifiy `README.md` example code
dotkebi May 18, 2018
9c8b8a0
# modifiy `README.md` example code
dotkebi May 18, 2018
513c0fb
Update xcode version in Travis config
mats-claassen Sep 28, 2018
0efcbfd
Release version 8.1.0 (#639)
mats-claassen Oct 16, 2018
a8dba82
fix wording in a few places
ajRiverav Nov 27, 2018
3386c0c
Set selectedBarVerticalAlignment
oadk Nov 26, 2018
bca61aa
Update ButtonBarPagerTabStripViewController.swift
marcshilling Nov 5, 2018
ffd7658
Update ButtonBarViewCell.swift
Khronoss Oct 10, 2018
b0c50a6
convert example source code to swift 4.2
Dec 20, 2018
9cf7b9d
remove unused line
Dec 20, 2018
5da5d6b
minor fixes
Dec 21, 2018
0b936b4
readme update
Dec 21, 2018
95425f4
Upgrade to Xcode 10.2
Mar 29, 2019
cd0a061
Upgrade to Swift 5.0
Mar 29, 2019
4aa949f
Deployment Target has been upgraded to iOS 9.3
Mar 29, 2019
7f7fe0c
Deprecated changes is applied.
Mar 29, 2019
ca99c95
swift 5 support
Apr 1, 2019
0205671
deleted deprecated method
Apr 1, 2019
8eaa0e2
minor readme change
Apr 2, 2019
04dbac2
Update README.md
Aug 5, 2021
7c716aa
Update README.md
Aug 5, 2021
cfac320
Update README.md
Aug 10, 2021
910c19d
Update README.md
Aug 10, 2021
311052d
Create FUNDING.yml
enrigalmig Sep 1, 2022
16fef07
updated to the latest xcode suggestions
Sep 27, 2022
5cb1ff4
support spm
Sep 27, 2022
ac51f9d
xm updated unselected color
Sep 27, 2022
4920d6b
update podspec
Dec 2, 2022
230d7f7
proper podspec setup
Dec 2, 2022
506d6c0
example app updated
Dec 2, 2022
43906e3
specs updated
Dec 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: xmartlabs # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm

# CocoaPods
#
Expand Down
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode10.2
branches:
only:
- master
env:
- DESTINATION="OS=11.3,name=iPhone 8" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
- DESTINATION="OS=12.1,name=iPhone XS" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
before_install:
- brew update
#- brew outdated carthage || brew upgrade carthage
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
#- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

- brew outdated carthage || brew upgrade carthage
script:
- xcodebuild clean build -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK"
#- xcodebuild test -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK"
- xcodebuild -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION"
-configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- set -o pipefail
- xcodebuild -version
- xcodebuild clean build -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK"
#- xcodebuild test -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK"
- xcodebuild -project XLPagerTabStrip.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to XLPagerTabStrip will be documented in this file.

### [9.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/9.0.0)

* Xcode 10.2 and Swift 5.0 support.
* Minor updates and fixes.

### [8.1.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.1.0)

* Xcode 10 and Swift 4.2 support.
* Minor updates and fixes.

### [8.0.1](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.1)

* Bug fixes and stability improvements.
Expand Down
2 changes: 0 additions & 2 deletions Cartfile.private

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Demo/Demo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

UITabBar.appearance().tintColor = UIColor.init(red: 0.027, green: 0.725, blue: 0.608, alpha: 1)
UIApplication.shared.statusBarStyle = .lightContent

_ = YoutubeExampleViewController(nibName: nil, bundle: nil)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

import Foundation
import UIKit
import XLPagerTabStrip

class BarExampleViewController: BarPagerTabStripViewController {
Expand Down
Loading