Skip to content

Migrate from CocoaPods to Swift Package Manager and support Xcode 14.#115

Open
GetToSet wants to merge 5 commits intodyerc:masterfrom
GetToSet:ethanwong/swift-package
Open

Migrate from CocoaPods to Swift Package Manager and support Xcode 14.#115
GetToSet wants to merge 5 commits intodyerc:masterfrom
GetToSet:ethanwong/swift-package

Conversation

@GetToSet
Copy link
Copy Markdown
Collaborator

This PR contains the following key changes:

  1. Migrate from CocoaPods to Swift Package Manager, with the same third-party packages and versions.
  2. The project is made ready for Xcode 14.
  3. Test configuration is removed. This configuration is added by CocoaPods and tests run well with the Debug configuration.
  4. Codesigning related configurations are hard to manage. All codesigning configurations are moved to .xcconfig files to make it easier to edit, compare and maintain.
    2022-10-26 01 13 48
  5. Some duplicate configurations have been cleaned up. (Prefer inheriting configuration values from the project level rather than redefining the same value in the target level.)

@GetToSet GetToSet added this to the v2.0.2 milestone Oct 25, 2022
@GetToSet GetToSet linked an issue Oct 25, 2022 that may be closed by this pull request
@GetToSet GetToSet force-pushed the ethanwong/swift-package branch from 899de83 to 8317e3b Compare October 26, 2022 15:47
@GetToSet GetToSet force-pushed the ethanwong/swift-package branch from 8317e3b to 3c07de7 Compare January 2, 2023 05:22
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.

Migrate from CocoaPods to Swift Package Manager

1 participant