Describe the problem
I have a tauri.conf.json and a tauri-staging.conf.json which overwrites some of the values in the main config for staging builds.
The Info.plist file needs to have different activity values for staging and production.
At the moment it's not possible to set different Info.plist files for these different configs.
Describe the solution you'd like
In the same way it's possible to set the path of the entitements.plist file, make it possible to set the path of the info.plist file in the Tauri config file.
Alternatives considered
No response
Additional context
No response