Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CFBundleTest/README.txt
3150 views
1
2
CFBundle test project. The generated .plugin/ bundle from either makefiles or Xcode should look like this:
3
4
./Contents
5
./Contents/Info.plist
6
./Contents/MacOS
7
./Contents/MacOS/CFBundleTest
8
./Contents/Resources
9
./Contents/Resources/English.lproj
10
./Contents/Resources/English.lproj/InfoPlist.strings
11
./Contents/Resources/English.lproj/Localized.rsrc
12
13
file Contents/MacOS/CFBundleTest should return something like:
14
Contents/MacOS/CFBundleTest: Mach-O 64-bit bundle x86_64
15
16
It is okay if it is a 32 bit binary; if it is not Mach-O, or is spelled differently, it is not okay.
17
18