Skip to content

Commit

Permalink
Updated PsiphonClientCommonLibrary to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Aug 18, 2021
1 parent 869c5b5 commit ff0ddba
Show file tree
Hide file tree
Showing 49 changed files with 1,656 additions and 135 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target 'Psiphon' do
pod "InAppSettingsKit", :git => "https://github.com/Psiphon-Inc/InAppSettingsKit.git", :commit => '8bd203c'
#pod "InAppSettingsKit", :path => "../InAppSettingsKit"
#pod "PsiphonClientCommonLibrary", :path => "../psiphon-ios-client-common-library"
pod 'PsiphonClientCommonLibrary', :git => "https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git", :commit => 'ecc062a'
pod 'PsiphonClientCommonLibrary', :git => "https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git", :commit => 'c8dc00b'

pod 'ReactiveObjC', :git => "https://github.com/Psiphon-Inc/ReactiveObjC.git", :commit => '8bbf9dd'
pod 'MBProgressHUD', '~> 1.1.0'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- EFCountingLabel (5.1.3)
- InAppSettingsKit (2.15)
- MBProgressHUD (1.1.0)
- PsiphonClientCommonLibrary (4.0.6):
- PsiphonClientCommonLibrary (4.0.7):
- InAppSettingsKit (= 2.15)
- ReactiveObjC (3.1.0)
- SVProgressHUD (2.2.5)
Expand All @@ -11,7 +11,7 @@ DEPENDENCIES:
- EFCountingLabel (~> 5.1.3)
- InAppSettingsKit (from `https://github.com/Psiphon-Inc/InAppSettingsKit.git`, commit `8bd203c`)
- MBProgressHUD (~> 1.1.0)
- PsiphonClientCommonLibrary (from `https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git`, commit `ecc062a`)
- PsiphonClientCommonLibrary (from `https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git`, commit `c8dc00b`)
- ReactiveObjC (from `https://github.com/Psiphon-Inc/ReactiveObjC.git`, commit `8bbf9dd`)
- SVProgressHUD (~> 2.2.5)

Expand All @@ -26,7 +26,7 @@ EXTERNAL SOURCES:
:commit: 8bd203c
:git: https://github.com/Psiphon-Inc/InAppSettingsKit.git
PsiphonClientCommonLibrary:
:commit: ecc062a
:commit: c8dc00b
:git: https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git
ReactiveObjC:
:commit: 8bbf9dd
Expand All @@ -37,7 +37,7 @@ CHECKOUT OPTIONS:
:commit: 8bd203c
:git: https://github.com/Psiphon-Inc/InAppSettingsKit.git
PsiphonClientCommonLibrary:
:commit: ecc062a
:commit: c8dc00b
:git: https://github.com/Psiphon-Inc/psiphon-ios-client-common-library.git
ReactiveObjC:
:commit: 8bbf9dd
Expand All @@ -47,10 +47,10 @@ SPEC CHECKSUMS:
EFCountingLabel: 90f505124cfc50045349fb637fac7d1bc3f612e8
InAppSettingsKit: 4890a44f9df7a1742c632920f0ea939cbeb29ea2
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
PsiphonClientCommonLibrary: aea3f6d77d1bc74042ae16a48553233a13596e97
PsiphonClientCommonLibrary: 082ac45a0ec12e20be21b6995e89b1f612aadb84
ReactiveObjC: 2a38ea15335de4119d8b17caf1db1484f61db902
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6

PODFILE CHECKSUM: 36aa53325ec162a85458261bc7ff6ab8e6266df6
PODFILE CHECKSUM: ea4726817d04d1cf193debae1f344cac559e7af2

COCOAPODS: 1.10.1
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/PsiphonClientCommonLibrary.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff0ddba

Please sign in to comment.