From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../plugins/phonegap-plugin-push/push.gradle | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 StoneIsland/plugins/phonegap-plugin-push/push.gradle (limited to 'StoneIsland/plugins/phonegap-plugin-push/push.gradle') diff --git a/StoneIsland/plugins/phonegap-plugin-push/push.gradle b/StoneIsland/plugins/phonegap-plugin-push/push.gradle deleted file mode 100644 index 11e735ae..00000000 --- a/StoneIsland/plugins/phonegap-plugin-push/push.gradle +++ /dev/null @@ -1,21 +0,0 @@ -import java.util.regex.Pattern - -def doExtractStringFromManifest(name) { - def manifestFile = file(android.sourceSets.main.manifest.srcFile) - def pattern = Pattern.compile(name + "=\"(.*?)\"") - def matcher = pattern.matcher(manifestFile.getText()) - matcher.find() - return matcher.group(1) -} - -android { - sourceSets { - main { - manifest.srcFile 'AndroidManifest.xml' - } - } - - defaultConfig { - applicationId = doExtractStringFromManifest("package") - } -} -- cgit v1.2.3-70-g09d2