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

Move Configuration distinguisher logic up a level #496

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

brentleyjones
Copy link
Contributor

This changes the configuration to be on it's own in the name:

A (iOS) (abcde)

instead of:

A (iOS, abcde)

This is needed to support consolidated targets, which will have something like this when a configuration needs to be displayed:

A (iOS, tvOS) (abcde)

@brentleyjones brentleyjones force-pushed the bj/move-distinguisherKey-check branch from 439bdaf to bbbb76c Compare June 2, 2022 14:08
Base automatically changed from bj/disambiguate-less to main June 2, 2022 14:12
This changes the configuration to be on it's own in the name:

```
A (iOS) (abcde)
```

instead of:

```
A (iOS, abcde)
```

This is needed to support consolidated targets, which will have something like this when a configuration needs to be displayed:

```
A (iOS, tvOS) (abcde)
```
@brentleyjones brentleyjones force-pushed the bj/move-distinguisherKey-check branch from bbbb76c to fc29e39 Compare June 2, 2022 14:13
@brentleyjones brentleyjones marked this pull request as ready for review June 2, 2022 14:13
@brentleyjones brentleyjones enabled auto-merge (squash) June 2, 2022 14:13
@brentleyjones brentleyjones merged commit 3ab1811 into main Jun 2, 2022
@brentleyjones brentleyjones deleted the bj/move-distinguisherKey-check branch June 2, 2022 16:09
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.

None yet

2 participants