A summary of data about the Ruby ecosystem.

https://github.com/CocoaPods/cocoapods-deintegrate

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
https://github.com/CocoaPods/cocoapods-deintegrate

Keywords from Contributors

cocoapods dependency-manager mac objective-c apps deployment fastlane screenshots bitbucket ci

Last synced: about 3 hours ago
JSON representation

Repository metadata

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.

README.md

cocoapods-deintegrate

A CocoaPods plugin to remove and deintegrate CocoaPods from your project.
Removing all traces of CocoaPods from an Xcode project.

Installation

$ [sudo] gem install cocoapods-deintegrate

Usage

Running pod deintegrate will deintegrate your Xcode project from
CocoaPods. Before running you should ensure you have a backup of your project.

$ pod deintegrate
Deintegrating Palaver.xcodeproj
Deintegrating target Palaver
Deleted 1 'Copy Pods Resources' build phases.
Deleted 1 'Check Pods Manifest.lock' build phases.
Removing Pod libraries from build phase:
- libPods-Palaver.a
Deleting Pod file references from project
- libPods-Palaver.a
- libPods-PalaverTests.a
- Pods-Palaver.debug.xcconfig
- Pods-Palaver.release.xcconfig
- Pods-Palaver.ad hoc.xcconfig
- Pods-PalaverTests.debug.xcconfig
- Pods-PalaverTests.release.xcconfig
- Pods-PalaverTests.ad hoc.xcconfig
Deleted 1 `Pod` groups from project.
Deintegrating target PalaverTests
Deleted 1 'Copy Pods Resources' build phases.
Deleted 1 'Check Pods Manifest.lock' build phases.

Project has been deintegrated. No traces of CocoaPods left in project.
Note: The workspace referencing the Pods project still remains.

The only things that will remains are as follows:

  • Podfile, Podfile.lock
  • Workspace

Credits

This CocoaPods plugin was created by Kyle Fuller
(@kylefuller).

License

cocoapods-deintegrate is released under the MIT license. See LICENSE.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 15 hours ago

Total Commits: 74
Total Committers: 9
Avg Commits per committer: 8.222
Development Distribution Score (DDS): 0.676

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Samuel Giddins s****s@s****e 24
Dimitris Koutsogiorgas d****s@s****m 19
Kyle Fuller i****x@k****k 17
Danielle Tomlinson d****n@t****o 5
Muhammed Yavuz Nuzumlali m****z@g****m 3
Orta o****x@g****m 2
Brown-amazingness i****s@g****m 2
Nate West n****r@g****m 1
Dekel Barzilay d****v@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 19 days ago

Total issues: 23
Total pull requests: 20
Average time to close issues: 5 months
Average time to close pull requests: 5 days
Total issue authors: 22
Total pull request authors: 10
Average comments per issue: 3.61
Average comments per pull request: 2.0
Merged pull request: 18
Bot issues: 0
Bot pull requests: 1

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/CocoaPods/cocoapods-deintegrate

Top Issue Authors

  • kylef (2)
  • iby (1)
  • swaps2k1 (1)
  • AbhijitGite4Git (1)
  • vikram-rao (1)
  • segiddins (1)
  • danadelion (1)
  • dominicfreeston (1)
  • Isuru-Nanayakkara (1)
  • neonichu (1)
  • SEK-IOS (1)
  • OnTheFly64 (1)
  • armadsen (1)
  • ulukaya (1)
  • tcurdt (1)

Top Pull Request Authors

  • segiddins (6)
  • dnkoutso (5)
  • orta (2)
  • nwest (1)
  • dmead28 (1)
  • endocrimes (1)
  • dependabot[bot] (1)
  • dekelev (1)
  • Umar-M-Haroon (1)
  • manuyavuz (1)

Top Issue Labels

  • s1:awaiting input (3)
  • t2:defect (3)
  • s2:confirmed (1)
  • d1:easy (1)

Top Pull Request Labels

  • dependencies (1)

Dependencies

