Skip to content

Commit

Permalink
Merge branch 'feature/mxsegmentedcontrol'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Aug 7, 2019
2 parents 833aa48 + bad9ef6 commit 861a073
Show file tree
Hide file tree
Showing 95 changed files with 1,953 additions and 1,378 deletions.
28 changes: 3 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,11 @@
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
Example/MXSegmentedPager.xcworkspace
Example-Swift/MXSegmentedPager-Swift.xcworkspace
# Carthage
Carthage/Checkouts
*.bcsymbolmap
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8.3
osx_image: xcode10.2

env:
global:
Expand All @@ -11,13 +11,13 @@ before_install:

install:
- gem install cocoapods
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-document --quiet

before_script:
- carthage bootstrap

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

before_deploy:
Expand Down
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "maxep/MXPagerView" "0.2.1"
github "maxep/HMSegmentedControl" "master"
github "maxep/MXParallaxHeader" "0.6.1"
github "maxep/MXPagerView" ~> 0.2
github "maxep/MXSegmentedControl" ~> 1.1
github "maxep/MXParallaxHeader" ~> 1.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "maxep/HMSegmentedControl" "7c97e5501100b5389398ea6f2e57ae9785287b9e"
github "maxep/MXPagerView" "0.2.1"
github "maxep/MXParallaxHeader" "0.6.1"
github "maxep/MXParallaxHeader" "1.0.0"
github "maxep/MXSegmentedControl" "1.1.0"
18 changes: 18 additions & 0 deletions Carthage/Build/.MXPagerView.version

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

18 changes: 18 additions & 0 deletions Carthage/Build/.MXParallaxHeader.version

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

19 changes: 19 additions & 0 deletions Carthage/Build/.MXSegmentedControl.version

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

182 changes: 0 additions & 182 deletions Carthage/Build/iOS/3C07BCF3-C06E-3FDD-86E3-7467DF5F5F73.bcsymbolmap

This file was deleted.

Loading

0 comments on commit 861a073

Please sign in to comment.