Skip to content

Commit

Permalink
update migration guide with correct Xcode and Swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Nov 30, 2023
1 parent d422ab6 commit cb832cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V6_MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _Documentation for v6 will be published to https://developer.paypal.com/braintre

## Supported Versions

v6 supports a minimum deployment target of iOS 14+. It requires the use of Xcode 14+ and Swift version 5.7+. If your application contains Objective-C code, the `Enable Modules` build setting must be set to `YES`.
v6 supports a minimum deployment target of iOS 14+. It requires the use of Xcode 14.3+ and Swift version 5.8+. If your application contains Objective-C code, the `Enable Modules` build setting must be set to `YES`.

## Carthage

Expand Down

0 comments on commit cb832cb

Please sign in to comment.