You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to inject the following into my Info.plist file to force the space in the name, but is seems Trapeze is converting & to & - any idea how to escape this conversion? I've tried , , quotes
I'm trying to inject the following into my Info.plist file to force the space in the name, but is seems Trapeze is converting & to & - any idea how to escape this conversion? I've tried , , quotes
@theproducer the space works fine; the problem I'm trying to solve is that Apple strips whitespace if the app name is longer than 12 chars, the workaround is to use this special char, it "simulates" a space. The workaround works 100% if I update the info.plist file directly, but I need to to push this through Trapeze for CI, staging builds and white labeling....
I'm trying to inject the following into my Info.plist file to force the space in the name, but is seems Trapeze is converting & to & - any idea how to escape this conversion? I've tried , , quotes
.yml
info.plist
The text was updated successfully, but these errors were encountered: