Skip to content

Commit

Permalink
[Spec Integration] Update install_local_source for 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Feb 13, 2013
1 parent 7af2494 commit 31f20b4
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 17 deletions.
7 changes: 3 additions & 4 deletions spec/integration/install_local_source/after/Podfile.lock
@@ -1,9 +1,8 @@

PODS:
- Reachability (3.1.0)
- Reachability (3.1.0)

DEPENDENCIES:
- Reachability (from `Reachability')
- Reachability (from `Reachability`)

EXTERNAL SOURCES:
Reachability:
Expand All @@ -12,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe

COCOAPODS: 0.16.2
COCOAPODS: 0.17.0.alpha
14 changes: 14 additions & 0 deletions spec/integration/install_local_source/after/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions spec/integration/install_local_source/after/Pods/Pods-dummy.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 26 additions & 12 deletions spec/integration/install_local_source/after/execution_output.txt
@@ -1,25 +1,39 @@
$ 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)
- Reachability (from `Reachability')
- Reachability (from `Reachability`)

Comparing resolved specification to the sandbox manifest:
A Reachability

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
- Generating project
- Adding source files to Pods project
- Adding resources to Pods project
- Installing targets
- Generating xcconfig file at `./Pods/Pods.xcconfig'
- Generating prefix header at `./Pods/Pods-prefix.pch'
- Generating copy resources script at `./Pods/Pods-resources.sh'
- Installing target `Pods` iOS 4.3
- Adding Build files
- 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
- Writing Xcode project file to `./Pods/Pods.xcodeproj'
- Writing lockfile in `./Podfile.lock'
- Writing Xcode project file to `Pods/Pods.xcodeproj`
- 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`.

0 comments on commit 31f20b4

Please sign in to comment.