Skip to content

Commit

Permalink
update Readme for UISceneSession compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Dec 7, 2020
1 parent 00cee16 commit 1eca9ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ pod 'WeLoop'

## Usage

### Compatibility with scene delegates

If your application uses a `UISceneSession`, you need to configure the SDK early on in your ApplicationDelegate:

```swift
WeLoop.set(sceneBasedApplication: true)
```

In the next major release, this will no longer be necessary.

### Invocation

In order to invoke WeLoop you have two options.
Expand Down
2 changes: 1 addition & 1 deletion WeLoop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WeLoop'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Integrate WeLoop to your iOS project'

s.description = <<-DESC
Expand Down

0 comments on commit 1eca9ca

Please sign in to comment.