diff options
Diffstat (limited to 'wrappers/swift/CEduVpnCommon')
| -rw-r--r-- | wrappers/swift/CEduVpnCommon/Package.swift | 13 | ||||
| -rw-r--r-- | wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap | 5 |
2 files changed, 0 insertions, 18 deletions
diff --git a/wrappers/swift/CEduVpnCommon/Package.swift b/wrappers/swift/CEduVpnCommon/Package.swift deleted file mode 100644 index 884f042..0000000 --- a/wrappers/swift/CEduVpnCommon/Package.swift +++ /dev/null @@ -1,13 +0,0 @@ -// swift-tools-version:5.1 - -import PackageDescription - -let package = Package( - name: "CEduVpnCommon", - products: [ - .library(name: "CEduVpnCommon", targets: ["CEduVpnCommon"]), - ], - targets: [ - .systemLibrary(name: "CEduVpnCommon"), - ] -) diff --git a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap deleted file mode 100644 index 2c50cfd..0000000 --- a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap +++ /dev/null @@ -1,5 +0,0 @@ -module CEduVpnCommon { - header "Headers/eduvpn_common.h" - link "eduvpn_common" - export * -} |
