Skip to content

Commit

Permalink
Merge pull request #64 from Azure-Samples/oldalton/update_parentviewc…
Browse files Browse the repository at this point in the history
…ontroller_api

Updated to new MSALWebViewParameters initializer API
  • Loading branch information
oldalton committed Apr 16, 2020
2 parents f8bc455 + c990f0a commit 68230ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MSALiOS/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ extension ViewController {
}

func initWebViewParams() {
self.webViewParamaters = MSALWebviewParameters(parentViewController: self)
self.webViewParamaters = MSALWebviewParameters(authPresentationViewController: self)
}
}

Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- MSAL (1.1.0):
- MSAL/app-lib (= 1.1.0)
- MSAL/app-lib (1.1.0)
- MSAL (1.1.2):
- MSAL/app-lib (= 1.1.2)
- MSAL/app-lib (1.1.2)

DEPENDENCIES:
- MSAL (~> 1.1.0)
- MSAL

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- MSAL

SPEC CHECKSUMS:
MSAL: 917b8c60ac97dcf50ac5ff987f9f971fb665f7c0
MSAL: d62d5af3b89f9753be6d157035629bbd851e4d15

PODFILE CHECKSUM: 472f8eaa19902d9f4ed8556554a7fed88779abfc
PODFILE CHECKSUM: 27b86088d6269d05d5a779778e844591cd997e42

COCOAPODS: 1.7.5
COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use_frameworks!

target 'MSALiOS' do
pod 'MSAL', '~> 1.1.0'
pod 'MSAL'
end

0 comments on commit 68230ce

Please sign in to comment.