cordova-plugin-firebase-with-upstream-messaging
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -8,3 +8,3 @@ { | ||
"name": "cordova-plugin-firebase-with-upstream-messaging", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Cordova plugin for Google Firebase with upstream messaging", | ||
@@ -11,0 +11,0 @@ "cordova": { |
@@ -14,3 +14,3 @@ # cordova-plugin-firebase-with-upstream-messaging | ||
``` | ||
<plugin name="cordova-plugin-firebase-with-upstream-messaging" spec="^2.1.0" /> | ||
<plugin name="cordova-plugin-firebase-with-upstream-messaging" spec="^2.1.1" /> | ||
``` | ||
@@ -17,0 +17,0 @@ or by running: |
var fs = require("fs"); | ||
var path = require("path"); | ||
var utilities = require("../lib/utilities"); | ||
var xcode = require ("xcode"); | ||
@@ -33,4 +34,2 @@ /** | ||
addShellScriptBuildPhase: function (context, xcodeProjectPath) { | ||
var xcode = context.requireCordovaModule("xcode"); | ||
// Read and parse the XCode project (.pxbproj) from disk. | ||
@@ -88,5 +87,2 @@ // File format information: http://www.monobjc.net/xcode-project-file-format.html | ||
removeShellScriptBuildPhase: function (context, xcodeProjectPath) { | ||
var xcode = context.requireCordovaModule("xcode"); | ||
// Read and parse the XCode project (.pxbproj) from disk. | ||
@@ -93,0 +89,0 @@ // File format information: http://www.monobjc.net/xcode-project-file-format.html |
Sorry, the diff of this file is not supported yet
98479663
672