Skip to content

Commit f254c83

Browse files
committed
Remove cocoapods-binary
This was added in f1993e7 to support ZXing, but ZXing was removed in 8d15ab6 & 430d7e9, so this is no longer used.
1 parent 9fc6384 commit f254c83

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ source 'https://rubygems.org'
33
gem 'cocoapods'
44
gem 'fastlane'
55
gem 'anbt-sql-formatter'
6-
# The current head of cocoapods-binary drops acknowledgements
76
gem 'xcode-install'
8-
gem 'cocoapods-binary', git: 'https://github.com/signalapp/cocoapods-binary.git'

Gemfile.lock

-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/signalapp/cocoapods-binary.git
3-
revision: b48a32c5622c766f70d2b3e55dc0763a512e53c0
4-
specs:
5-
cocoapods-binary (0.4.4)
6-
cocoapods (>= 1.5.0, < 2.0)
7-
fourflusher (~> 2.0)
8-
xcpretty (~> 0.3.0)
9-
101
GEM
112
remote: https://rubygems.org/
123
specs:
@@ -292,7 +283,6 @@ PLATFORMS
292283
DEPENDENCIES
293284
anbt-sql-formatter
294285
cocoapods
295-
cocoapods-binary!
296286
fastlane
297287
xcode-install
298288

Podfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
platform :ios, '12.2'
2-
plugin 'cocoapods-binary'
32

43
use_frameworks!
54

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,6 @@ SPEC CHECKSUMS:
286286
SwiftProtobuf: 3320217e9d8fb75f36b40282e78c482640fd75dd
287287
YYImage: f1ddd15ac032a58b78bbed1e012b50302d318331
288288

289-
PODFILE CHECKSUM: 906027fb1ff6c4771d482ab23d2e35ab2eee46ef
289+
PODFILE CHECKSUM: 631ef4bde40fb886eb58266bbe7d0bf2562ec8e5
290290

291291
COCOAPODS: 1.11.3

Pods

0 commit comments

Comments
 (0)