tauri/.changes/synchronize-config-and-xcode-project.md
Lucas Fernandes Nogueira f67a9eb6de
feat(cli): synchronize Tauri config and lib name with iOS Xcode project (#10802)
- the Xcode project now uses a fixed output library name, which means changes to the Cargo.toml lib name won't affect it (backwards compatible change, we're checking if this new format is being used or not by reading the project.pbxproj)
- sync config identifier with the pbxproj
- sync development team config with the pbxproj

the sync runs both on dev and on build

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2024-08-28 12:11:50 -03:00

151 B

tauri-cli @tauri-apps/cli
patch:enhance patch:enhance

Synchronize identifier, development team and lib name with the iOS Xcode project.