cordova-plugin-pgb-ios-localize-app-name
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cordova-plugin-pgb-ios-localize-app-name", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Allows localization of IOS App Name ('Bundle Display Name' or CFBundleDisplayName) when compiling PhoneGap/Cordova apps using build.phonegap.com (PhoneGap Build)", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -105,3 +105,3 @@ # cordova-plugin-pgb-ios-localize-app-name | ||
The app's main Info.plist (binary XML file) needs the "Application has localized display name" LSHasLocalizedDisplayName setting set to "Yes" ( `<true/>` in XML ) | ||
If you want to view your Info.plist file in a normal text editor you can use the plutil executable (in iTunes install directory) to decode from binary xml to xml. | ||
If you want to view your Info.plist file in a normal text editor you can use the plutil executable (in C:\Program Files (x86)\Common Files\Apple\Apple Application Support if iTunes is installed) to decode from binary xml to xml. | ||
@@ -108,0 +108,0 @@ Your .ipa file also needs a set of files titled [languagecode].lproj/InfoPlist.strings next to the www folder (not inside it). These files need to specify values for the CFBundleDisplayName & CFBundleName variables. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51027