playWith/apps/app/ios/Runner/Info.plist

85 lines
3.2 KiB
Plaintext
Raw Normal View History

2025-11-21 17:58:56 +09:00
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Playwith App</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>playwith_app</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
2025-12-12 13:27:33 +09:00
<key>NSLocalNetworkUsageDescription</key>
2025-11-24 17:53:00 +09:00
<string>주변 친구들과 게임을 하기 위해 로컬 네트워크 권한이 필요합니다.</string>
<key>NSBonjourServices</key>
<array>
<string>_playwith._tcp</string>
2025-12-02 11:06:23 +09:00
<string>_playwith._udp</string>
2025-11-24 17:53:00 +09:00
</array>
2025-12-12 13:27:33 +09:00
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>NSCameraUsageDescription</key>
<string>QR 코드를 스캔하여 방에 접속하기 위해 카메라 권한이 필요합니다.</string>
2025-11-24 17:53:00 +09:00
<key>NSPhotoLibraryUsageDescription</key>
2025-12-12 13:27:33 +09:00
<string>채팅방에 사진을 공유하기 위해 갤러리 접근 권한이 필요합니다.</string>
2025-11-24 17:53:00 +09:00
<key>NSCameraUsageDescription</key>
2025-12-12 13:27:33 +09:00
<string>사진을 찍어 공유하기 위해 카메라 권한이 필요합니다.</string>
2025-11-24 17:53:00 +09:00
<key>NSMicrophoneUsageDescription</key>
2025-12-12 13:27:33 +09:00
<string>동영상 촬영 및 음성 정답 입력을 위해 마이크 권한이 필요합니다.</string>
2025-11-25 16:34:13 +09:00
<key>NSPhotoLibraryAddUsageDescription</key>
2025-12-12 13:27:33 +09:00
<string>이미지를 갤러리에 저장하기 위해 권한이 필요합니다.</string>
2025-11-25 16:34:13 +09:00
<key>NSSpeechRecognitionUsageDescription</key>
2025-12-12 13:27:33 +09:00
<string>말한 내용을 텍스트로 변환하여 정답을 확인합니다.</string>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
2025-12-02 11:06:23 +09:00
<key>NEHotspotConfiguration</key>
2025-12-12 13:27:33 +09:00
<true/>
2025-12-02 11:06:23 +09:00
2025-12-12 13:27:33 +09:00
<key>NSBluetoothAlwaysUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>주변 친구를 찾기 위해 블루투스를 사용합니다.</string>
2025-11-21 17:58:56 +09:00
</dict>
2025-12-12 13:27:33 +09:00
</plist>