cordova-plugin-googleplus
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -42,3 +42,8 @@ console.log("START Running hook to add iOS Keychain Sharing entitlements (required since iOS 10)"); | ||
var destFile = path.join(iosFolder, projName, 'Resources', projName + '.entitlements'); | ||
var destFolder = path.join(iosFolder, projName, 'Resources'); | ||
if (!fs.existsSync(destFolder)) { | ||
fs.mkdirSync(destFolder); | ||
} | ||
var destFile = path.join(destFolder, projName + '.entitlements'); | ||
if (fs.existsSync(destFile)) { | ||
@@ -45,0 +50,0 @@ console.error("File exists, not doing anything: " + destFile); |
{ | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"name": "cordova-plugin-googleplus", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Google SignIn", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13799121
115