Fixed log in with librem.one accounts, removed Account menu, and switched to...
Fixed log in with librem.one accounts, removed Account menu, and switched to our fork of PIA's client-library-apple
Showing
This diff is collapsed.
... | ... | @@ -5,6 +5,7 @@ use_frameworks! |
# Libraries | ||
$git_root = "https://github.com/pia-foss" | ||
$git_root_library = "https://github.com/t0mmar" | ||
$library_pod = 'PIALibrary' | ||
$library_repo = 'client-library-apple' | ||
... | ... | @@ -26,7 +27,7 @@ end |
def library_by_git(sha) | ||
$library_subspecs.each { |name| | ||
pod "#{$library_pod}/#{name}", :git => "#{$git_root}/#{$library_repo}", :commit => sha | ||
pod "#{$library_pod}/#{name}", :git => "#{$git_root_library}/#{$library_repo}", :commit => sha | ||
} | ||
end | ||
... | ... | @@ -53,7 +54,7 @@ end |
def shared_main_pods | ||
pod 'AlamofireImage' | ||
#library_by_path('') | ||
library_by_git('746333f') | ||
library_by_git('83563b20cb9e296a13269912c7e05b30f8c48645') | ||
#library_by_version('~> 1.1.3') | ||
end | ||
... | ... |
Please register or sign in to comment