PlayerSettings.iOS.iOSUrlSchemes is not being stored

I think Changing iOSUrlSchemes is not working.

I created changing player setting using BuildPlayerWindow.RegisterBuildPlayerHandler.

Changing other player settings works fine.

but PlayerSettings.iOS.iOSUrlSchemes doesn’t overwrite.

PlayerSettings.iOS.iOSUrlSchemes[0] = “open”;

I opened info.plist file. it has still old value.

Logged while building, the new value is ignored.

Any thought??

This is a bug I think. I manually open the plist file and changed the value.