From fb540f777420a3bc142d0483dafe6e9cfd286ac9 Mon Sep 17 00:00:00 2001 From: Pavel Kroh <44899602+pavel-kroh-smartlook@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:12:33 +0200 Subject: [PATCH] docs(smartlook): add iOS platform (#3196) --- src/@ionic-native/plugins/smartlook/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/smartlook/index.ts b/src/@ionic-native/plugins/smartlook/index.ts index 38ed72b6..4f9427a7 100644 --- a/src/@ionic-native/plugins/smartlook/index.ts +++ b/src/@ionic-native/plugins/smartlook/index.ts @@ -92,7 +92,7 @@ export class SmartlookGlobalEventPropertyKey { plugin: 'https://github.com/smartlook/cordova-smartlook.git', pluginRef: 'cordova.plugins.SmartlookPlugin', repo: 'https://github.com/smartlook/cordova-smartlook.git', - platforms: ['Android'] + platforms: ['Android', 'iOS'] }) @Injectable() export class Smartlook extends IonicNativePlugin {