Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Mar 4, 2024
1 parent 841355a commit c864c56
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,20 @@
- cordova-ios: 7.x
- Xcode: 15.2+

### Package changes
### Config.xml Changes

In config.xml, you must set the min deployment target for iOS to 14 and enable swift support:

```
<!-- Deployment target must be >= iOS 14 -->
<preference name="deployment-target" value="14.0" />
<!-- Must be 5.0 -->
<preference name="SwiftVersion" value="5.0" />
```


### Package Changes

The npm packages are now published under new names:

Expand Down

0 comments on commit c864c56

Please sign in to comment.