mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>LaunchSLClient</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>LaunchSLClient</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|