summaryrefslogtreecommitdiffstats
path: root/Tests/CFBundleTest
Commit message (Collapse)AuthorAgeFilesLines
* CFBundle test: Add isysroot argument when calling Rez.Clinton Stimpson2013-11-061-1/+7
|
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-0/+2
| | | | | | | 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.
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
|
* CFBundle Test: Add PATHS for finding Rez (#11295)David Cole2011-01-111-1/+4
| | | | | | Some older dashboard machines do not have Rez in /usr/bin like us modern folk. But most of them will have it in /Developer/Tools... So make sure we look there.
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-1110-0/+250
This commit enables building, for example, plugin bundles to be loaded by web browsers.