Xcode build settings - how to capitalize a variable

49 Views Asked by At

Inside xcode build settings we can define some custom value. I would define a custom LaunchScreen value based on my current scheme (flavor). I'm looking for a way to capitalize the bundle identifier value (put the first letter in upper case). I can put all the value in lower (:lower) or upper (:upper) case.

enter image description here

0

There are 0 best solutions below