Skip to content

Commit 861a073

Browse files
committed
Merge branch 'feature/mxsegmentedcontrol'
2 parents 833aa48 + bad9ef6 commit 861a073

File tree

95 files changed

+1953
-1378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1953
-1378
lines changed

.gitignore

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,11 @@
22
.DS_Store
33

44
# Xcode
5-
build/
6-
*.pbxuser
7-
!default.pbxuser
8-
*.mode1v3
9-
!default.mode1v3
10-
*.mode2v3
11-
!default.mode2v3
12-
*.perspectivev3
13-
!default.perspectivev3
145
xcuserdata
15-
*.xccheckout
16-
profile
17-
*.moved-aside
18-
DerivedData
19-
*.hmap
20-
*.ipa
216

227
# Bundler
238
.bundle
249

25-
# We recommend against adding the Pods directory to your .gitignore. However
26-
# you should judge for yourself, the pros and cons are mentioned at:
27-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
28-
#
29-
# Note: if you ignore the Pods directory, make sure to uncomment
30-
# `pod install` in .travis.yml
31-
#
32-
# Pods/
33-
Example/MXSegmentedPager.xcworkspace
34-
Example-Swift/MXSegmentedPager-Swift.xcworkspace
10+
# Carthage
11+
Carthage/Checkouts
12+
*.bcsymbolmap

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.3
2+
osx_image: xcode10.2
33

44
env:
55
global:
@@ -11,13 +11,13 @@ before_install:
1111

1212
install:
1313
- gem install cocoapods
14-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
14+
- gem install xcpretty --no-document --quiet
1515

1616
before_script:
1717
- carthage bootstrap
1818

1919
script:
20-
- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator10.3 -configuration Release | xcpretty -c
20+
- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator12.2 -configuration Release | xcpretty -c
2121
- pod lib lint --quick
2222

2323
before_deploy:

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "maxep/MXPagerView" "0.2.1"
2-
github "maxep/HMSegmentedControl" "master"
3-
github "maxep/MXParallaxHeader" "0.6.1"
1+
github "maxep/MXPagerView" ~> 0.2
2+
github "maxep/MXSegmentedControl" ~> 1.1
3+
github "maxep/MXParallaxHeader" ~> 1.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "maxep/HMSegmentedControl" "7c97e5501100b5389398ea6f2e57ae9785287b9e"
21
github "maxep/MXPagerView" "0.2.1"
3-
github "maxep/MXParallaxHeader" "0.6.1"
2+
github "maxep/MXParallaxHeader" "1.0.0"
3+
github "maxep/MXSegmentedControl" "1.1.0"

Carthage/Build/.MXPagerView.version

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.MXParallaxHeader.version

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.MXSegmentedControl.version

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/3C07BCF3-C06E-3FDD-86E3-7467DF5F5F73.bcsymbolmap

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)