mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
15 lines
479 B
Cheetah
15 lines
479 B
Cheetah
<?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>CFBundleName</key>
|
|
<string>CoderVPN</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>${BUNDLE_IDENTIFIER}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${VERSION_STRING}</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${SHORT_VERSION_STRING}</string>
|
|
</dict>
|
|
</plist>
|