Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

point to app-services #974

Merged
merged 2 commits into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github "RxSwiftCommunity/RxOptional" ~> 3.1.3
github "mozilla-mobile/telemetry-ios"
github "jrendel/SwiftKeychainWrapper" ~> 3.0
github "mozilla-mobile/MappaMundi" "master"
github "garvankeeley/application-services" "0.27.0.1" # for xcode 10.2 compat use this fork temporarily
github "mozilla/application-services" "v0.27.2"
github "adjust/ios_sdk" ~> 4.14.1
github "getsentry/sentry-cocoa" "4.1.0"
github "ashleymills/Reachability.swift" "v4.3.0"
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github "RxSwiftCommunity/RxOptional" "3.7.0"
github "adjust/ios_sdk" "v4.17.2"
github "apple/swift-protobuf" "1.5.0"
github "ashleymills/Reachability.swift" "v4.3.0"
github "garvankeeley/application-services" "0.27.0.1"
github "getsentry/sentry-cocoa" "4.1.0"
github "jrendel/SwiftKeychainWrapper" "3.2.0"
github "mozilla-mobile/MappaMundi" "03f0783269c86e0dbd3a2471c6a37c9bf8aaa64e"
github "jrendel/SwiftKeychainWrapper" "3.3.0"
github "mozilla-mobile/MappaMundi" "4341a2cf9f46b62857df0933cfa4405050b6a77b"
github "mozilla-mobile/telemetry-ios" "1.1.1"
github "mozilla/application-services" "v0.27.2"
2 changes: 1 addition & 1 deletion LockboxXCUITests/LockboxXCUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class LockboxXCUITests: BaseTestCase {
}

func testEntriesSortAndSearch() {
let firstEntryRecentOrder = "bmo.com"
let firstEntryRecentOrder = "arncyvuzox.co.uk"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The joys of a shared account with test data that can be deleted? Ha yikes, thank you 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😛

let firstEntryAphabeticallyOrder = "accounts.firefox.com"
loginToEntryListView()

Expand Down