Skip to content
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

Swift Package Manager Support #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dafurman
Copy link

This updates the library to support Swift Package Manager.

To do this, I rearranged files in accordance with the traditional Swift Package Manager structure:

Source files reside in a folder named Sources and are scoped per Target.
A Swift package can contain several targets, and, as a convention, each target’s code resides in its own subfolder.

Other notes:

  • Objective-C headers were moved to Sources/TOMSMorphingLabel/include, to be found by SPM by default.
  • The example project's use of Cocoapods was removed and replaced with use of SPM.

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The storyboard wasn't changed manually. This just takes suggested changes from being run in Xcode 13, and bumps the storyboard version to support an iOS min of 7 to fix this error:
Screen Shot 2021-08-16 at 3 30 54 PM

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