Skip to content

Commit 68230ce

Browse files
authored
Merge pull request #64 from Azure-Samples/oldalton/update_parentviewcontroller_api
Updated to new MSALWebViewParameters initializer API
2 parents f8bc455 + c990f0a commit 68230ce

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

MSALiOS/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ extension ViewController {
126126
}
127127

128128
func initWebViewParams() {
129-
self.webViewParamaters = MSALWebviewParameters(parentViewController: self)
129+
self.webViewParamaters = MSALWebviewParameters(authPresentationViewController: self)
130130
}
131131
}
132132

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
PODS:
2-
- MSAL (1.1.0):
3-
- MSAL/app-lib (= 1.1.0)
4-
- MSAL/app-lib (1.1.0)
2+
- MSAL (1.1.2):
3+
- MSAL/app-lib (= 1.1.2)
4+
- MSAL/app-lib (1.1.2)
55

66
DEPENDENCIES:
7-
- MSAL (~> 1.1.0)
7+
- MSAL
88

99
SPEC REPOS:
10-
https://github.com/cocoapods/specs.git:
10+
trunk:
1111
- MSAL
1212

1313
SPEC CHECKSUMS:
14-
MSAL: 917b8c60ac97dcf50ac5ff987f9f971fb665f7c0
14+
MSAL: d62d5af3b89f9753be6d157035629bbd851e4d15
1515

16-
PODFILE CHECKSUM: 472f8eaa19902d9f4ed8556554a7fed88779abfc
16+
PODFILE CHECKSUM: 27b86088d6269d05d5a779778e844591cd997e42
1717

18-
COCOAPODS: 1.7.5
18+
COCOAPODS: 1.9.1

podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use_frameworks!
22

33
target 'MSALiOS' do
4-
pod 'MSAL', '~> 1.1.0'
4+
pod 'MSAL'
55
end

0 commit comments

Comments
 (0)