Skip to content

3.0: Support for iPhone X

Compare
Choose a tag to compare
@mollidor mollidor released this 14 Dec 15:02
· 37 commits to master since this release
  • [UPDATE] Update target SDK to iOS 11, deployment target raised to iOS 8.0
  • [REMOVED] Drop support for audio connection to first generation PIN+ devices.
    This implies that the YTLibResources.bundle has been removed.
  • [IMPROVEMENT] Add module map for Swift integration without bridging headers
  • [IMPROVEMENT] Prefer readonly properties over methods to improve Swift signatures
  • [ADDED] Add CocoaPods integration support – use pod SumUpSDK in your Podfile

Sample application:

  • [UPDATE] Update deployment target of Obj-C app to iOS 8
  • [UPDATE] AVFoundation is linked as required since weak linking was only needed
    when running on iOS 5
  • [IMPROVEMENT] Swift sample app uses modular imports instead of bridging headers