Hi,I created an independent watchOS application (without an iOS counterpart) So I have three targets created by Xcode:- MyApp (which has no linked folder)- MyApp WatchKit App- MyApp WatchKit ExtensionNo my app requires the use of HealthKit, so I added the `NSHealthShareUsageDescription ` to the Info.plist belonging to the Extension target. But when I try to uploade the application to App Store Connect (through Xcode), I get the following error message:"Invalid Info.plist key. The key 'NSHealthShareUsageDescription' in bundle MyApp.app/Watch/MyApp WatchKit App.app is invalid."I tried adding the key to the Info.plist of the App target, but this gave errors after the upload completed...Anyone tried this before? Maybe this issue is resolved with the new Transporter app, but when this will arrive is a mistery...