You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
416 B
11 lines
416 B
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleExecutable</key><string>${PRODUCT_NAME}</string>
|
|
<key>CFBundleIdentifier</key><string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
<key>CFBundlePackageType</key><string>APPL</string>
|
|
<key>LSRequiresIPhoneOS</key><true/>
|
|
<key>UIDeviceFamily</key><array><integer>1</integer><integer>2</integer></array>
|
|
<key>UILaunchStoryboardName</key><string>LaunchScreen</string>
|
|
</dict>
|
|
</plist>
|