This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flutter.
Summary
--build-name=<x.y.z> A "x.y.z" string used as the version number shown to users. For each new version of your app, you will provide a version number to differentiate it from previous versions. On Android it is used as 'versionName'. On Xcode builds it is used as 'CFBundleShortVersionString'
- Assembly
- Cake
.Flutter .dll - Namespace
- Cake
.Flutter - Containing Type
- Flutter
Build Ios Settings
Syntax
public string BuildName { get; set; }
Value
Type | Description |
---|---|
string |