CocoaPods trunk read-only plan
blog.cocoapods.org
CocoaPods trunk read-only plan
1–10 of 116 posts
Re: CocoaPods trunk read-only plan
#2Such a big piece of history and a de facto standard for managing dependencies for Apple platforms for years.
Big "thank you" to all maintainers for your great job! And respect that you recognise moment when ecosystem changed and have courage to deprecate library instead of maintaining it forever - to leave place for migrating to new, superior solutions
Re: CocoaPods trunk read-only plan
#3End of an era.
Re: CocoaPods trunk read-only plan
#4End of an era.
Was it a good era?
Re: CocoaPods trunk read-only plan
#5Thoroughly enjoyed while it lasted! Thank you maintainers.
Re: CocoaPods trunk read-only plan
#6Isnt this a old news? I'm thinking of Swift Package manager for all the stuff new.
Re: CocoaPods trunk read-only plan
#7Re: CocoaPods trunk read-only plan
#8This is really sad, because the replacement, Swift Package Manager, is really crap: it lacks some useful features (an "outdated" command, meaningful commandline output, ...), is buggy as hell in xcode (most of the time xcode just crashes when you add/removed a dependency, error messages while getting a repository are not understandable and even often not visible entirely, many repositories have some old Package.swift that current developer tools won't read, ...), and worst of all, it stores the full repositories of all the dependencies with their full history on your machine and downloads them every time when you do CI properly, which often means GBs of data.
Re: CocoaPods trunk read-only plan
#9Re: CocoaPods trunk read-only plan
#10Doesn't React Native depend on this very heavily for iOS?