Commit 61f905ad authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs Integration] Updated install_add_pod test

parent 7eec30aa
PODS: PODS:
- JSONKit (1.5pre) - JSONKit (1.5pre)
- Reachability (3.1.0) - Reachability (3.1.0)
DEPENDENCIES: DEPENDENCIES:
- JSONKit (= 1.5pre) - JSONKit (= 1.5pre)
- Reachability (= 3.1.0) - Reachability (= 3.1.0)
SPEC CHECKSUMS: SPEC CHECKSUMS:
JSONKit: 3d4708953ea7ae399a49777372d8b060a43ddd27 JSONKit: 3d4708953ea7ae399a49777372d8b060a43ddd27
Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb
COCOAPODS: 0.16.2 COCOAPODS: 0.17.0.alpha
PODS:
- JSONKit (1.5pre)
- Reachability (3.1.0)
DEPENDENCIES:
- JSONKit (= 1.5pre)
- Reachability (= 3.1.0)
SPEC CHECKSUMS:
JSONKit: 3d4708953ea7ae399a49777372d8b060a43ddd27
Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb
COCOAPODS: 0.17.0.alpha
@interface PodsDummy_Pods : NSObject
@end
@implementation PodsDummy_Pods
@end
// WARNING: This feature of CocoaPods is present for discussion purposes and might be discontinued or changed in future
#define __COCOA_PODS
#define __POD_JSONKit
#define __POD_Reachability
#ifdef __OBJC__ #ifdef __OBJC__
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#endif #endif
#import "Pods-header.h"
<?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:Pods/Pods.xcodeproj'/><FileRef location='group:SampleApp.xcodeproj'/></Workspace> <?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:SampleApp.xcodeproj'/><FileRef location='group:Pods/Pods.xcodeproj'/></Workspace>
\ No newline at end of file \ No newline at end of file
$ pod install --no-update --no-doc --verbose --no-color $ pod install --no-update --no-doc --verbose --no-color
Resolving dependencies of `./Podfile' Finding Podfile changes:
Finding added, modified or removed dependencies:
A JSONKit A JSONKit
- Reachability - Reachability
Resolving dependencies of `Podfile`
Resolving dependencies for target `default' (iOS 6.0) Resolving dependencies for target `default' (iOS 6.0)
- Reachability (= 3.1.0) - Reachability (= 3.1.0)
- JSONKit (= 1.5pre) - JSONKit (= 1.5pre)
Comparing resolved specification to the sandbox manifest:
A JSONKit
- Reachability
Downloading dependencies Downloading dependencies
-> Installing JSONKit (1.5pre) -> Installing JSONKit (1.5pre)
$ /usr/bin/git config core.bare > GitHub download
true $ /usr/bin/git config core.bare
> Cloning git repo true
$ /usr/bin/git config core.bare
true
$ /usr/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce $ /usr/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder > Cloning to Pods folder
$ /usr/bin/git clone "CACHES_DIR/Git/de3e1c97c03ac13b29e7533beea2d2131589900f" $ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_add_pod/Pods/JSONKit"
"ROOT/tmp/Pods/JSONKit" Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
Cloning into 'ROOT/tmp/Pods/JSONKit'... done.
done. $ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce Switched to a new branch 'activated-pod-commit'
-> Using Reachability (3.1.0) -> Using Reachability (3.1.0)
Generating support files Generating Pods Project
- Creating Pods project
- Running pre install hooks - Running pre install hooks
- Generating project - Adding source files to Pods project
- Adding resources to Pods project
- Installing targets - Installing targets
- Generating xcconfig file at `./Pods/Pods.xcconfig' - Installing target `Pods` iOS 6.0
- Generating prefix header at `./Pods/Pods-prefix.pch' - Adding Build files
- Generating copy resources script at `./Pods/Pods-resources.sh' - Linking headers
- Generating xcconfig file at `Pods/Pods.xcconfig`
- Generating target header at `Pods/Pods-header.h`
- Generating prefix header at `Pods/Pods-prefix.pch`
- Generating copy resources script at `Pods/Pods-resources.sh`
- Generating acknowledgements at `Pods/Pods-acknowledgements.plist`
- Generating acknowledgements at `Pods/Pods-acknowledgements.markdown`
- Generating dummy source file at `Pods/Pods-dummy.m`
- Running post install hooks - Running post install hooks
- Writing Xcode project file to `./Pods/Pods.xcodeproj' - Writing Xcode project file to `Pods/Pods.xcodeproj`
- Writing lockfile in `./Podfile.lock' - Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
Integrating client projects
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment