Created
January 8, 2013 12:00
-
-
Save cvasilak/4483236 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
xcodeproj 'AeroGear-iOS-Integration.xcodeproj' | |
platform :ios | |
pod 'AeroGear', :podspec => 'https://raw.github.com/aerogear/aerogear-ios/master/AeroGear.podspec' | |
target 'AeroGear-iOS-IntegrationTests', :exclusive => true do | |
pod 'Kiwi' | |
end | |
---------------- | |
> Installing AeroGear (1.0.0.M2) | |
> Creating cache git repo (/Users/cvasilak/Library/Caches/CocoaPods/Git/3a36d9813a36a61722dd5ec03c1fefed2afb87e4) | |
$ /usr/bin/git clone --mirror "https://github.com/aerogear/aerogear-ios.git" "/Users/cvasilak/Library/Caches/CocoaPods/Git/3a36d9813a36a61722dd5ec03c1fefed2afb87e4" | |
Cloning into bare repository '/Users/cvasilak/Library/Caches/CocoaPods/Git/3a36d9813a36a61722dd5ec03c1fefed2afb87e4'... | |
> Cloning git repo | |
$ /usr/bin/git rev-list --max-count=1 1.0.0.M2 | |
dea9c5d2d045863170bdce203a168bf338604877 | |
$ /usr/bin/git init | |
Initialized empty Git repository in /Users/cvasilak/Projects/JBoss/AeroGear/cvasilak/aerogear-ios-integration/AeroGear-iOS-Integration/Pods/AeroGear/.git/ | |
$ /usr/bin/git remote add origin '/Users/cvasilak/Library/Caches/CocoaPods/Git/3a36d9813a36a61722dd5ec03c1fefed2afb87e4' | |
$ /usr/bin/git fetch origin tags/1.0.0.M2 | |
From /Users/cvasilak/Library/Caches/CocoaPods/Git/3a36d9813a36a61722dd5ec03c1fefed2afb87e4 | |
* tag 1.0.0.M2 -> FETCH_HEAD | |
$ /usr/bin/git reset --hard FETCH_HEAD | |
HEAD is now at dea9c5d Adding AGFilterConfig to the library header | |
$ /usr/bin/git checkout -b activated-pod-commit | |
Switched to a new branch 'activated-pod-commit' | |
> Using existing documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment