-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
9 lines (9 loc) · 620 Bytes
/
package.json
File metadata and controls
9 lines (9 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
{
"name": "com.yasirkula.localizedapptitle",
"displayName": "Localized App Title",
"version": "1.0.4",
"documentationUrl": "https://github.com/yasirkula/UnityMobileLocalizedAppTitle",
"changelogUrl": "https://github.com/yasirkula/UnityMobileLocalizedAppTitle/releases",
"licensesUrl": "https://github.com/yasirkula/UnityMobileLocalizedAppTitle/blob/master/LICENSE.txt",
"description": "This plugin helps you localize your app's name and/or icon on Android & iOS. Note that the icon doesn't automatically change with the device language on iOS but it's possible to change it at runtime via scripting API."
}