This commit is contained in:
lunaticbum 2025-12-12 13:27:33 +09:00
parent 22caf64855
commit d8f431cac2

View File

@ -45,6 +45,7 @@
<true/> <true/>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
<key>NSLocalNetworkUsageDescription</key> <key>NSLocalNetworkUsageDescription</key>
<string>주변 친구들과 게임을 하기 위해 로컬 네트워크 권한이 필요합니다.</string> <string>주변 친구들과 게임을 하기 위해 로컬 네트워크 권한이 필요합니다.</string>
<key>NSBonjourServices</key> <key>NSBonjourServices</key>
@ -52,32 +53,33 @@
<string>_playwith._tcp</string> <string>_playwith._tcp</string>
<string>_playwith._udp</string> <string>_playwith._udp</string>
</array> </array>
<key>GADApplicationIdentifier</key> <key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string> <string>ca-app-pub-3940256099942544~1458002511</string>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>QR 코드를 스캔하여 방에 접속하기 위해 카메라 권한이 필요합니다.</string> <string>QR 코드를 스캔하여 방에 접속하기 위해 카메라 권한이 필요합니다.</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>채팅방에 사진을 공유하기 위해 갤러리 접근 권한이 필요합니다.</string> <string>채팅방에 사진을 공유하기 위해 갤러리 접근 권한이 필요합니다.</string>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>사진을 찍어 공유하기 위해 카메라 권한이 필요합니다.</string> <string>사진을 찍어 공유하기 위해 카메라 권한이 필요합니다.</string>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>동영상 촬영을 위해 마이크 권한이 필요합니다.</string> <string>동영상 촬영 및 음성 정답 입력을 위해 마이크 권한이 필요합니다.</string>
<key>NSPhotoLibraryAddUsageDescription</key> <key>NSPhotoLibraryAddUsageDescription</key>
<string>이미지를 갤러리에 저장하기 위해 권한이 필요합니다.</string> <string>이미지를 갤러리에 저장하기 위해 권한이 필요합니다.</string>
<key>NSMicrophoneUsageDescription</key>
<string>정답을 음성으로 말하기 위해 마이크 권한이 필요합니다.</string>
<key>NSSpeechRecognitionUsageDescription</key> <key>NSSpeechRecognitionUsageDescription</key>
<string>말한 내용을 텍스트로 변환하여 정답을 확인합니다.</string> <string>말한 내용을 텍스트로 변환하여 정답을 확인합니다.</string>
<key>com.apple.developer.networking.wifi-info</key> <key>com.apple.developer.networking.wifi-info</key>
<true/> <true/>
<key>NEHotspotConfiguration</key> <key>NEHotspotConfiguration</key>
<true/> <true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>로컬 통신을 위해 필요합니다.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
</dict> </dict>
</plist> </plist>