Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
83b91fcc
Commit
83b91fcc
authored
Nov 19, 2018
by
Jose Blaya
Browse files
Updated BETA changelog and Podfile
parent
8d6396aa
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
PIA VPN.xcodeproj/project.pbxproj
View file @
83b91fcc
This diff is collapsed.
Click to expand it.
PIA VPN/SwiftGen+Strings.swift
View file @
83b91fcc
...
...
@@ -377,7 +377,7 @@ internal enum L10n {
internal
static
let
title
=
L10n
.
tr
(
"Localizable"
,
"settings.dns.alert.clear.title"
)
}
internal
enum
Create
{
///
Be warned:
Using
a
non
-
PIA DNS could compromise your privacy.
/// Using non
PIA DNS could
expose your DNS traffic to third parties and
compromise your privacy.
internal
static
let
message
=
L10n
.
tr
(
"Localizable"
,
"settings.dns.alert.create.message"
)
}
}
...
...
@@ -387,13 +387,13 @@ internal enum L10n {
}
internal
enum
Validation
{
internal
enum
Primary
{
/// Primary DNS is not valid
/// Primary DNS is not valid
.
internal
static
let
invalid
=
L10n
.
tr
(
"Localizable"
,
"settings.dns.validation.primary.invalid"
)
/// Primary DNS is mandatory
/// Primary DNS is mandatory
.
internal
static
let
mandatory
=
L10n
.
tr
(
"Localizable"
,
"settings.dns.validation.primary.mandatory"
)
}
internal
enum
Secondary
{
/// Secondary DNS is not valid
/// Secondary DNS is not valid
.
internal
static
let
invalid
=
L10n
.
tr
(
"Localizable"
,
"settings.dns.validation.secondary.invalid"
)
}
}
...
...
Podfile
View file @
83b91fcc
...
...
@@ -67,8 +67,8 @@ def app_pods
end
def
tunnel_pods
#tunnel_by_path('
..
')
tunnel_by_git
(
'
e40e89
1'
)
#tunnel_by_path('
/Users/ueshiba/Desktop/PIA
')
tunnel_by_git
(
'
269d6d
1'
)
#tunnel_by_version('~> 1.1.6')
end
...
...
Podfile.lock
View file @
83b91fcc
...
...
@@ -29,13 +29,13 @@ PODS:
- PIALibrary/VPN (1.1.6):
- PIALibrary/Library
- PIATunnel (~> 1.1.7)
- PIATunnel (1.1.
7
):
- PIATunnel/AppExtension (= 1.1.
7
)
- PIATunnel/Core (= 1.1.
7
)
- PIATunnel/AppExtension (1.1.
7
):
- PIATunnel (1.1.
8
):
- PIATunnel/AppExtension (= 1.1.
8
)
- PIATunnel/Core (= 1.1.
8
)
- PIATunnel/AppExtension (1.1.
8
):
- PIATunnel/Core
- SwiftyBeaver
- PIATunnel/Core (1.1.
7
):
- PIATunnel/Core (1.1.
8
):
- OpenSSL-Apple (~> 1.1.0h)
- SwiftyBeaver
- ReachabilitySwift (4.3.0)
...
...
@@ -53,7 +53,7 @@ DEPENDENCIES:
- PIALibrary/Mock (from `https://github.com/pia-foss/client-library-apple`, commit `09dd28c`)
- PIALibrary/UI (from `https://github.com/pia-foss/client-library-apple`, commit `09dd28c`)
- PIALibrary/VPN (from `https://github.com/pia-foss/client-library-apple`, commit `09dd28c`)
- PIATunnel (from `https://github.com/pia-foss/tunnel-apple`, commit `
e40e89
1`)
- PIATunnel (from `https://github.com/pia-foss/tunnel-apple`, commit `
269d6d
1`)
- SideMenu (= 3.1.5)
- TPKeyboardAvoiding
...
...
@@ -77,7 +77,7 @@ EXTERNAL SOURCES:
:commit: 09dd28c
:git: https://github.com/pia-foss/client-library-apple
PIATunnel:
:commit:
e40e89
1
:commit:
269d6d
1
:git: https://github.com/pia-foss/tunnel-apple
CHECKOUT OPTIONS:
...
...
@@ -85,7 +85,7 @@ CHECKOUT OPTIONS:
:commit: 09dd28c
:git: https://github.com/pia-foss/client-library-apple
PIATunnel:
:commit:
e40e89
1
:commit:
269d6d
1
:git: https://github.com/pia-foss/tunnel-apple
SPEC CHECKSUMS:
...
...
@@ -98,12 +98,12 @@ SPEC CHECKSUMS:
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
OpenSSL-Apple: cd153d705ef350eb834ae7ff5f21f792b51ed208
PIALibrary: 083d81a871a765752ed5492d213f4d4bed3a755f
PIATunnel:
e5357ac0269e91da8e6ca13793d5314c966ac1b2
PIATunnel:
3cd5dfd24ebe20f093e07cd19acf5072bb44a72e
ReachabilitySwift: 408477d1b6ed9779dba301953171e017c31241f3
SideMenu: 47dbf9e4d878062d8994aed43f6e4bf6c1fea30b
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
TPKeyboardAvoiding: cb69d5ddbe90ce0170e4bc2db1e5e41d4a3ad9a4
PODFILE CHECKSUM:
86a0245553120450bda32aa4fd8ce5e4c278e5c1
PODFILE CHECKSUM:
150cf6123f005af40dbfc89c94a1cbb10e1cf274
COCOAPODS: 1.5.3
ci/BETA.changelog
View file @
83b91fcc
-
New OpenVPN option in Settings to select a custom DNS
-
Improved connectivity when moving between networks. Please contact us at beta-feedback-ios@londontrustmedia.com if you have any issues with this change.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment