Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 28fd97a

Browse files
committed
Update CocoaPods to the 1.7 series for Xcode 11
1 parent cb877e1 commit 28fd97a

File tree

4 files changed

+14
-18
lines changed

4 files changed

+14
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org' do
2-
gem 'cocoapods', '1.6.1'
2+
gem 'cocoapods', '~>1.7.0'
33
gem 'cocoapods-repo-update'
44
end

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
atomos (0.1.3)
11-
claide (1.0.2)
12-
cocoapods (1.6.1)
11+
claide (1.0.3)
12+
cocoapods (1.7.5)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.6.1)
16-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
15+
cocoapods-core (= 1.7.5)
16+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1717
cocoapods-downloader (>= 1.2.2, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
1919
cocoapods-search (>= 1.0.0, < 2.0)
@@ -22,13 +22,13 @@ GEM
2222
cocoapods-try (>= 1.1.0, < 2.0)
2323
colored2 (~> 3.1)
2424
escape (~> 0.0.4)
25-
fourflusher (>= 2.2.0, < 3.0)
25+
fourflusher (>= 2.3.0, < 3.0)
2626
gh_inspector (~> 1.0)
2727
molinillo (~> 0.6.6)
2828
nap (~> 1.0)
2929
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.8.1, < 2.0)
31-
cocoapods-core (1.6.1)
30+
xcodeproj (>= 1.10.0, < 2.0)
31+
cocoapods-core (1.7.5)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
@@ -40,14 +40,14 @@ GEM
4040
cocoapods (~> 1.0, >= 1.3.0)
4141
cocoapods-search (1.0.0)
4242
cocoapods-stats (1.1.0)
43-
cocoapods-trunk (1.3.1)
43+
cocoapods-trunk (1.4.0)
4444
nap (>= 0.8, < 2.0)
4545
netrc (~> 0.11)
4646
cocoapods-try (1.1.0)
4747
colored2 (3.1.2)
4848
concurrent-ruby (1.1.5)
4949
escape (0.0.4)
50-
fourflusher (2.2.0)
50+
fourflusher (2.3.1)
5151
fuzzy_match (2.0.4)
5252
gh_inspector (1.1.3)
5353
i18n (0.9.5)
@@ -61,7 +61,7 @@ GEM
6161
thread_safe (0.3.6)
6262
tzinfo (1.2.5)
6363
thread_safe (~> 0.1)
64-
xcodeproj (1.8.2)
64+
xcodeproj (1.12.0)
6565
CFPropertyList (>= 2.3.3, < 4.0)
6666
atomos (~> 0.1.3)
6767
claide (>= 1.0.2, < 2.0)
@@ -72,7 +72,7 @@ PLATFORMS
7272
ruby
7373

7474
DEPENDENCIES
75-
cocoapods (= 1.6.1)!
75+
cocoapods (~> 1.7.0)!
7676
cocoapods-repo-update!
7777

7878
BUNDLED WITH

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ SPEC CHECKSUMS:
124124

125125
PODFILE CHECKSUM: 066779a8741fbd6f8205a5d3469e19c8c80682b7
126126

127-
COCOAPODS: 1.6.1
127+
COCOAPODS: 1.7.5

WordPressAuthenticator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -715,15 +715,11 @@
715715
buildActionMask = 2147483647;
716716
files = (
717717
);
718-
inputFileListPaths = (
719-
);
720718
inputPaths = (
721719
"${PODS_ROOT}/Target Support Files/Pods-WordPressAuthenticatorTests/Pods-WordPressAuthenticatorTests-resources.sh",
722720
"${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle",
723721
);
724722
name = "[CP] Copy Pods Resources";
725-
outputFileListPaths = (
726-
);
727723
outputPaths = (
728724
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleSignIn.bundle",
729725
);

0 commit comments

Comments
 (0)