Skip to content

Commit

Permalink
Fix readlink from cocoapods-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Jan 2, 2020
1 parent 5226adb commit 77b0654
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -3,4 +3,7 @@ source 'https://rubygems.org'
gem 'cocoapods'
gem 'fastlane'
gem 'anbt-sql-formatter'
gem 'cocoapods-binary'
# The current head of cocoapods-binary doesn't support schemes with spaces in them.
# There is an open PR addressing this issue, but for now we use our fork that fixes
# this is when archiving for App Store Release.
gem 'cocoapods-binary', git: 'https://github.com/signalapp/cocoapods-binary.git', branch: 'nt/fix-readlink'
15 changes: 11 additions & 4 deletions Gemfile.lock
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/signalapp/cocoapods-binary.git
revision: 0abc38a2cfd8810e3c5492d5ec4463a486a8497a
branch: nt/fix-readlink
specs:
cocoapods-binary (0.4.4)
cocoapods (>= 1.5.0, < 2.0)
fourflusher (~> 2.0)
xcpretty (~> 0.3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -32,9 +42,6 @@ GEM
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.10.0, < 2.0)
cocoapods-binary (0.4.1)
cocoapods (>= 1.5.0, < 2.0)
fourflusher (~> 2.0)
cocoapods-core (1.7.5)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
Expand Down Expand Up @@ -211,7 +218,7 @@ PLATFORMS
DEPENDENCIES
anbt-sql-formatter
cocoapods
cocoapods-binary
cocoapods-binary!
fastlane

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion Pods
Submodule Pods updated from 7b84ad to 2411a4

0 comments on commit 77b0654

Please sign in to comment.