mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
feat: Support custom CFBundleVersion for iOS and macOS (#13030)
* feat: Add bundleVersion for iOS and macOS * feat: Use bundleVersion for CFBundleVersion * feat: Synchronize bundleVersion with Info.plist * cleanup * fix bundle version, enhance prerelease/buildnumber support and checks * fix change file * tauri-bundler to change file * expand doc --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
committed by
GitHub
parent
628f4a97e4
commit
0aa48fb9e4
@@ -97,7 +97,7 @@ pub fn command(options: Options) -> Result<()> {
|
||||
tauri_config_,
|
||||
None,
|
||||
&cli_options,
|
||||
);
|
||||
)?;
|
||||
(config, metadata, cli_options)
|
||||
};
|
||||
ensure_init(
|
||||
|
||||
Reference in New Issue
Block a user