Skip to content

feat(cli): synchronize Tauri config and lib name with iOS Xcode project#10802

Merged
lucasfernog merged 2 commits intodevfrom
feat/sync-developer-team-id
Aug 28, 2024
Merged

feat(cli): synchronize Tauri config and lib name with iOS Xcode project#10802
lucasfernog merged 2 commits intodevfrom
feat/sync-developer-team-id

Conversation

@lucasfernog
Copy link
Member

  • 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

- 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
@lucasfernog lucasfernog requested a review from a team as a code owner August 27, 2024 22:42
@github-actions
Copy link
Contributor

github-actions bot commented Aug 27, 2024

Package Changes Through 0fcb4d6

There are 8 changes which include tauri with prerelease, tauri-utils with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-codegen with prerelease, tauri-bundler with prerelease, @tauri-apps/api with prerelease, tauri-build with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.0-rc.3 2.0.0-rc.4
tauri-utils 2.0.0-rc.6 2.0.0-rc.7
tauri-bundler 2.0.1-rc.5 2.0.1-rc.6
tauri-runtime 2.0.0-rc.6 2.0.0-rc.7
tauri-runtime-wry 2.0.0-rc.6 2.0.0-rc.7
tauri-codegen 2.0.0-rc.6 2.0.0-rc.7
tauri-macros 2.0.0-rc.5 2.0.0-rc.6
tauri-plugin 2.0.0-rc.6 2.0.0-rc.7
tauri-build 2.0.0-rc.6 2.0.0-rc.7
tauri 2.0.0-rc.6 2.0.0-rc.7
@tauri-apps/cli 2.0.0-rc.7 2.0.0-rc.8
tauri-cli 2.0.0-rc.7 2.0.0-rc.8

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog
Copy link
Member Author

CI fix #10803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants