Attach .ovpn rather than .txt

Less convenient to quick look, yet more convenient for testing
import.
This commit is contained in:
Davide De Rosa 2018-11-04 11:51:44 +01:00
parent f2b5c05d58
commit cfad536048
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ class AppConstants {
return "debug-\(iso).txt"
}
// static let configuration = "profile.ovpn"
static let configuration = "profile.ovpn.txt"
static let configuration = "profile.ovpn"
// static let configuration = "profile.ovpn.txt"
}
class MIME {