Skip to content

Commit 2fbb691

Browse files
committed
add podspec change
1 parent 7ca6e68 commit 2fbb691

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/main/updating/4-0.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ post_install do |installer|
4141
end
4242
```
4343

44+
Additionally, update the `podspec` file at the root of the project:
45+
46+
```
47+
s.ios.deployment_target = '13.0'
48+
```
49+
4450
### Remove Unnecessary Code
4551

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

281287
### Splash Screen
282288

283-
- 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.
289+
- 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 commit comments

Comments
 (0)