mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 16:10:57 +00:00
![Clinton Stimpson](/assets/img/avatar_default.png)
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.
CFBundle test project. The generated .plugin/ bundle from either makefiles or Xcode should look like this: ./Contents ./Contents/Info.plist ./Contents/MacOS ./Contents/MacOS/CFBundleTest ./Contents/Resources ./Contents/Resources/English.lproj ./Contents/Resources/English.lproj/InfoPlist.strings ./Contents/Resources/English.lproj/Localized.rsrc file Contents/MacOS/CFBundleTest should return something like: Contents/MacOS/CFBundleTest: Mach-O 64-bit bundle x86_64 It is okay if it is a 32 bit binary; if it is not Mach-O, or is spelled differently, it is not okay.