cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

Here is maintaining fork

Open muukii opened this issue 3 years ago • 4 comments

⚠️ This is a temporaly forked repository. cocoapods-binary is not maintained now, because the owner of cocoapods-binary is currently busy. Although, this plugin brings us a bunch of advantages in working iOS app development. So I created this forked repo inorder to gather PRs to fix issues and merge into the original repository in the future.

Installation

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

Contribution

Please submit a PR to my forked repo from https://github.com/muukii/cocoapods-binary/pulls. I'll merge it. But I can't review well because I don't have much experience with Ruby. So I really need developers who can handle ruby code.

Related

https://github.com/leavez/cocoapods-binary/issues/130

Current Changelog

Number of PRs : 2

|tag|number of PRs|
|--|--:|




## Other (2)

- Fix for CocoaPods 1.10.0 [#2](https://github.com/muukii/cocoapods-binary/pull/2) by @muukii
- Fix issue with IRGen by @brendan-guegan-orange [#1](https://github.com/muukii/cocoapods-binary/pull/1) by @muukii        


---
<sub>
  Generated by <a href="https://github.com/muukii/chglog">chglog</a>
</sub>;


My memo

  • To update changelog
chglog changelog -l b22bd948a3168a323b1ffa61095468f2c91c1cee -r master --repo cocoapods-binary --owner muukii

muukii avatar Dec 06 '20 10:12 muukii

@muukli how do you install this?

this command

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

yields this result

ERROR:  While executing gem ... (Gem::CommandLineError)
    Unknown command cocoapods-binary,

mlostekk avatar Feb 01 '21 13:02 mlostekk

@mlostekk hm, I'm not sure how I fix this issue. Ruby version is not compatible?

muukii avatar Feb 01 '21 13:02 muukii

@muukli how do you install this?

this command

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

yields this result

ERROR:  While executing gem ... (Gem::CommandLineError)
    Unknown command cocoapods-binary,

that line is intended to be used with bundler. Make sure that you are not executing it directly on a terminal.

dkk avatar Aug 10 '21 12:08 dkk

Turns out, I'm working on here https://github.com/muukii/cocoapods-frost

muukii avatar Feb 01 '22 14:02 muukii