84 lines
3.4 KiB
Plaintext
84 lines
3.4 KiB
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>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/>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>주변 친구들과 게임을 하기 위해 로컬 네트워크 권한이 필요합니다.</string>
|
|
<key>NSBonjourServices</key>
|
|
<array>
|
|
<string>_playwith._tcp</string>
|
|
<string>_playwith._udp</string>
|
|
</array>
|
|
<key>GADApplicationIdentifier</key>
|
|
<string>ca-app-pub-3940256099942544~1458002511</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>QR 코드를 스캔하여 방에 접속하기 위해 카메라 권한이 필요합니다.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>채팅방에 사진을 공유하기 위해 갤러리 접근 권한이 필요합니다.</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>사진을 찍어 공유하기 위해 카메라 권한이 필요합니다.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>동영상 촬영을 위해 마이크 권한이 필요합니다.</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>이미지를 갤러리에 저장하기 위해 권한이 필요합니다.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<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>
|