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 {