Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of Ticket #362


Ignore:
Timestamp:
May 11, 2011, 9:47:46 AM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #362 – Description

    v7 v8  
    22If possible, create a bundle.
    33
    4 = General Update for Ticket (as of April 27 2011) =
     4= General Update for Ticket (as of May 11 2011) =
    55
    66Consult [wiki:MacOSX MacOSX] for more details (including a tutorial).
    77
    88== Achieved Goals ==
     9 * Trunk compatibility for Mac OS X 10.6
    910 * Dependency package for Mac OS X 10.6
    1011 * Compilation
    1112 * Execution
    1213 * Playability
    13  * Tutorial and Documentation
     14 * Tutorial
    1415
    1516== Prevailing Issues ==
     
    1920 * Mac OS X 10.5 Support
    2021 * PCH support on OS X
    21 
     22 * Doxygen documentation support
    2223
    2324= Additional Information =
    2425== Creating a Mac Application Bundle ==
    25 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"].
     26Most 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"]. Additionally, certain CMake files have already been created: {{{BundleConfig.cmake}}} and {{{PrepareDevBundle.cmake}}}. CPack is included at the end of the top-level {{{CMakeLists.txt}}} file.