mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-01 03:42:15 +08:00
Diffs= 960d8be2a1 fix flutter tests (#8429) c64659be84 Make build script work on mac (#8421) 8178dd7936 fix for imagediff avrg being wrong (#8430) 7a9e69314d Fix resources getting deleted prematurely in vkutil::ResourcePool (#8411) 5cde901062 Upgrade legacy artboards to work with layouts (#8419) aec431eeb7 Layout fractional sizes & flexBasis (#8405) a02ac789ca imagediff -> opencv (#8397) 4fec171eac Fix crash on controlSize when image not yet available (#8414) Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
27 lines
774 B
Plaintext
27 lines
774 B
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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>App</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>io.flutter.flutter.app</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>App</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>MinimumOSVersion</key>
|
|
<string>12.0</string>
|
|
</dict>
|
|
</plist>
|