Skip to content

Commit 98d5278

Browse files
committed
Update dependencies of demoapp Fix #21
1 parent 1c00be2 commit 98d5278

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

SampleApp/CallbackURLKitDemo/ViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ extension ViewController {
6464
appName: Manager.shared.callbackURLScheme ?? "callbackUrlKit",
6565
onSuccess: { token in
6666
print("token \(token)")
67+
68+
// try? ulysses.newSheet(text: "test")
6769
},
6870
onFailure: { error in
6971
print("\(error)")

SampleApp/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- CallbackURLKit/Core (2.1.0)
3-
- CallbackURLKit/GoogleChrome (2.1.0):
2+
- CallbackURLKit/Core (2.2.0)
3+
- CallbackURLKit/GoogleChrome (2.2.0):
44
- CallbackURLKit/Core
5-
- CallbackURLKit/Ulysses (2.1.0):
5+
- CallbackURLKit/Ulysses (2.2.0):
66
- CallbackURLKit/Core
77

88
DEPENDENCIES:
@@ -14,8 +14,8 @@ EXTERNAL SOURCES:
1414
:path: "../CallbackURLKit.podspec"
1515

1616
SPEC CHECKSUMS:
17-
CallbackURLKit: 41dbd03ebe4b14a85267aa4efc0bbf8bafc0e780
17+
CallbackURLKit: 63d4ce4c79a0344179d7d5fd9c38175b732b8a6f
1818

1919
PODFILE CHECKSUM: fb5ecaad3a4ff4b9fb6982c1b7d7eb6f545e5d0b
2020

21-
COCOAPODS: 1.6.0.beta.1
21+
COCOAPODS: 1.6.0

0 commit comments

Comments
 (0)