Specifies the version of the flexible client to compile with.
Generators: Apple
Level: Generator
The default value of this property corresponds to the running GeneXus version.
Leaving the property blank indicates that the latest released version should be used.
The format must follow the Semantic Versioning 2.0.0 specification, which consists of three main parts: MAJOR.MINOR.PATCH. In addition, the format also supports including the pre-release version.
To see the available values, browse GeneXus-SwiftPackages versions.
It is important to note that modifying the default value may result in compilation errors, so it should be approached with caution.
This property applies only at design time.
In pre-release versions, the format should be as follows, for example: 1.0.0.0-beta+20230217024255. Here, "beta" is the pre-release tag, and "20230217024255" is an optional version-specific release identifier.
For release versions, the format should be as follows: 1.0.0, without release tags or specific version identifiers.
To apply the corresponding changes when the property value is configured, execute a Rebuild All.
This property is available since GeneXus 18 Upgrade 6.
Flexible client update policy property
Distribution of Apple's Flexible Client through Swift Packages