Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated iOS deployment target.
  • Loading branch information
lookdeceline committed Apr 26, 2023
1 parent 2afa88b commit 562f3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The minimum requirements for Chat SDK for iOS are:

- Mac OS with developer mode enabled
- Xcode
- At least one physical iOS device running iOS 9.0 and later
- At least one physical iOS device running iOS 11.0 and later
- Swift 4.0 and later

### Add-ons for Sendbird Chat SDK
Expand Down Expand Up @@ -97,7 +97,7 @@ $ pod init
On `Podfile`, add the following lines:

```bash
platform :ios, '9.0'
platform :ios, '11.0'
use_frameworks!

target YOUR_PROJECT_TARGET do
Expand Down

0 comments on commit 562f3af

Please sign in to comment.