[WIP] Switch from CocoaPods to SPM where possible#23
Draft
JoeMatt wants to merge 42 commits into
Draft
Conversation
Owner
|
I knew if anyone could figure out how to fix this, it was you. This is such amazing research and work. This will massively improve the dev workflow and @TimOliver is working on macOS Simulator support so soon this codebase is gonna be dev friendly which will hopefully give us more of an initial boost with collaborators given I'm announcing the project this week. Joe, you are both a legend and a life saver. 💜 |
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
this is a requirement for tvos, not nil.
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
# Conflicts: # Delta.xcodeproj/project.pbxproj
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.
Status
The app will build with the Swift cores (GXGP). Some others build after manually adding linker and header search settings, but others are crapping out. Mostly due to Swift PM not telling me why sometimes it makes a bridge header, and sometimes not.
Also, for some very odd reason, Swift can import the ObjC packages, but can't find the Swift ones in the core projects, depstite being able to link both, @import errors with not found, even though it's def found.
TODO
DeltaTypeswhich is a ObjC framework, works in .swift, but the parentDeltaCorepure swift package, doesn't show up?!Changes
SPM
JoeMattforks of all sub-core projects so I could edit the project files and Podspecs.Non-spm