forked from sagnik/Project_Velocity
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Velocity needs camera access to capture room photos for Dream Weaver.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Velocity uses the microphone for push-to-talk Oracle concierge queries.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Velocity uses your location to calculate the accurate sun path for your property.</string>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>Velocity uses Face ID to protect client, broker, and property intelligence when the app resumes.</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>Velocity would like to save your AI-generated room design to your photo library.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Velocity needs access to your photo library to let you pick room photos for Dream Weaver.</string>
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
<string>Velocity uses speech recognition to transcribe broker Oracle concierge queries on request.</string>
|
|
</dict>
|
|
</plist>
|