TvOSMoreButton v1.1.0 Release Notes

Release Date: 2017-09-12 // over 6 years ago
  • Xcode 9 and 3.2+ is now required.

    ๐Ÿ”„ Changes
    This library has been migrated to Swift 4.

    No API changes.

    ๐Ÿ‘ Swift 3.2 Support

    ๐Ÿš€ If your project is using Swift 3.2, you can still use this release by overriding the SWIFT_VERSION to be 4.0 in your Podfile.

    post\_install do |installer| installer.pods\_project.targets.each do |target| if target.name == 'TvOSMoreButton' target.build\_configurations.each do |config| config.build\_settings['SWIFT\_VERSION'] = '4.0'endendendend
    

    ๐Ÿš€ Or, you can use the previous release, 1.0.2, which does not require the post_install hook and will compile just fine with Xcode 9 and Swift 3.2.

    ๐Ÿฑ ๐ŸŽ‰