From 2fbb691ecf5334332b7689b9fa1b2123d89901cb Mon Sep 17 00:00:00 2001 From: Matt Netkow Date: Mon, 5 Dec 2022 11:47:10 -0600 Subject: [PATCH] add podspec change --- docs/main/updating/4-0.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/main/updating/4-0.md b/docs/main/updating/4-0.md index 3b6f1bb3..5f80b281 100644 --- a/docs/main/updating/4-0.md +++ b/docs/main/updating/4-0.md @@ -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` @@ -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. \ No newline at end of file +- 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.