Fix issue with iOS testing

This commit is contained in:
Sergey Abramchuk
2017-03-11 14:55:55 +03:00
parent 42e85175fa
commit 8fc4ef3c7c
2 changed files with 4 additions and 11 deletions
+2 -5
View File
@@ -5,11 +5,8 @@
// Created by Sergey Abramchuk on 09.03.17.
//
//
#if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
@import UIKit;
#else
@import AppKit;
#endif
@import Foundation;
//! Project version number for OpenVPNAdapter.
FOUNDATION_EXPORT double OpenVPNAdapterVersionNumber;