Skip to content

Instantly share code, notes, and snippets.

@delba
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delba/138e0ce9be224f6c3229 to your computer and use it in GitHub Desktop.
Save delba/138e0ce9be224f6c3229 to your computer and use it in GitHub Desktop.
Tribe$ cat Cartfile
github "realm/realm-cocoa" == 0.92.3
github "SwiftyJSON/SwiftyJSON" >= 2.1.2
github "Alamofire/Alamofire" >= 1.2
github "onevcat/Kingfisher" >= 1.1.1
github "ankurp/Dollar.swift" >= 3.0.0
github "SnapKit/SnapKit" >= 0.11.0
Tribe$ carthage update
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
*** Checking out Dollar.swift at "3.0.0"
*** Downloading realm-cocoa at "v0.92.3"
*** Checking out SnapKit at "0.11.0"
*** Checking out SwiftyJSON at "2.2.0"
*** Checking out Kingfisher at "1.4.1"
*** xcodebuild output can be found in /var/folders/mx/fp8pt8q17y19qwnxxzs51kt40000gn/T/carthage-xcodebuild.2uA4tj.log
^C
Tribe$ carthage update --verbose
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
^C
Tribe$ carthage update --verbose
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
^C
Tribe$ carthage update
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
*** Checking out SnapKit at "0.11.0"
*** Checking out Dollar.swift at "3.0.0"
*** Checking out SwiftyJSON at "2.2.0"
*** Downloading realm-cocoa at "v0.92.3"
*** Checking out Kingfisher at "1.4.1"
^C
Tribe$ carthage update
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
*** Checking out Dollar.swift at "3.0.0"
*** Checking out SnapKit at "0.11.0"
*** Downloading realm-cocoa at "v0.92.3"
*** Checking out SwiftyJSON at "2.2.0"
*** Checking out Kingfisher at "1.4.1"
*** xcodebuild output can be found in /var/folders/mx/fp8pt8q17y19qwnxxzs51kt40000gn/T/carthage-xcodebuild.lGffLR.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Alamofire OSX" in Alamofire.xcworkspace
*** Building scheme "Cent" in Dollar.xcworkspace
^C
Tribe$ carthage update
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Dollar.swift at "3.0.0"
*** Checking out SnapKit at "0.11.0"
^C
Tribe$ carthage update
*** Fetching SnapKit
*** Fetching Dollar.swift
*** Fetching Kingfisher
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Fetching realm-cocoa
*** Checking out Alamofire at "1.2.2"
*** Checking out SwiftyJSON at "2.2.0"
*** Checking out SnapKit at "0.11.0"
*** Checking out Kingfisher at "1.4.1"
*** Downloading realm-cocoa at "v0.92.3"
*** Checking out Dollar.swift at "3.0.0"
*** xcodebuild output can be found in /var/folders/mx/fp8pt8q17y19qwnxxzs51kt40000gn/T/carthage-xcodebuild.y4nzGR.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Alamofire OSX" in Alamofire.xcworkspace
*** Building scheme "Cent" in Dollar.xcworkspace
^C
Tribe$ carthage build
*** xcodebuild output can be found in /var/folders/mx/fp8pt8q17y19qwnxxzs51kt40000gn/T/carthage-xcodebuild.gwp6gJ.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Alamofire OSX" in Alamofire.xcworkspace
*** Building scheme "Cent" in Dollar.xcworkspace
*** Building scheme "Dollar" in Dollar.xcworkspace
*** Building scheme "Kingfisher" in Kingfisher.xcworkspace
*** Building scheme "SnapKit iOS" in SnapKit.xcworkspace
*** Building scheme "SnapKit OSX" in SnapKit.xcworkspace
*** Building scheme "SwiftyJSON iOS" in SwiftyJSON.xcworkspace
*** Building scheme "SwiftyJSON OSX" in SwiftyJSON.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment