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
+19
View File
@@ -0,0 +1,19 @@
//
// Bundle.swift
// OpenVPN iOS Client
//
// Created by Sergey Abramchuk on 09.03.17.
//
//
import Foundation
private final class BundleHelper {}
extension Bundle {
static var current: Bundle {
return Bundle(for: BundleHelper.self)
}
}