Commit 31f20b46 authored by Fabio Pelosin's avatar Fabio Pelosin

[Spec Integration] Update install_local_source for 0.17

parent 7af2494e
PODS: PODS:
- Reachability (3.1.0) - Reachability (3.1.0)
DEPENDENCIES: DEPENDENCIES:
- Reachability (from `Reachability') - Reachability (from `Reachability`)
EXTERNAL SOURCES: EXTERNAL SOURCES:
Reachability: Reachability:
...@@ -12,4 +11,4 @@ EXTERNAL SOURCES: ...@@ -12,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
COCOAPODS: 0.16.2 COCOAPODS: 0.17.0.alpha
PODS:
- Reachability (3.1.0)
DEPENDENCIES:
- Reachability (from `Reachability`)
EXTERNAL SOURCES:
Reachability:
:local: Reachability
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
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_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' Resolving dependencies of `Podfile`
Resolving dependencies for target `default' (iOS 4.3) Resolving dependencies for target `default' (iOS 4.3)
- Reachability (from `Reachability') - Reachability (from `Reachability`)
Comparing resolved specification to the sandbox manifest:
A Reachability
Downloading dependencies Downloading dependencies
-> Installing Reachability (3.1.0) [LOCAL] -> Installing 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 4.3
- 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`
[!] From now on use `SampleApp.xcworkspace'. Integrating client projects
Integrating `libPods.a' into target `iOS App' of Xcode project `./SampleApp.xcodeproj'. [!] From now on use `SampleApp.xcworkspace'.
Integrating `libPods.a` into target `iOS App` of project `SampleApp.xcodeproj`.
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