85 lines
2.7 KiB
Plaintext
85 lines
2.7 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>CADisableMinimumFrameDuration</key>
|
|
<false />
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Another City</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>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.2.1</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>com.googleusercontent.apps.518916971488-6dpfgd63fl8ir39fq4s53jqrt6ubmqmg</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>6</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true />
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true />
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string></string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Microphone</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string></string>
|
|
<key>NSUserTrackingUsageDescription</key>
|
|
<string>앱이 타겟 광고 거재 추적을 목적으로 IDFA에 접근하려고 합니다.</string>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen-iPhone</string>
|
|
<key>UILaunchStoryboardName~ipad</key>
|
|
<string>LaunchScreen-iPad</string>
|
|
<key>UILaunchStoryboardName~iphone</key>
|
|
<string>LaunchScreen-iPhone</string>
|
|
<key>UILaunchStoryboardName~ipod</key>
|
|
<string>LaunchScreen-iPhone</string>
|
|
<key>UIPrerenderedIcon</key>
|
|
<false />
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UIRequiresFullScreen</key>
|
|
<true />
|
|
<key>UIRequiresPersistentWiFi</key>
|
|
<false />
|
|
<key>UIStatusBarHidden</key>
|
|
<true />
|
|
<key>UIStatusBarStyle</key>
|
|
<string>UIStatusBarStyleDefault</string>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>Unity_LoadingActivityIndicatorStyle</key>
|
|
<integer>-1</integer>
|
|
<key>UnityCloudProjectID</key>
|
|
<string></string>
|
|
<key>UnityCrashSubmissionURL</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|