-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(cli): synchronize pbxproj and export options, handle cert on build #10669
Conversation
lucasfernog
commented
Aug 18, 2024
- adds a pbxproj parser and writer (very simple, just for the objects we actually need)
- changed codesign modifications from ios init to ios build
- synchronize pbxproj with export options so that CLI build works if you change the xcode project manually
- adds a pbxproj parser and writer (very simple, just for the objects we actually need) - changed codesign modifications from ios init to ios build - synchronize pbxproj with export options so that CLI build works if you change the xcode project manually
Package Changes Through 155182bThere are 3 changes which include tauri-utils with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
tooling/cli/src/mobile/ios/mod.rs
Outdated
None | ||
} | ||
(None, Some(_)) => { | ||
log::warn!("The IOS_CERTIFICATE_PASSWORD environment variable is set but not IOS_CERTIFICATE. Ignoring the certificate..."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably skip this warning, doesn't make sense to check IOS_CERTIFCATE_PASSWORD
and not IOS_CERTIFICATE