mirror of
https://github.com/defold/extension-camera
synced 2025-06-28 19:07:43 +02:00
9 lines
294 B
Plaintext
9 lines
294 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>{{project.title}} would like to access the camera.</string>
|
|
</dict>
|
|
</plist>
|