Rename targets and schemes
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