dashboard
repositories
filestore
activity
search
login
hefan
/
LiveProjectIOS
ios 版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
相机权限
Runt
2025-06-27
e21b1c797955a231f2bcf71818e0259fbb6aeba1
[hefan/LiveProjectIOS.git]
/
LiveProject
/
Info.plist
1
2
3
4
5
6
7
8
<?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>App 需要访问相机用于视频显示</string>
</dict>
</plist>