Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -5/+3 |
| | | | | | | | This fixes bug #13797. The kinds of changes applied in 373faae5 for frameworks are now applied to CFBundle. The prefix and suffix for CFBundles are now handled in cmTarget::GetFullNameInternal. | ||||
* | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | Make handling of directory separators consistent between non-bundle and bundle code. Remove xcode specific flag from cmTarget when getting install_name. Add (more) consistent convenience functions in cmTarget to get directories inside of bundles and frameworks to add files to. This refactor also fixes bug #12263 where frameworks had the wrong install name when SKIP_BUILD_RPATH. Also make install_name for frameworks consistent between Makefile and Xcode generator. | ||||
* | Ninja: remove warnings | Peter Kümmel | 2012-07-18 | 1 | -2/+3 |
| | |||||
* | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | Re-factor Mac OS X content directory computation. | Nicolas Despres | 2012-07-17 | 1 | -0/+3 |
| | |||||
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+11 |
| | |||||
* | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+3 |
| | |||||
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+52 |