You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @justindhill!
You wrote that you still come here from time to time to maintain the repository.
This is a wonderful and simple library with many ready-to-go integrations that we are to this day using in our app.
We want to optimise our pod installation process: at the times of Xcode 10 we had to add :disable_input_output_paths => true to Podfile to mitigate CocoaPods/CocoaPods#8122. These days we found that every other pod moved to using resources_bundle except this one. I wrote a simple PR ( #81 ) to fix this. It would be cool if you could merge it and add version 1.7.2 tag to the master branch.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello @justindhill!
You wrote that you still come here from time to time to maintain the repository.
This is a wonderful and simple library with many ready-to-go integrations that we are to this day using in our app.
We want to optimise our pod installation process: at the times of Xcode 10 we had to add
:disable_input_output_paths => true
to Podfile to mitigate CocoaPods/CocoaPods#8122. These days we found that every other pod moved to usingresources_bundle
except this one. I wrote a simple PR ( #81 ) to fix this. It would be cool if you could merge it and add version 1.7.2 tag to the master branch.Thank you in advance!
The text was updated successfully, but these errors were encountered: