-
Notifications
You must be signed in to change notification settings - Fork 147
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
Support SPM installation #1379
base: develop
Are you sure you want to change the base?
Support SPM installation #1379
Conversation
@@ -967,8 +967,7 @@ | |||
F1DC21B22199D58B007C189E /* ElementToAttributedString */, | |||
F1E75630215B0C9E004BC254 /* StringAttributesToAttributes */, | |||
); | |||
name = Converters; | |||
path = "New Group"; | |||
path = Converters; |
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.
I noticed that this group was not properly renamed on disk and renamed it so it shows up correctly in SPM.
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.
This file is not part of the Xcode project, but SPM was picking it up and failing to compile.
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.
This file is not part of the Xcode project, but SPM was picking it up and failing to compile.
I just want to say thanks for the awesome library. I know I didn't ask about adding this support before opening the PR, it's ok if this doesn't align with your goal, though. I had trouble finding your project when looking to solve what this solves, and I'd love to get it listed in the swift package index if this goes through. |
aaeb244
to
1719ce9
Compare
good job @allenhumphreys |
Thanks for the work here @allenhumphreys – I'm in the midst of reviewing this, but it may take a few more days. Just wanted to provide an update. |
Fixes #1372 #1370
To test:
You can add
.package(url: "https://github.com/allenhumphreys/AztecEditor-iOS", branch: "ah/spm")
to the dependencies in a sample application. If needed I can create a repo with a sample application that consumes the package.CHANGELOG.md
if necessary.