| <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> |