-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,381 additions
and
708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,9 @@ Icon? | |
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Carthage | ||
Carthage | ||
|
||
# CocoaPods | ||
Pods | ||
*.xcworkspace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
487
Demo/NEUPagingSegmentedControlDemo.xcodeproj/project.pbxproj
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Demo/NEUPagingSegmentedControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
Demo/NEUPagingSegmentedControlDemo/NEUPagingSegmentedControlDemo-Prefix.pch
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Demo/NEUPagingSegmentedControlDemo/en.lproj/InfoPlist.strings
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
Demo/NEUPagingSegmentedControlDemoTests/NEUPagingSegmentedControlDemoTests.m
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Demo/NEUPagingSegmentedControlDemoTests/en.lproj/InfoPlist.strings
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.