Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
b97b6d50
Commit
b97b6d50
authored
Apr 03, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Update Lockfiles
parent
fd46003b
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
38 additions
and
29 deletions
+38
-29
Podfile.lock
spec/integration/install_add_pod/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/install_add_pod/after/Pods/Manifest.lock
+1
-1
execution_output.txt
spec/integration/install_add_pod/after/execution_output.txt
+1
-2
Podfile.lock
spec/integration/install_custom_workspace/after/Podfile.lock
+1
-1
Manifest.lock
...gration/install_custom_workspace/after/Pods/Manifest.lock
+11
-0
Podfile.lock
spec/integration/install_external_source/after/Podfile.lock
+1
-1
Manifest.lock
...egration/install_external_source/after/Pods/Manifest.lock
+1
-1
execution_output.txt
...ration/install_external_source/after/execution_output.txt
+2
-2
Podfile.lock
spec/integration/install_local_source/after/Podfile.lock
+1
-1
Manifest.lock
...integration/install_local_source/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/install_multiple_targets/after/Podfile.lock
+1
-1
Manifest.lock
...gration/install_multiple_targets/after/Pods/Manifest.lock
+1
-1
execution_output.txt
...ation/install_multiple_targets/after/execution_output.txt
+1
-2
Podfile.lock
spec/integration/install_new/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/install_new/after/Pods/Manifest.lock
+1
-1
Podfile.lock
.../integration/install_podfile_callbacks/after/Podfile.lock
+1
-1
Manifest.lock
...ration/install_podfile_callbacks/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/install_podspec/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/install_podspec/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/install_remove_pod/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/install_remove_pod/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/install_spec_callbacks/after/Podfile.lock
+1
-1
Manifest.lock
...tegration/install_spec_callbacks/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/install_subspecs/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/install_subspecs/after/Pods/Manifest.lock
+1
-1
Podfile.lock
spec/integration/update/after/Podfile.lock
+1
-1
Manifest.lock
spec/integration/update/after/Pods/Manifest.lock
+1
-1
No files found.
spec/integration/install_add_pod/after/Podfile.lock
View file @
b97b6d50
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_add_pod/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_add_pod/after/execution_output.txt
View file @
b97b6d50
...
@@ -25,8 +25,7 @@ Downloading dependencies
...
@@ -25,8 +25,7 @@ Downloading dependencies
$ /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/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f"
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_add_pod/Pods/JSONKit"
"ROOT/tmp/install_add_pod/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
done.
done.
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
...
...
spec/integration/install_custom_workspace/after/Podfile.lock
View file @
b97b6d50
...
@@ -8,4 +8,4 @@ DEPENDENCIES:
...
@@ -8,4 +8,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_custom_workspace/after/Pods/Manifest.lock
0 → 100644
View file @
b97b6d50
PODS:
- Reachability (3.1.0)
DEPENDENCIES:
- Reachability
- Reachability (= 3.1.0)
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.2
spec/integration/install_external_source/after/Podfile.lock
View file @
b97b6d50
...
@@ -15,4 +15,4 @@ EXTERNAL SOURCES:
...
@@ -15,4 +15,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_external_source/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -15,4 +15,4 @@ EXTERNAL SOURCES:
...
@@ -15,4 +15,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_external_source/after/execution_output.txt
View file @
b97b6d50
...
@@ -11,8 +11,8 @@ Fetching external sources
...
@@ -11,8 +11,8 @@ Fetching external sources
Resolving dependencies of `Podfile`
Resolving dependencies of `Podfile`
Resolving dependencies for target `Pods' (iOS 4.3)
Resolving dependencies for target `Pods' (iOS 4.3)
- PodTest (from `PodTest-hg-source`)
- PodTest (from `PodTest-hg-source`)
- PodTest/subspec_1
(= 1.0)
- PodTest/subspec_1
- PodTest/subspec_2
(= 1.0)
- PodTest/subspec_2
Comparing resolved specification to the sandbox manifest
Comparing resolved specification to the sandbox manifest
A PodTest
A PodTest
...
...
spec/integration/install_local_source/after/Podfile.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_local_source/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_multiple_targets/after/Podfile.lock
View file @
b97b6d50
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_multiple_targets/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
...
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_multiple_targets/after/execution_output.txt
View file @
b97b6d50
...
@@ -25,8 +25,7 @@ Downloading dependencies
...
@@ -25,8 +25,7 @@ Downloading dependencies
$ /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/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f"
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_multiple_targets/Pods/JSONKit"
"ROOT/tmp/install_multiple_targets/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
done.
done.
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
...
...
spec/integration/install_new/after/Podfile.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_new/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_podfile_callbacks/after/Podfile.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_podfile_callbacks/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_podspec/after/Podfile.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_podspec/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
Reachability: b14c20321fa00f7f4600d8c9856fc57e71ef2ffe
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_remove_pod/after/Podfile.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_remove_pod/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_spec_callbacks/after/Podfile.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: c1e48cc25f8e7cba878c83ad1981d334ef325522
Reachability: c1e48cc25f8e7cba878c83ad1981d334ef325522
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_spec_callbacks/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
...
@@ -11,4 +11,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: c1e48cc25f8e7cba878c83ad1981d334ef325522
Reachability: c1e48cc25f8e7cba878c83ad1981d334ef325522
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_subspecs/after/Podfile.lock
View file @
b97b6d50
...
@@ -13,4 +13,4 @@ EXTERNAL SOURCES:
...
@@ -13,4 +13,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/install_subspecs/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -13,4 +13,4 @@ EXTERNAL SOURCES:
...
@@ -13,4 +13,4 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/update/after/Podfile.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
spec/integration/update/after/Pods/Manifest.lock
View file @
b97b6d50
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
...
@@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.
1
COCOAPODS: 0.17.
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment