This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
66 additions
and 66 deletions.
- +5 −5 Cartfile
- +11 −13 Cartfile.resolved
- +3 −24 Client.xcodeproj/project.pbxproj
- +3 −2 Client/Application/LeanplumIntegration.swift
- +2 −0 Client/Frontend/Intro/IntroViewController.swift
- +7 −1 Client/Frontend/Settings/AppSettingsOptions.swift
- +7 −0 Client/Frontend/Settings/SyncContentSettingsViewController.swift
- +7 −0 Cliqz/Search/CliqzSearchViewController.swift
- +2 −6 Cliqz/Settings/Base Classes/CliqzOnOffSetting.swift
- +15 −10 Cliqz/Settings/CliqzAppSettingsOptions.swift
- +4 −5 Cliqz/URLBar/CliqzTabLocationView.swift
| @@ -1,17 +1,15 @@ | ||
| github "getsentry/sentry-cocoa" "3.11.1" | ||
| github "Alamofire/Alamofire" "4.3.0" | ||
| github "sleroux/Deferred" "35b8927c1b94ce074e10793c57e1f80d0e2227fa" | ||
| github "cezheng/Fuzi" "1.0.1" | ||
| github "swisspol/GCDWebServer" "3.3.2" | ||
| github "kif-framework/KIF" "v3.6.0" | ||
| github "SnapKit/SnapKit" "3.1.2" | ||
| github "jrendel/SwiftKeychainWrapper" "3.0.1" | ||
| github "DaveWoodCom/XCGLogger" "Version_4.0.0" | ||
| github "adjust/ios_sdk" "v4.12.1" | ||
| github "AgileBits/onepassword-app-extension" "bcc4cc97fed9a6e73fa204f2e61138e353cb3ef7" | ||
| github "Alamofire/Alamofire" "4.7.2" | ||
| github "DaveWoodCom/XCGLogger" "Version_4.0.0" | ||
| github "SnapKit/SnapKit" "3.1.2" | ||
| github "SwiftyJSON/SwiftyJSON" "3.1.4" | ||
| github "cezheng/Fuzi" "2.0.2" | ||
| github "farhanpatel/JSONSchema.swift" "1c052b83baa8c497e12cde6a8afca0f54574612f" | ||
| github "google/EarlGrey" "1.12.1" | ||
| github "rs/SDWebImage" "4.1.0" | ||
| github "mozilla-mobile/telemetry-ios" "v1.1.0" | ||
| github "getsentry/sentry-cocoa" "3.11.1" | ||
| github "google/EarlGrey" "1.13.0" | ||
| github "jrendel/SwiftKeychainWrapper" "46e5980ee7630be015aae6a6307c2fe1e8f3661d" | ||
| github "kif-framework/KIF" "v3.7.3" | ||
| github "mozilla-mobile/MappaMundi" "0b4f70e2feb941f4d56bd9e27e408d4300656a87" | ||
| github "rs/SDWebImage" "4.1.0" | ||
| github "sleroux/Deferred" "35b8927c1b94ce074e10793c57e1f80d0e2227fa" | ||
| github "swisspol/GCDWebServer" "3.3.2" |