15 lines
555 B
Plaintext
15 lines
555 B
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>NSCameraUsageDescription</key>
|
|
<string>BusinessCard uses the camera to scan QR codes on other people's business cards.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>BusinessCard uses your photo library to add a profile photo to your business card.</string>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|