paulb777
(Paul Beusterien)
1
When opening firebase-ios-sdk/Package.swift at master · firebase/firebase-ios-sdk · GitHub the Xcode scheme selector lists the schemes in a jumbled order.
Is there a way to force them to be alphabetical or to control the sort in any other way?
NeoNacho
(Boris Buegling)
2
In theory, they should be sorted through the order hint mechanism of schemes (*-Package should be first and the rest alphabetical). You can also manually sort schemes in Xcode, IIRC.
paulb777
(Paul Beusterien)
3
Thanks, but that does not seem to help with persistence.
There is no obvious way to make xcshememanagement.plist shared. I tried copying it to xcshareddata/xcschemes, but Xcode ignored it and still recreated a randomly ordered version in xcuserdata.