Info
Version: | 2.0.0 |
Author(s): | [email protected] |
Last Update: | Wednesday, December 6, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/keannan5390/Xamarin.PackageBuddy |
NuGet Url: | https://www.nuget.org/packages/Xamarin.PackageBuddy |
Install
Install-Package Xamarin.PackageBuddy
dotnet add package Xamarin.PackageBuddy
paket add Xamarin.PackageBuddy
Xamarin.PackageBuddy Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Use it in your build process to easily manipulate bundle information.
Note: this package does not require Xamarin to be installed.
You do however need mono installed on OSx or Linux.
Android:
- appName maps to application android:label attribute
- packageName maps to the package attribute
- build maps to the android:versionCode attribute
- versionName maps to the android:versionName attribute
iOS:
- appName maps to CFBundleName
- packageName maps to CFBundleIdentifier
- build maps to CFBundleShortVersionString
- versionName maps to CFBundleVersion.