spec/fixtures/Project_1.0.0/Frameworks/Podfile cocoapods
  • QueryKit >= 0
  • Quick >= 0
spec/fixtures/Project_1.0.0/Frameworks/Podfile.lock cocoapods
  • QueryKit 0.9.1
  • Quick 0.2.2
spec/fixtures/Project_1.0.0/StaticLibraries/Podfile cocoapods
  • Expecta >= 0
spec/fixtures/Project_1.0.0/StaticLibraries/Podfile.lock cocoapods
  • Expecta 0.3.1
  • NSAttributedString+CCLFormat 1.0.1
spec/fixtures/Project_Post_1.0.1/Frameworks/Podfile cocoapods
  • QueryKit >= 0
  • Quick >= 0
spec/fixtures/Project_Post_1.0.1/Frameworks/Podfile.lock cocoapods
  • QueryKit 0.9.1
  • Quick 0.2.2
spec/fixtures/Project_Post_1.0.1/StaticLibraries/Podfile cocoapods
  • Expecta >= 0
spec/fixtures/Project_Post_1.0.1/StaticLibraries/Podfile.lock cocoapods
  • Expecta 0.3.1
  • NSAttributedString+CCLFormat 1.0.1
spec/fixtures/Project_Pre_1.0.0/Frameworks/Podfile cocoapods
  • QueryKit >= 0
  • Quick >= 0
spec/fixtures/Project_Pre_1.0.0/Frameworks/Podfile.lock cocoapods
  • QueryKit 0.9.1
  • Quick 0.2.2
spec/fixtures/Project_Pre_1.0.0/StaticLibraries/Podfile cocoapods
  • Expecta >= 0
spec/fixtures/Project_Pre_1.0.0/StaticLibraries/Podfile.lock cocoapods
  • Expecta 0.3.1
  • NSAttributedString+CCLFormat 1.0.1
Gemfile rubygems
  • bacon >= 0 development
  • cocoapods >= 0 development
  • mocha >= 0 development
  • mocha-on-bacon >= 0 development
  • prettybacon >= 0 development
  • rake >= 0 development
  • rubocop >= 0 development
Gemfile.lock rubygems
  • CFPropertyList 3.0.3
  • activesupport 6.1.4
  • addressable 2.8.0
  • algoliasearch 1.27.5
  • ast 2.4.2
  • atomos 0.1.3
  • bacon 1.2.0
  • claide 1.0.3
  • cocoapods 1.11.0.beta.2
  • cocoapods-core 1.11.0.beta.2
  • cocoapods-deintegrate 1.0.5
  • cocoapods-downloader 1.4.0
  • cocoapods-plugins 1.0.0
  • cocoapods-search 1.0.1
  • cocoapods-trunk 1.5.0
  • cocoapods-try 1.2.0
  • colored2 3.1.2
  • concurrent-ruby 1.1.9
  • escape 0.0.4
  • ethon 0.14.0
  • ffi 1.15.3
  • fourflusher 2.3.1
  • fuzzy_match 2.0.4
  • gh_inspector 1.1.3
  • httpclient 2.8.3
  • i18n 1.8.10
  • json 2.5.1
  • minitest 5.14.4
  • mocha 1.13.0
  • mocha-on-bacon 0.2.3
  • molinillo 0.8.0
  • nanaimo 0.3.0
  • nap 1.1.0
  • netrc 0.11.0
  • parallel 1.20.1
  • parser 3.0.2.0
  • prettybacon 0.0.2
  • public_suffix 4.0.6
  • rainbow 3.0.0
  • rake 13.0.6
  • regexp_parser 2.1.1
  • rexml 3.2.5
  • rubocop 1.19.0
  • rubocop-ast 1.10.0
  • ruby-macho 2.5.1
  • ruby-progressbar 1.11.0
  • typhoeus 1.4.0
  • tzinfo 2.0.4
  • unicode-display_width 2.0.0
  • xcodeproj 1.21.0
  • zeitwerk 2.4.2

Score: 9.182866394975427