From 4e4216ff6d66c6934e343ee2a1dd221b8d57c1c9 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 28 May 2017 00:00:52 -0800 Subject: [PATCH] docs(file): rename OS X to macOS (#1613) --- src/@ionic-native/plugins/file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/file/index.ts b/src/@ionic-native/plugins/file/index.ts index 1b67c7960..4436fcb6c 100644 --- a/src/@ionic-native/plugins/file/index.ts +++ b/src/@ionic-native/plugins/file/index.ts @@ -620,7 +620,7 @@ declare const window: Window; plugin: 'cordova-plugin-file', pluginRef: 'cordova.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() export class File extends IonicNativePlugin {