mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-06-08 02:48:17 +08:00
21 lines
646 B
Plaintext
21 lines
646 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>CFBundleExecutable</key>
|
||
|
|
<string>Semi.Avalonia.Demo.Desktop</string>
|
||
|
|
<key>CFBundleIdentifier</key>
|
||
|
|
<string>org.avaloniaui.SemiAvaloniaDemo</string>
|
||
|
|
<key>CFBundleName</key>
|
||
|
|
<string>Semi Avalonia Demo</string>
|
||
|
|
<key>CFBundlePackageType</key>
|
||
|
|
<string>APPL</string>
|
||
|
|
<key>CFBundleShortVersionString</key>
|
||
|
|
<string>$(Version)</string>
|
||
|
|
<key>CFBundleVersion</key>
|
||
|
|
<string>$(Version)</string>
|
||
|
|
<key>LSMinimumSystemVersion</key>
|
||
|
|
<string>10.15</string>
|
||
|
|
</dict>
|
||
|
|
</plist>
|