cordova-plugin-localization-strings
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cordova-plugin-localization-strings", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -41,2 +41,3 @@ var fs = require('fs-extra'); | ||
function getXcodePbxProjPath() { | ||
initIosDir(); | ||
return iosPbxProjPath; | ||
@@ -43,0 +44,0 @@ } |
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
17377
308