-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] Switch from CocoaPods to SPM where possible #23
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
base: develop
Are you sure you want to change the base?
Conversation
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 <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
this is a requirement for tvos, not nil.
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
# Conflicts: # Delta.xcodeproj/project.pbxproj
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
DeltaTypes
which is a ObjC framework, works in .swift, but the parentDeltaCore
pure swift package, doesn't show up?!Changes
SPM
JoeMatt
forks of all sub-core projects so I could edit the project files and Podspecs.Non-spm