docs(file): remove unsupported platforms (#2224)

This commit is contained in:
Daniel Sogl 2017-12-28 13:08:40 +01:00 committed by Ibby Hadeed
parent ac0015b91d
commit 6f7cdf6214

View File

@ -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', 'macOS', 'Ubuntu', 'Windows', 'Windows Phone']
platforms: ['Android', 'Browser', 'iOS', 'macOS', 'Windows']
})
@Injectable()
export class File extends IonicNativePlugin {