Skip to content

Conversation

jblarriviere
Copy link
Contributor

@jblarriviere jblarriviere commented Apr 2, 2024

This allows build configuration named like StagingDebug to match with settings applied to Debug This fixes #43185

Summary:

Custom build setting were only applied to Debug build configurations, preventing configurations named StagingDebug or similar to access the new experimental debugger, as reported in #43185

This now applies the setting to every configuration ending with Debug

Changelog:

[IOS] [CHANGED] - fix: build settings for custom build configuration

Test Plan:

This allows build configuration named like `StagingDebug` to match with settings applied to `Debug`
This fixes facebook#43185
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Apr 2, 2024
@cortinico cortinico requested a review from cipolleschi April 2, 2024 16:02
@facebook-github-bot
Copy link
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Apr 3, 2024
@facebook-github-bot
Copy link
Contributor

@cipolleschi merged this pull request in bcac3c4.

cortinico pushed a commit that referenced this pull request Apr 8, 2024
Summary:
This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes #43185

Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in #43185

This now applies the setting to every configuration ending with `Debug`

## Changelog:

[IOS] [CHANGED] - fix: build settings for custom build configuration

Pull Request resolved: #43780

Reviewed By: dmytrorykun

Differential Revision: D55688996

Pulled By: cipolleschi

fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
alfonsocj pushed a commit that referenced this pull request Apr 12, 2024
Summary:
This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes #43185

Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in #43185

This now applies the setting to every configuration ending with `Debug`

## Changelog:

[IOS] [CHANGED] - fix: build settings for custom build configuration

Pull Request resolved: #43780

Reviewed By: dmytrorykun

Differential Revision: D55688996

Pulled By: cipolleschi

fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
douglowder pushed a commit to react-native-tvos/react-native-tvos that referenced this pull request Apr 22, 2024
Summary:
This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes facebook/react-native#43185

Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in facebook/react-native#43185

This now applies the setting to every configuration ending with `Debug`

## Changelog:

[IOS] [CHANGED] - fix: build settings for custom build configuration

Pull Request resolved: facebook/react-native#43780

Reviewed By: dmytrorykun

Differential Revision: D55688996

Pulled By: cipolleschi

fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hermes experimental debugger does not open on iOS with custom build configurations

3 participants