mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 14:16:00 -06:00
16 lines
456 B
Text
Executable file
16 lines
456 B
Text
Executable file
<?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>BuildVersion</key>
|
|
<string>3</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>ProjectName</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>SourceVersion</key>
|
|
<string>590000</string>
|
|
</dict>
|
|
</plist>
|