/Tools/capp/Resources/Templates/ThemeDescriptor/Info.plist

http://github.com/cacaodev/cappuccino · Unknown · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 871d2207789ee9b3c3f93ee2cd713c87 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CPApplicationDelegateClass</key>
  6. <string>BKShowcaseController</string>
  7. <key>CPBundleName</key>
  8. <string>__project.name__</string>
  9. <key>CPPrincipalClass</key>
  10. <string>CPApplication</string>
  11. </dict>
  12. </plist>