Skip to content

Instantly share code, notes, and snippets.

@cvasilak
Created January 8, 2013 12:00
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 cvasilak/4483236 to your computer and use it in GitHub Desktop.
Save cvasilak/4483236 to your computer and use it in GitHub Desktop.
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