Skip to content

Commit

Permalink
Restructuring to support Carthage and new Swift Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Feb 14, 2016
1 parent 5cc8f38 commit ff378e1
Show file tree
Hide file tree
Showing 43 changed files with 72 additions and 4,045 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ DerivedData
.idea/
# Pods - for those of you who use CocoaPods
Pods
.build
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ language: objective-c
osx_image: xcode7

script:
- xctool -workspace Dollar.xcworkspace -scheme Dollar -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO clean build test
- xctool -workspace Dollar.xcworkspace -scheme Cent -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO clean build test

before_install:
- brew update
- brew uninstall xctool && brew install --HEAD xctool
- xctool -scheme Dollar -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO clean build test
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

1. Please fork this project
2. Implement new methods or changes in the `Dollar.swift` file in `Dollar` folder or changes in the appropriate extension file in `Cent` folder.
3. Write tests in `DollarTests.swift` or `CentTests.swift` file as needed.
4. Write appropriate comments in code and docs in the README.md
2. Implement new methods or changes in the `Dollar.swift` file in `Dollar` folder.
3. Write tests in `DollarTests.swift` file as needed.
4. Write appropriate comments in code and docs in the `README.md`.
5. Submit a pull request.
14 changes: 0 additions & 14 deletions Cent.podspec

This file was deleted.

Loading

0 comments on commit ff378e1

Please sign in to comment.