Skip to content

Rename targets and schemes

Compare
Choose a tag to compare
@bizz84 bizz84 released this 13 Nov 18:38
· 619 commits to master since this release

What is this

Improved name consistency for targets and schemes in the project. Usage is the same - no API changes.

SwiftyStoreKit now has three framework targets and two demo app targets:

  • SwiftyStoreKit_iOS
  • SwiftyStoreKit_macOS
  • SwiftyStoreKit_tvOS
  • SwiftyStoreKit_iOSDemo
  • SwiftyStoreKit_macOSDemo

The schemes have also been renamed to follow a similar convention.

See related issue: #62