mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-24 09:48:33 +00:00
* [apple] Move iOS/macOS src into common apple dir * [apple] Enable macOS as platform in podspec * [example] Use CocoaPods & auto-linking on macOS * [docs] Update setup for macOS * [package] Include apple dir in distribution
6 lines
113 B
Objective-C
6 lines
113 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, const char *argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|