skia2/tools/skottie_ios_app/Info.plist

11 lines
416 B
Plaintext
Raw Normal View History

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