[cmake-developers] [CMake 0015843]: CMake 3.4.0RC3 Documentation is not mention about support for iOS Application Bundle and iOS Framework Bundle
Mantis Bug Tracker
mantis at public.kitware.com
Tue Nov 10 20:59:42 EST 2015
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=15843
======================================================================
Reported By: gang65
Assigned To:
======================================================================
Project: CMake
Issue ID: 15843
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-11-10 20:59 EST
Last Modified: 2015-11-10 20:59 EST
======================================================================
Summary: CMake 3.4.0RC3 Documentation is not mention about
support for iOS Application Bundle and iOS Framework Bundle
Description:
With CMake 3.4.0 the support for iOS Bundles was created.
Unfortunately the Cmake 3.4 Documentation was not updated.
What need to be changed:
1. Mac OS X should be renamed to OS X
2. On pages related to Frameworks and Applications Bundles, the information
should be added that also iOS is supported
Steps to Reproduce:
Example of pages which needs to be updated:
https://cmake.org/cmake/help/v3.4/prop_tgt/MACOSX_BUNDLE.html
https://cmake.org/cmake/help/v3.4/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html
https://cmake.org/cmake/help/v3.4/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.html
https://cmake.org/cmake/help/v3.4/prop_tgt/MACOSX_RPATH.html
On following page it should be mentioned, that it is only affects OS X systems
(not iOS):
https://cmake.org/cmake/help/v3.4/prop_tgt/FRAMEWORK_VERSION.html
Also following pages should be updated, to reflect that it is also iOS
architectures (eg. "armv7;armv7s;arm64" for iOS device and x86 for iOS
simulator)
https://cmake.org/cmake/help/v3.4/prop_tgt/OSX_ARCHITECTURES_CONFIG.html
It could be used to produce fat framework:
set(CMAKE_OSX_ARCHITECTURES "armv7;armv7s;arm64"
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-11-10 20:59 gang65 New Issue
======================================================================
More information about the cmake-developers
mailing list