-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Swinject/release2.0
Release 2.0
- Loading branch information
Showing
453 changed files
with
16,096 additions
and
3,128 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "SwinjectAutoregistration", | ||
dependencies: [ | ||
.Package(url: "https://github.com/Swinject/Swinject.git", majorVersion: 2), | ||
.Package(url: "https://github.com/Quick/Quick", majorVersion: 1), | ||
.Package(url: "https://github.com/Quick/Nimble", majorVersion: 5, minor: 1), | ||
] | ||
) |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0.1 |
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,14 +1,40 @@ | ||
# references: | ||
# * http://www.objc.io/issue-6/travis-ci.html | ||
# * https://github.com/supermarin/xcpretty#usage | ||
|
||
osx_image: xcode7.3 | ||
language: objective-c | ||
# cache: cocoapods | ||
# podfile: Example/Podfile | ||
# before_install: | ||
# - gem install cocoapods # Since Travis is not always on latest version | ||
# - pod install --project-directory=Example | ||
osx_image: xcode8.1 | ||
env: | ||
global: | ||
- LC_CTYPE=en_US.UTF-8 | ||
- PROJECT=SwinjectAutoregistration.xcodeproj | ||
git: | ||
submodules: false | ||
matrix: | ||
include: | ||
- env: JOB="LINUX_SPM" | ||
os: linux | ||
language: generic | ||
sudo: required | ||
dist: trusty | ||
before_install: | ||
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" | ||
script: | ||
- mv .Package.test.swift Package.swift | ||
- swift build | ||
- swift test | ||
- env: JOB="POD_LINT" | ||
script: | ||
- pod repo update | ||
- pod lib lint | ||
- env: JOB="XCODE" DEST="OS=8.4,name=iPhone 5s" SCHEME="SwinjectAutoregistration-iOS" SDK="iphonesimulator" ACTION="test" | ||
- env: JOB="XCODE" DEST="OS=9.3,name=iPhone 6" SCHEME="SwinjectAutoregistration-iOS" SDK="iphonesimulator" ACTION="test" | ||
- env: JOB="XCODE" DEST="OS=10.1,name=iPhone 7 Plus" SCHEME="SwinjectAutoregistration-iOS" SDK="iphonesimulator" ACTION="test" | ||
- env: JOB="XCODE" DEST="arch=x86_64" SCHEME="SwinjectAutoregistration-OSX" SDK="macosx" ACTION="test" | ||
- env: JOB="XCODE" DEST="OS=9.2,name=Apple TV 1080p" SCHEME="SwinjectAutoregistration-tvOS" SDK="appletvsimulator" ACTION="test" | ||
- env: JOB="XCODE" DEST="OS=10.0,name=Apple TV 1080p" SCHEME="SwinjectAutoregistration-tvOS" SDK="appletvsimulator" ACTION="test" | ||
- env: JOB="XCODE" DEST="OS=2.2,name=Apple Watch - 42mm" SCHEME="SwinjectAutoregistration-watchOS" SDK="watchsimulator" ACTION="build" | ||
- env: JOB="XCODE" DEST="OS=3.1,name=Apple Watch - 42mm" SCHEME="SwinjectAutoregistration-watchOS" SDK="watchsimulator" ACTION="build" | ||
script: | ||
- set -o pipefail && xcodebuild test -workspace Example/ACKSwinject.xcworkspace -scheme ACKSwinject-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty | ||
- pod lib lint | ||
- set -o pipefail | ||
- open -b com.apple.iphonesimulator # Workaround https://github.com/travis-ci/travis-ci/issues/3040 | ||
- xcodebuild "$ACTION" -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DEST" -configuration Release ENABLE_TESTABILITY=YES | xcpretty | ||
notifications: | ||
email: | ||
on_success: never |
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 +1 @@ | ||
github "Swinject/Swinject" "2.0.0-beta.2" | ||
github "Swinject/Swinject" "2.0.0" |
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,4 +1,4 @@ | ||
github "Quick/Nimble" "v5.0.0" | ||
github "Quick/Nimble" "v5.1.0" | ||
github "Quick/Quick" "v0.10.0" | ||
github "Swinject/Swinject" "2.0.0-beta.2" | ||
github "Swinject/Swinject" "2.0.0" | ||
github "jspahrsummers/xcconfigs" "0.10" |
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,5 +1,7 @@ | ||
.DS_Store | ||
xcuserdata/ | ||
**/xcuserdata/* | ||
**/*.xccheckout | ||
**/*.xcscmblueprint | ||
build/ | ||
.idea | ||
DerivedData/ | ||
|
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
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
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,4 +1,4 @@ | ||
# A sample Gemfile | ||
source "https://rubygems.org" | ||
|
||
gem 'cocoapods' | ||
gem 'cocoapods', '1.1.0.rc.3' |
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,67 +1,69 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (4.2.6) | ||
activesupport (4.2.7.1) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
claide (1.0.0) | ||
cocoapods (1.0.1) | ||
activesupport (>= 4.0.2) | ||
claide (>= 1.0.0, < 2.0) | ||
cocoapods-core (= 1.0.1) | ||
cocoapods-deintegrate (>= 1.0.0, < 2.0) | ||
cocoapods-downloader (>= 1.0.0, < 2.0) | ||
claide (1.0.1) | ||
cocoapods (1.1.0.rc.3) | ||
activesupport (>= 4.0.2, < 5) | ||
claide (>= 1.0.1, < 2.0) | ||
cocoapods-core (= 1.1.0.rc.3) | ||
cocoapods-deintegrate (>= 1.0.1, < 2.0) | ||
cocoapods-downloader (>= 1.1.1, < 2.0) | ||
cocoapods-plugins (>= 1.0.0, < 2.0) | ||
cocoapods-search (>= 1.0.0, < 2.0) | ||
cocoapods-stats (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (>= 1.0.0, < 2.0) | ||
cocoapods-try (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (= 1.1.0.beta.1) | ||
cocoapods-try (>= 1.1.0, < 2.0) | ||
colored (~> 1.2) | ||
escape (~> 0.0.4) | ||
fourflusher (~> 0.3.0) | ||
molinillo (~> 0.4.5) | ||
fourflusher (~> 2.0) | ||
gh_inspector (~> 1.0) | ||
molinillo (~> 0.5.1) | ||
nap (~> 1.0) | ||
xcodeproj (>= 1.1.0, < 2.0) | ||
cocoapods-core (1.0.1) | ||
activesupport (>= 4.0.2) | ||
xcodeproj (>= 1.3.2, < 2.0) | ||
cocoapods-core (1.1.0.rc.3) | ||
activesupport (>= 4.0.2, < 5) | ||
fuzzy_match (~> 2.0.4) | ||
nap (~> 1.0) | ||
cocoapods-deintegrate (1.0.0) | ||
cocoapods-downloader (1.0.1) | ||
cocoapods-deintegrate (1.0.1) | ||
cocoapods-downloader (1.1.1) | ||
cocoapods-plugins (1.0.0) | ||
nap | ||
cocoapods-search (1.0.0) | ||
cocoapods-stats (1.0.0) | ||
cocoapods-trunk (1.0.0) | ||
cocoapods-trunk (1.1.0.beta.1) | ||
nap (>= 0.8, < 2.0) | ||
netrc (= 0.7.8) | ||
cocoapods-try (1.0.0) | ||
cocoapods-try (1.1.0) | ||
colored (1.2) | ||
escape (0.0.4) | ||
fourflusher (0.3.2) | ||
fourflusher (2.0.1) | ||
fuzzy_match (2.0.4) | ||
gh_inspector (1.0.2) | ||
i18n (0.7.0) | ||
json (1.8.3) | ||
minitest (5.9.0) | ||
molinillo (0.4.5) | ||
minitest (5.9.1) | ||
molinillo (0.5.1) | ||
nap (1.1.0) | ||
netrc (0.7.8) | ||
thread_safe (0.3.5) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
xcodeproj (1.1.0) | ||
xcodeproj (1.3.2) | ||
activesupport (>= 3) | ||
claide (>= 1.0.0, < 2.0) | ||
claide (>= 1.0.1, < 2.0) | ||
colored (~> 1.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
cocoapods | ||
cocoapods (= 1.1.0.rc.3) | ||
|
||
BUNDLED WITH | ||
1.12.3 | ||
1.13.1 |
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
Oops, something went wrong.