This commit is contained in:
2025-12-02 11:06:23 +09:00
parent bf40c42c2c
commit 22caf64855
34 changed files with 4594 additions and 505 deletions
+12
View File
@@ -50,6 +50,7 @@
<key>NSBonjourServices</key>
<array>
<string>_playwith._tcp</string>
<string>_playwith._udp</string>
</array>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
@@ -67,5 +68,16 @@
<string>정답을 음성으로 말하기 위해 마이크 권한이 필요합니다.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>말한 내용을 텍스트로 변환하여 정답을 확인합니다.</string>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
<key>NEHotspotConfiguration</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>로컬 통신을 위해 필요합니다.</string>
</dict>
</plist>
+8
View File
@@ -0,0 +1,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>com.apple.developer.networking.HotspotConfiguration</key>
<true/>
</dict>
</plist>