alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
642 stars 120 forks source link

Moving resources to resource bundle #81

Open OneSman7 opened 3 years ago

OneSman7 commented 3 years ago

This fixes build errors on new build system. Currently only this pod in our app is using resources rather than resources_bundle. These changes will allow us to remove :disable_input_output_paths => true from Podfile. See this issue - https://github.com/CocoaPods/CocoaPods/issues/8122