Add Swift Package Manager support#111
Open
AndrewBennet wants to merge 2 commits intodavedelong:masterfrom
Open
Add Swift Package Manager support#111AndrewBennet wants to merge 2 commits intodavedelong:masterfrom
AndrewBennet wants to merge 2 commits intodavedelong:masterfrom
Conversation
Author
|
Hi there - just wondering if you've seen this pull request, and if you've got any thoughts on it? I'm moving my dependencies over to Swift Package Manager (away from Cocoapods) and I've started targeting my fork in order to make this possible. |
AndrewBennet
added a commit
to AndrewBennet/ReadingListV1
that referenced
this pull request
Oct 6, 2020
- Move ReadingList_Foundation to a local Swift package - Target SPM-supporting forks of SVProgressHUD (SVProgressHUD/SVProgressHUD#1063) and CHCSVParser (davedelong/CHCSVParser#111) - Update CI tooling to use xcodeproj file instead of xcworkspace file
|
Is this repo dead? Such a shame, I have been using it to parse CSV for years. |
Closed
|
I have a question... I wanted to add data to existing CSV but i can not understand how to write data to existing csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there! Thanks for this library - I've found it useful. I use it in my iOS app Reading List.
This pull request adds support for the Swift Package Manager, which makes it easier to include the library in another project, direct from Xcode.