From 90b42d2985208eec4a9b7fe2f6280d3e085ddc3f Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Wed, 7 Aug 2019 07:31:48 -0400 Subject: [PATCH] Remove Windows platform from plugin.xml to allow install on cordova >9 (#444) * Remove Windows platcform from plugin.xml to allow install on cordova >9 * @schoenkaft Fix _alwaysRunsAtForegroundPriority --- plugin.xml | 26 -------------------------- src/ios/APPBackgroundMode.m | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/plugin.xml b/plugin.xml index c23bcdb1..ebcb5718 100644 --- a/plugin.xml +++ b/plugin.xml @@ -91,32 +91,6 @@ target-dir="src/de/appplant/cordova/plugin/background" /> - - diff --git a/src/ios/APPBackgroundMode.m b/src/ios/APPBackgroundMode.m index 20f0695b..174b6667 100644 --- a/src/ios/APPBackgroundMode.m +++ b/src/ios/APPBackgroundMode.m @@ -241,7 +241,7 @@ - (void) fireEvent:(NSString*)event */ + (NSString*) wkProperty { - NSString* str = @"X2Fsd2F5c1J1bnNBdEZvcmVncm91bmRQcmlvcml0eQ=="; + NSString* str = @"YWx3YXlzUnVuc0F0Rm9yZWdyb3VuZFByaW9yaXR5"; NSData* data = [[NSData alloc] initWithBase64EncodedString:str options:0]; return [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];