mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
Added protocol CPAnimationDelegate. Also, now, delegate methods are called as we are used to do it in Cappuccino Test app in Tests/Manual/CPAnimationTest.
15 lines
484 B
Plaintext
15 lines
484 B
Plaintext
<?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>Main cib file base name</key>
|
|
<string>MainMenu.cib</string>
|
|
<key>CPBundleName</key>
|
|
<string>CPAnimationTest</string>
|
|
<key>CPBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CPHumanReadableCopyright</key>
|
|
<string>Copyright © 2014, Your Company All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|