Skip to content

Commit

Permalink
[WASH-930] Update to tagged e3db-swift dep, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Sky committed Jul 30, 2021
1 parent 7c7cd22 commit ced9cff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

pod "E3db", :git => 'https://github.com/tozny/e3db-swift', :commit => 'c2d09b758b4797be611371bee45064e5d833505b'
pod "E3db", :git => 'https://github.com/tozny/e3db-swift', :tag => "4.2.0"

end

Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- E3db (4.1.0-alpha.2):
- E3db/Core (= 4.1.0-alpha.2)
- E3db/Core (4.1.0-alpha.2):
- E3db (4.2.0):
- E3db/Core (= 4.2.0)
- E3db/Core (4.2.0):
- Sodium (~> 0.7)
- ToznyHeimdallr (~> 4.0)
- ToznySwish (~> 5.0.0)
Expand All @@ -25,7 +25,7 @@ PODS:
- Valet (3.2.8)

DEPENDENCIES:
- E3db (from `https://github.com/tozny/e3db-swift`, commit `c2d09b758b4797be611371bee45064e5d833505b`)
- E3db (from `https://github.com/tozny/e3db-swift`, tag `4.2.0`)
- Flutter (from `Flutter`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
Expand All @@ -41,8 +41,8 @@ SPEC REPOS:

EXTERNAL SOURCES:
E3db:
:commit: c2d09b758b4797be611371bee45064e5d833505b
:git: https://github.com/tozny/e3db-swift
:tag: 4.2.0
Flutter:
:path: Flutter
path_provider:
Expand All @@ -54,11 +54,11 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
E3db:
:commit: c2d09b758b4797be611371bee45064e5d833505b
:git: https://github.com/tozny/e3db-swift
:tag: 4.2.0

SPEC CHECKSUMS:
E3db: bd7478440ee6c8de9ed30b342409487c4072f3ea
E3db: f1ae25955416f7dcbc22aafcdcc86c9b088de0a1
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
Expand All @@ -69,6 +69,6 @@ SPEC CHECKSUMS:
ToznySwish: 22cb7f57696adbb98cb9078b278b756215169dc0
Valet: 16d0537d70db79d9ba953b9060b5da4fb8004e51

PODFILE CHECKSUM: a3ba4bcb8b63ebff899f51796822534c2bf3edb6
PODFILE CHECKSUM: 9c7e2167a8d82b9c91a2f862cc4a1ac6dab1aff2

COCOAPODS: 1.10.1
1 change: 1 addition & 0 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- This is only needed when developing and running this app against non HTTPS endpoints (i.e. local development versions of Tozny Platform). This is an example project and not a production ready app for publishing to the iOS app store. If you are building a production app, be advised of the need to remove this setting or provide a justification in line with https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity/nsallowsarbitraryloads -->
<key>NSAllowsArbitraryLoads</key><true/>
</dict>
</dict>
Expand Down
1 change: 0 additions & 1 deletion ios/Classes/SwiftFlutterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public class SwiftFlutterPlugin: NSObject, Flutter.FlutterPlugin {

/// Get the identity credentials for a user and create a client for them. The username, password and realm details are
/// persisted from the `FlutterMethodCall` object

public func loginIdentity(_ call: FlutterMethodCall, result: @escaping FlutterResult) {
let args = call.arguments as! Dictionary<String, Any>
let realmConfig = args["realm_config"] as! Dictionary<String,String>
Expand Down

0 comments on commit ced9cff

Please sign in to comment.