Skip to content

Commit

Permalink
Improvements for using the project with Carthage
Browse files Browse the repository at this point in the history
- Add Carthage Checkouts to gitignore. This is needed in order
to allow sharing of the Swinject framework in containing
apps.
- Manually copy over configuration files into the repo. The
same thing was done for SwinjectStoryboard.
  • Loading branch information
mpdifran committed Apr 14, 2018
1 parent 05b42ef commit 2fb417c
Show file tree
Hide file tree
Showing 1,122 changed files with 22 additions and 102,689 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -48,7 +48,7 @@ Packages/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Checkouts

Carthage/Build

Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -34,6 +34,10 @@ matrix:
- env: JOB="XCODE" DEST="OS=2.2,name=Apple Watch - 42mm" SCHEME="SwinjectAutoregistration-watchOS" SDK="watchsimulator" ACTION="build"
- env: JOB="XCODE" DEST="OS=3.2,name=Apple Watch - 42mm" SCHEME="SwinjectAutoregistration-watchOS" SDK="watchsimulator" ACTION="build"
- env: JOB="XCODE" DEST="OS=4.0,name=Apple Watch - 42mm" SCHEME="SwinjectAutoregistration-watchOS" SDK="watchsimulator" ACTION="build"
before_install:
- curl -L -O https://github.com/Carthage/Carthage/releases/download/0.17.2/Carthage.pkg
- sudo installer -pkg Carthage.pkg -target /
- carthage bootstrap --no-use-binaries --no-build
script:
- set -o pipefail
- open -b com.apple.iphonesimulator # Workaround https://github.com/travis-ci/travis-ci/issues/3040
Expand Down
1 change: 0 additions & 1 deletion Cartfile.private
@@ -1,3 +1,2 @@
github "Quick/Quick" ~> 1.1
github "Quick/Nimble" ~> 7.0
github "jspahrsummers/xcconfigs" ~> 0.10
36 changes: 0 additions & 36 deletions Carthage/Checkouts/Nimble/.github/ISSUE_TEMPLATE

This file was deleted.

14 changes: 0 additions & 14 deletions Carthage/Checkouts/Nimble/.github/PULL_REQUEST_TEMPLATE

This file was deleted.

21 changes: 0 additions & 21 deletions Carthage/Checkouts/Nimble/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions Carthage/Checkouts/Nimble/.hound.yml

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Checkouts/Nimble/.swift-version

This file was deleted.

19 changes: 0 additions & 19 deletions Carthage/Checkouts/Nimble/.swiftlint.yml

This file was deleted.

31 changes: 0 additions & 31 deletions Carthage/Checkouts/Nimble/.travis.yml

This file was deleted.

120 changes: 0 additions & 120 deletions Carthage/Checkouts/Nimble/CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions Carthage/Checkouts/Nimble/Dockerfile.test

This file was deleted.

4 changes: 0 additions & 4 deletions Carthage/Checkouts/Nimble/Gemfile

This file was deleted.

73 changes: 0 additions & 73 deletions Carthage/Checkouts/Nimble/Gemfile.lock

This file was deleted.

0 comments on commit 2fb417c

Please sign in to comment.