20 | | * Related ticket: #367 |
| 21 | |
| 22 | |
| 23 | = Additional Information = |
| 24 | == Resolving Render Window Issues == |
| 25 | We need a way to properly interface with the [http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html "Cocoa framework"] of Apple. We do need in-depth knowledge of ObjectiveC/C++. [http://will.thimbleby.net/ogre3d-tutorial/ “Tutorial 1"] and [http://www.ogre3d.org/tikiwiki/Using+A+Cocoa+Window&comzone=show "Tutorial 2"] may help. |
| 26 | |
| 27 | == Creating a Mac Application Bundle == |
| 28 | Most of the work is done by CPack, a co-application of CMake. The following three pages might help: [http://www.cmake.org/Wiki/CMake:Packaging_With_CPack#Using_CPack_with_CMake "Packaging with CPack"], [http://www.cmake.org/Wiki/BundleUtilitiesExample "Bundle Utilities Example"] and [http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#Bundle_.28OSX_only.29 "CPack Generators"]. |