parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 871 forks source link

Remove Carthage Dependencies #1747

Closed dplewis closed 11 months ago

dplewis commented 1 year ago

New Issue Checklist

Issue Description

Although Carthage support has been removed there is a lot of legacy code still in the repo. Carthage supports dynamic frameworks meaning we would have to recompile these dependencies. This can lead to longer build times and significant increases in indexing. We can simply swap them out for their SPM counterparts.

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mtrezza commented 12 months ago

Has this been closed via https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1754?

dplewis commented 11 months ago

Closing via https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1763