xref: /aosp_15_r20/external/skia/tools/skottie_ios_app/Info.plist (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1<plist version="1.0">
2<dict>
3<key>CFBundleExecutable</key><string>${PRODUCT_NAME}</string>
4<key>CFBundleIdentifier</key><string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
5<key>CFBundlePackageType</key><string>APPL</string>
6<key>LSRequiresIPhoneOS</key><true/>
7<key>UIDeviceFamily</key><array><integer>1</integer><integer>2</integer></array>
8<key>UILaunchStoryboardName</key><string>LaunchScreen</string>
9</dict>
10</plist>
11