CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

Refer to path on disk instead of hierarchy path in Xcode #45

Closed notjosh closed 6 years ago

notjosh commented 6 years ago

Hiya,

The previous code was building the path by collapsing the hierarchy in Xcode's project view, which does not necessarily reflect the path/structure on disk.

This fix will return the actual path on disk to the Settings.bundle file.

orta commented 6 years ago

👍 works for me