CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
694 stars 64 forks source link

No frameworks copied if path contains "Pods" #47

Closed jeremierichard closed 5 years ago

jeremierichard commented 8 years ago

If the path to podfile contains "Pods", there are no frameworks copied to output

this is due to those lines https://github.com/neonichu/Rome/blob/master/lib/cocoapods-rome/post_install.rb#L67-L68

segiddins commented 8 years ago

A PR changing that to Pods[^.]+\.framework would likely be appreciated!