mirror of
https://github.com/samsonjs/CappuccinoIssue725.git
synced 2026-03-25 09:15:47 +00:00
12 lines
382 B
Text
12 lines
382 B
Text
<?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>CPApplicationDelegateClass</key>
|
|
<string>AppController</string>
|
|
<key>CPBundleName</key>
|
|
<string>CappuccinoIssue725</string>
|
|
<key>CPPrincipalClass</key>
|
|
<string>CPApplication</string>
|
|
</dict>
|
|
</plist>
|