OpenVPN Adapter now can be compiled for both macOS and iOS

This commit is contained in:
Sergey Abramchuk
2017-03-11 13:48:47 +03:00
parent fd528d6274
commit 146ea30114
30 changed files with 705 additions and 172 deletions
+5 -2
View File
@@ -5,8 +5,11 @@
// Created by Sergey Abramchuk on 09.03.17.
//
//
#import <UIKit/UIKit.h>
#if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATO
@import UIKit;
#else
@import AppKit;
#endif
//! Project version number for OpenVPNAdapter.
FOUNDATION_EXPORT double OpenVPNAdapterVersionNumber;