All Versions
14
Latest Version
Avg Release Cycle
114 days
Latest Release
1329 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    September 12, 2017

    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.

    🍱 🎉

  • v1.0.2 Changes

    🚀 Released on 2017-04-23.

    👌 Support More Localizations: 🇲🇽, 🇯🇵, 🇳🇱, 🇳🇴, 🇷🇺

    No API changes.

    ➕ Added

    The TvOSMoreButton is now localized in:

    Español Mexicano 🇲🇽
    Japanese 🇯🇵
    Dutch 🇳🇱
    Norwegian 🇳🇴 Russian 🇷🇺

  • v1.0.1 Changes

    🚀 Released on 2017-03-25.

    👌 Support More Localizations: 🇩🇪, 🇫🇷, 🇪🇸, 🇮🇹

    No API changes.

    ➕ Added

    The TvOSMoreButton is now localized in:

    Español 🇩🇪
    French 🇫🇷
    Deutsch 🇪🇸
    Italian 🇮🇹

  • v1.0.0 Changes

    🚀 Released on 2017-03-09.

    🎉 Initial Release 🎉