mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
OpenVPN Adapter now can be compiled for both macOS and iOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user