Filter regions by name, latency or favorite
File added
File added
File deleted
File added
File deleted
PIA VPN/RegionFilter.swift
0 → 100644
... | ... | @@ -65,6 +65,7 @@ def app_pods |
pod 'FXPageControl' | ||
pod 'MBProgressHUD' | ||
pod 'DZNEmptyDataSet' | ||
pod 'PopupDialog' | ||
end | ||
def tunnel_pods | ||
... | ... | @@ -90,3 +91,13 @@ end |
target 'PIA VPN Tunnel' do | ||
tunnel_pods | ||
end | ||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
if ['PopupDialog'].include? target.name | ||
target.build_configurations.each do |config| | ||
config.build_settings['SWIFT_VERSION'] = '4.2' | ||
end | ||
end | ||
end | ||
end |
Please register or sign in to comment