mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
Previously, when calling the method orderOut: on the full platform window of a CPPlatformWindow, cappuccino didn't close the parent CPPlatformWindow. When he does, this only works if the parent platformWindow is not the primary platform. Test app in Tests/Manual/CPPlatformWindow/
15 lines
485 B
Plaintext
15 lines
485 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>CPPlatformWindow</string>
|
|
<key>CPBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CPHumanReadableCopyright</key>
|
|
<string>Copyright © 2014, Your Company All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|