cocoapods-generate
cocoapods-generate copied to clipboard
A CocoaPods plugin that allows you to easily generate a workspace from a podspec.
I have the following list of cocoapods related gems installed: ``` cocoapods (1.11.2) cocoapods-core (1.11.2) cocoapods-deintegrate (1.0.5) cocoapods-disable-podfile-validations (0.1.1) cocoapods-downloader (1.5.1) cocoapods-generate (2.2.2) cocoapods-plugins (1.0.0) cocoapods-search (1.0.1) cocoapods-trunk (1.6.0) cocoapods-try...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [diffy](https://github.com/samg/diffy) from 3.3.0 to 3.4.2. Changelog Sourced from diffy's changelog. == 3.4.2 == Silence warning from unused variable when using ruby -w. Thanks @sambostock! == 3.4.1 == Prevent remote...
My Pod requires special settings to compile and I set it in the Podfile:: `post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO' end...
在Jenkins 中使用 ruby脚本 执行 pod gen 命令(%x(pod gen )) 报错 ArgumentError - invalid byte sequence in US-ASCII /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:287:in `split' /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:287:in `block in ensure_versions_file_loaded' /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:286:in `each'
My Pod requires Swift 5 to compile and I set it in the Podspec: ``` s.swift_version = '5.0' ``` However, the generated Xcode project still sets the version to `4.0`:...
We've been using `cocoapods-generate` to generate our Xcode workspaces and we love it! Recently, one of our developers pointed out that their Xcode recent workspace history could be better if...
Currently local a podspec can only be included using the `--local-sources` option which is a directory that may contain multiple podspec files for multiple pod dependencies. This option is used...
Facing a strange issue, where we have Podspec with subspecs and UTs under each subscpec. Upon running `pod gen` The UT targets are detected and created for each subspec however...
in 2.0.1 uses_frameworks default is true, is it change to true in 2.1.1?