-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed spm integration on regular Xcode project #586
Conversation
3a4oT
commented
Nov 17, 2020
- without this change project itself can be built as spm package, but failed to do so when you integrate it as a dependency via Xcode.
Will appreciate a new release if possible :) There is a similar PR fo the pinterest/PINCache#301 |
Thanks for putting this up! I hate to ask, but would you mind updating the CI test to ensure that SPM works when integrating into a project? |
Yes sir! Will add it to my list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for putting this up, greatly appreciated!
Can we get a release with this in it, please? @garrettmoon |
Going to ask as well, can we please get a release for these fixes? @garrettmoon |
* master-pinremoteimage: Disable asserts in release builds when using Swift Package Manager unarchiveObjectWithData: and archivedDataWithRootObject: are deprecated (pinterest#610) update comment Set cachePolicy accordingly when PINRemoteImageManagerDownloadOptionsIgnoreCache is provided Decode WebP images directly into a buffer Core Animation likes (pinterest#600) Xcode 12.5 / SPM - Add missing headers to fix build errors with SPM and Xcode 12.5 (pinterest#597) Fixed spm integration on regular Xcode project (pinterest#586) Fix PINRemoteImageManager.h Close Comment Formatting (pinterest#594) Fix typo in PINRemoteImageManager.html (pinterest#593) Carthage is broken on Xcode 12 (pinterest#584) Update podspec to match release Hopefully fix publish for real this time... # Conflicts: # Package.swift
* work with imports. * fixed imports for Xcode spa consumers * added exmple project * carthage workaround * updated CI # Conflicts: # .github/workflows/ci.yaml # Makefile