Skip to content

Commit 374d99d

Browse files
committed
Use cocoapods with watchOS fix
1 parent f312ab4 commit 374d99d

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'cocoapods'
3+
gem 'cocoapods', :git => 'https://github.com/jberkel/CocoaPods.git', branch: 'watchos-fourflusher'

Gemfile.lock

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
GIT
2+
remote: https://github.com/jberkel/CocoaPods.git
3+
revision: 899f273f298ea20de2378687ea55331004b39371
4+
branch: watchos-fourflusher
5+
specs:
6+
cocoapods (1.16.2)
7+
addressable (~> 2.8)
8+
claide (>= 1.0.2, < 2.0)
9+
cocoapods-core (= 1.16.2)
10+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
11+
cocoapods-downloader (>= 2.1, < 3.0)
12+
cocoapods-plugins (>= 1.0.0, < 2.0)
13+
cocoapods-search (>= 1.0.0, < 2.0)
14+
cocoapods-trunk (>= 1.6.0, < 2.0)
15+
cocoapods-try (>= 1.1.0, < 2.0)
16+
colored2 (~> 3.1)
17+
escape (~> 0.0.4)
18+
fourflusher (>= 2.3.0, < 3.0)
19+
gh_inspector (~> 1.0)
20+
molinillo (~> 0.8.0)
21+
nap (~> 1.0)
22+
ruby-macho (~> 4.1.0)
23+
xcodeproj (>= 1.27.0, < 2.0)
24+
125
GEM
226
remote: https://rubygems.org/
327
specs:
@@ -27,24 +51,6 @@ GEM
2751
benchmark (0.4.0)
2852
bigdecimal (3.1.9)
2953
claide (1.1.0)
30-
cocoapods (1.16.2)
31-
addressable (~> 2.8)
32-
claide (>= 1.0.2, < 2.0)
33-
cocoapods-core (= 1.16.2)
34-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
35-
cocoapods-downloader (>= 2.1, < 3.0)
36-
cocoapods-plugins (>= 1.0.0, < 2.0)
37-
cocoapods-search (>= 1.0.0, < 2.0)
38-
cocoapods-trunk (>= 1.6.0, < 2.0)
39-
cocoapods-try (>= 1.1.0, < 2.0)
40-
colored2 (~> 3.1)
41-
escape (~> 0.0.4)
42-
fourflusher (>= 2.3.0, < 3.0)
43-
gh_inspector (~> 1.0)
44-
molinillo (~> 0.8.0)
45-
nap (~> 1.0)
46-
ruby-macho (>= 2.3.0, < 3.0)
47-
xcodeproj (>= 1.27.0, < 2.0)
4854
cocoapods-core (1.16.2)
4955
activesupport (>= 5.0, < 8)
5056
addressable (~> 2.8)
@@ -91,7 +97,7 @@ GEM
9197
nkf (0.2.0)
9298
public_suffix (4.0.7)
9399
rexml (3.4.1)
94-
ruby-macho (2.5.1)
100+
ruby-macho (4.1.0)
95101
securerandom (0.4.1)
96102
typhoeus (1.4.1)
97103
ethon (>= 0.9.0)
@@ -110,7 +116,7 @@ PLATFORMS
110116
ruby
111117

112118
DEPENDENCIES
113-
cocoapods
119+
cocoapods!
114120

115121
BUNDLED WITH
116122
2.6.9

0 commit comments

Comments
 (0)