/Tests/Manual/LoadTimeTest/Info.plist

http://github.com/cacaodev/cappuccino · Unknown · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 228a7879d24e9c8a31dd94dd4e464fd5 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>AppController</string>
  7. <key>CPBundleName</key>
  8. <string>LoadTimeTest</string>
  9. <key>CPPrincipalClass</key>
  10. <string>CPApplication</string>
  11. </dict>
  12. </plist>