Bazel target product name places "-Bazel" after product extension (.app, .appex, ...)
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- swift
- Domain
- build-system
Research direction
Start by locating the code that generates BuildableName values for Bazel schemes in the generated Xcode project. Compare the current placement of the -Bazel suffix with Xcode's corrected output, especially for .app and .appex products. Done means generated buildable names place the suffix before the product extension rather than after it.
Written by the indexing model from the issue text.
Description
Here is an example diff of what happens today.
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "NT_217978137037"
- BuildableName = "share-extension-Bazel.appex"
+ BlueprintIdentifier = ""
+ BuildableName = "share-extension.appex-Bazel"
BlueprintName = "share-extension-Bazel"
ReferencedContainer = "container:UrlGet.xcodeproj">
</BuildableReference>
If you open the project in Xcode it'll fix this for you but we should be generating the buildable name for Bazel schemes.
- Dominant language
- Swift
- Stars
- 314
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bazel-xcode/xchammer
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
bazel-xcode/xchammer#305 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
bazel-xcode/xchammer#300 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
bazel-xcode/xchammer#284 · 3 comments · 4 reactions ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
bazel-xcode/xchammer#275 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
bazel-xcode/xchammer#273 ·
All issues in bazel-xcode/xchammer
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
type: docs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
googleapis/google-cloud-swift#971 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
manaflow-ai/cmux#13417 ·