Skip to content
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

fix: Use direct plist env vars fallback when called within xcode itself #1311

Merged
merged 1 commit into from Aug 17, 2022

Conversation

kamilogorek
Copy link
Contributor

@kamilogorek kamilogorek commented Aug 17, 2022

The recent fix (#1310) works perfectly fine when called directly from the CLI, however, there's an additional branch that is used when the CLI is used as the part of the build script configured and run within the XCode tool itself.

This PR covers this branch and unifies the rest of the builders to utilize the same helper for all cases.

Tested on 2 user-provided repro cases, both from the terminal and using XCode directly.

Fixes #1301

@kamilogorek kamilogorek requested a review from a team August 17, 2022 09:08
@kamilogorek kamilogorek merged commit 9c30c2c into master Aug 17, 2022
@kamilogorek kamilogorek deleted the plist-from-xcode branch August 17, 2022 10:18
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.

Using upload-dif results in Serde("missing field CFBundleName")
2 participants