update minimum deployment target to iOS 12.4 in README
This commit is contained in:
parent
ae94cf4be4
commit
e95660525a
|
@ -27,7 +27,7 @@ This document describes how to integrate in your existing Xcode project the Tecn
|
||||||
| | Version |
|
| | Version |
|
||||||
| ------------------------- | ------------- |
|
| ------------------------- | ------------- |
|
||||||
| Xcode | 14.0 or above |
|
| Xcode | 14.0 or above |
|
||||||
| Minimum deployment target | iOS 11 |
|
| Minimum deployment target | iOS 12.4 |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ end
|
||||||
|
|
||||||
#### Get the SDK thru zip file
|
#### Get the SDK thru zip file
|
||||||
|
|
||||||
Tecnavia provides you a zip package named `ta-newsmemory-sdk_31814`, (i.e. 31814, means that the SDK version is 3.18.14).
|
Tecnavia provides you a zip package named `ta-newsmemory-sdk_31814` (i.e. 31814, means that the SDK version is 3.18.14).
|
||||||
|
|
||||||
1. Unzip the package and copy the `ta-newsmemory-sdk_31814` folder in the folder containing your project's `Podfile` file.
|
1. Unzip the package and copy the `ta-newsmemory-sdk_31814` folder in the folder containing your project's `Podfile` file.
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ end
|
||||||
|
|
||||||
#### Package contents
|
#### Package contents
|
||||||
|
|
||||||
Tecnavia provides you a zip package named `ta-newsmemory-sdk_31814`, (i.e. 31814, means that the SDK version is 3.18.14).
|
Tecnavia provides you a zip package named `ta-newsmemory-sdk_31814` (i.e. 31814, means that the SDK version is 3.18.14).
|
||||||
|
|
||||||
Unzip the package and copy the `ta-newsmemory-sdk_31814` folder in the folder containing your project's `.xcodeproj` file (i.e. the SDK folder must be at the same level of the project file).
|
Unzip the package and copy the `ta-newsmemory-sdk_31814` folder in the folder containing your project's `.xcodeproj` file (i.e. the SDK folder must be at the same level of the project file).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue