Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 1eca9ca

Browse files
committed
update Readme for UISceneSession compatibility
1 parent 00cee16 commit 1eca9ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ pod 'WeLoop'
2525

2626
## Usage
2727

28+
### Compatibility with scene delegates
29+
30+
If your application uses a `UISceneSession`, you need to configure the SDK early on in your ApplicationDelegate:
31+
32+
```swift
33+
WeLoop.set(sceneBasedApplication: true)
34+
```
35+
36+
In the next major release, this will no longer be necessary.
37+
2838
### Invocation
2939

3040
In order to invoke WeLoop you have two options.

WeLoop.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WeLoop'
11-
s.version = '2.0.1'
11+
s.version = '2.0.2'
1212
s.summary = 'Integrate WeLoop to your iOS project'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)