Tomas Camin
Tomas Camin
I'm unsure whether this is an issue with CococaPods or cocoapods-rome, but starting with CocoaPods 1.7.x resource_bundles are no longer copied inside the static framework that is being built. For...
CocoaPods 1.6 is writing a new PBXAggregateTarget section which contains node without `productName` key. As a result running xUnique against the Pods.xcodeproj resulted in the following error: ``` File "build/bdist.macosx-10.12-intel/egg/xUnique.py",...
Is there a specific reason why the project validation is performed before running the preGenCommand (https://github.com/yonaskolb/XcodeGen/blob/master/Sources/XcodeGenCLI/Commands/GenerateCommand.swift#L76-L86)? We would like to dynamically add files to the repository in the preGenCommand, however...
This should address https://github.com/Subito-it/SBTUITestTunnel/issues/203
Can someone confirm that the implementation of `Pod::Specification#module_name` is the expected one for subspecs? The [current implementation](https://github.com/CocoaPods/Core/blob/master/lib/cocoapods-core/specification.rb#L187) is the following: ``` def module_name attributes_hash['module_name'] || c99ext_identifier(attributes_hash['header_dir']) || c99ext_identifier(attributes_hash['name']) end ```...