X Tutup
Skip to content

Removed dependency on cocoapods#278

Open
SoylentGraham wants to merge 1 commit intosyncthing:v2from
NewChromantics:feature/RemovePods
Open

Removed dependency on cocoapods#278
SoylentGraham wants to merge 1 commit intosyncthing:v2from
NewChromantics:feature/RemovePods

Conversation

@SoylentGraham
Copy link

The entire use of cocoapods (which is only for one dependency) can be entirely removed by just embedding Sparkle using swift package manager.

I only spent about 30 seconds on this, but looks like it works fine!

I couldn't figure out anywhere in the code/podfiles that specified a version, but 1.27.3 seems to work.

Also updated the gitignore to remove all xcuserdata folders, these shouldn't be commited. (That should have been a seperate PR, but realised too late when my gitclient removed the tracked files)

@SoylentGraham
Copy link
Author

I think this also means the workspace is redundant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup