diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:47:34 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:47:34 +0000 |
| commit | bb9394a46f2c541db7cfdf664bf4411a61afcba4 (patch) | |
| tree | 1ecbb909b4275f722e9518a9c2ff5a538bd0f415 /Common/NativeApp/Apple/Source/main.m | |
| parent | Updated core (diff) | |
| download | DiligentEngine-bb9394a46f2c541db7cfdf664bf4411a61afcba4.tar.gz DiligentEngine-bb9394a46f2c541db7cfdf664bf4411a61afcba4.zip | |
Moved NativeApp to Tools module
Diffstat (limited to 'Common/NativeApp/Apple/Source/main.m')
| -rw-r--r-- | Common/NativeApp/Apple/Source/main.m | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Common/NativeApp/Apple/Source/main.m b/Common/NativeApp/Apple/Source/main.m deleted file mode 100644 index 7134864..0000000 --- a/Common/NativeApp/Apple/Source/main.m +++ /dev/null @@ -1,25 +0,0 @@ -/* - Copyright (C) 2015 Apple Inc. All Rights Reserved. - See LICENSE.txt for this sample’s licensing information - - Abstract: - Standard AppKit entry point. - */ - -#if PLATFORM_IOS -#import <UIKit/UIKit.h> -#import "AppDelegate.h" -#else // OS X -#import <Cocoa/Cocoa.h> -#endif - -int main(int argc, char * argv[]) { - -#if PLATFORM_IOS - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -#else - return NSApplicationMain(argc, (const char**)argv); -#endif -} |
