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                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to