Changelog History
Page 2
-
v1.1.0 Changes
September 12, 2017Xcode 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 ๐