Skip to content

Commit

Permalink
add podspec change
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNetkow committed Dec 5, 2022
1 parent 7ca6e68 commit 2fbb691
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/main/updating/4-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ post_install do |installer|
end
```

Additionally, update the `podspec` file at the root of the project:

```
s.ios.deployment_target = '13.0'
```

### Remove Unnecessary Code

Remove unused `touchesBegan` method from `AppDelegate.swift`
Expand Down Expand Up @@ -280,4 +286,4 @@ The `@capacitor/storage` plugin has been renamed to `@capacitor/preferences` to

### Splash Screen

- If switching to the new Android 12 Splash Screen API, most configuration options won't be available for the initial Splash Screen, but they will still be available for the Splash Screen that appears when calling `show()`. Also, on Android 12+ devices the initial Splash Screen is different from the Splash Screen shown by `show()` method.
- If switching to the new Android 12 Splash Screen API, most configuration options won't be available for the initial Splash Screen, but they will still be available for the Splash Screen that appears when calling `show()`. Also, on Android 12+ devices the initial Splash Screen is different from the Splash Screen shown by `show()` method.

0 comments on commit 2fbb691

Please sign in to comment.