Skip to content

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.

- Restructured the library to adopt default SPM structuring
@@ -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