docs(file): rename OS X to macOS (#1613)

This commit is contained in:
Daniel Sogl 2017-05-28 00:00:52 -08:00 committed by Ibby Hadeed
parent 496968b9fc
commit 4e4216ff6d

View File

@ -620,7 +620,7 @@ declare const window: Window;
plugin: 'cordova-plugin-file', plugin: 'cordova-plugin-file',
pluginRef: 'cordova.file', pluginRef: 'cordova.file',
repo: 'https://github.com/apache/cordova-plugin-file', repo: 'https://github.com/apache/cordova-plugin-file',
platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'OS X', 'Ubuntu', 'Windows', 'Windows Phone'] platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'macOS', 'Ubuntu', 'Windows', 'Windows Phone']
}) })
@Injectable() @Injectable()
export class File extends IonicNativePlugin { export class File extends IonicNativePlugin {