Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Sep 17, 2015
2 parents 76f71e9 + 79af307 commit 0a8fca5
Show file tree
Hide file tree
Showing 39 changed files with 1,381 additions and 708 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Icon?
ehthumbs.db
Thumbs.db

# Carthage
Carthage

# CocoaPods
Pods
*.xcworkspace

16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: objective-c
osx_image: xcode6.4
before_install:
- "brew update; brew upgrade xctool"
- "gem install cocoapods --no-rdoc --no-ri"
before_script:
- "export LANG=en_US.UTF-8"
- "cd Demo"
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=3
- bundle exec pod install
script:
- "xctool -project NEUPagingSegmentedControlDemo.xcodeproj -scheme NEUPagingSegmentedControlDemo -sdk iphonesimulator build"
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme NEUPagingSegmentedControl-iOS -sdk iphonesimulator clean build
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme Example -sdk iphonesimulator clean build
notifications:
email: false
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Version 0.2.0

#### Added

* Local development pods
* [Carthage](https://github.com/Carthage/Carthage) support
* A public readonly `indicatorView`
* Updated by [Yen](https://github.com/yenchenlin1994) in Pull Request #2

#### Fixed

* Fix the area used in `- drawRect:`
* Fix the key-value observer compliance

## Version 0.1.0

* First release
* Initial release
487 changes: 0 additions & 487 deletions Demo/NEUPagingSegmentedControlDemo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions Demo/NEUPagingSegmentedControlDemo/en.lproj/InfoPlist.strings

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a8fca5

Please sign in to comment.