Cihat Gündüz

Results 297 comments of Cihat Gündüz

This is what my settings look like: ![Screen Shot 2022-08-09 at 15 27 23](https://user-images.githubusercontent.com/6942160/183658805-2e57cc91-8b3b-4aa2-b323-86d7617d49b0.png) Note that it unchecks (and additionally disables) automatically when I switch to "Always rename to Xcode.app"...

@noah-nuebling That sounds like a useful feature if you have many Strings files in your project. But it involves integrating with the Xcode project file which adds to the complexity....

Closing this as "Out of Scope" as there's a workaround available.

@noah-nuebling Thank you for providing all these details. I might take a look at this in my next Open Source stream on Friday (find my exact schedule [here](https://www.twitch.tv/Jeehut/schedule)). If you...

I just made progress on the Xcode 14 front so I actually already started a new release 4.13.0 which includes this feature. Hope the Homebrew pipeline works this time: https://github.com/Homebrew/homebrew-core/pull/112557

@darkroastcreative Totally agree, that's why I suggested we add a checkbox so users can opt-in.

What is the plan here? Is there any alternative way we can prevent having to write hundreds of `@SerialName` entries just because our backend team has a different casing convention...

@JakeWharton I appreciate your answer, but you're just repeating the same arguments but not addressing our question: Why can't we have the **choice** to say "we don't expect any problems...

@JakeWharton > @SerialName solves this problem without question. Period. Your issue, and this feature request, is about the associated verbosity of being explicit everywhere. I don't know what your "this...

@mxcl Do you think you'll have time to take a look into this sometime soon? Build scripts are a very useful feature, I'd love to see this fixed, it's currently...