mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
744e6c497c
In contrast to Mac OS X App bundle layout the iOS one lacks the Contents/MacOSX structure. See also the Bundle Structures documentation in Mac Developer Library: https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html For now detect iOS targets by checking the SDK name/path.
4 lines
58 B
Objective-C
4 lines
58 B
Objective-C
int main(int argc, const char * argv[]) {
|
|
return 1;
|
|
}
|