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

Base SDK option in push command #30

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

stelabouras
Copy link
Collaborator

Add base SDK option for push command

When exporting localizations via the push command, the default SDK
that was being used was the macosx one, resulting to errors when
the project included Swift packages using iOS frameworks.

In order to address this and provide more control to the developer, a
new option was introduced in the push command: --base-sdk.

The value of this option is passed as the -sdk option of the
xcodebuild process that is called to export the project's
localizations (via the -exportLocalizations option).

If no value is provided to this option, then the value of the -sdk
option is also not specified in the xcodebuild process and the default
SDK is picked by the system.


Bump version to 2.1.3

  • Bumps CLI version to 2.1.3.
  • Updates the CHANGELOG.

When exporting localizations via the `push` command, the default SDK
that was being used was the `macosx` one, resulting to errors when
the project included Swift packages using iOS frameworks.

In order to address this and provide more control to the developer, a
new option was introduced in the `push` command: `--base-sdk`.

The value of this option is passed as the `-sdk` option of the
`xcodebuild` process that is called to export the project's
localizations (via the `-exportLocalizations` option).

If no value is provided to this option, then the value of the `-sdk`
option is also not specified in the `xcodebuild` process and the default
SDK is picked by the system.
* Bumps CLI version to 2.1.3.
* Updates the CHANGELOG.
@n1k0sv n1k0sv merged commit 4af4e42 into transifex:master Oct 30, 2023
1 check passed
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