Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 113b60e

Browse files
Update to iOS 12 and above
1 parent e6b21ff commit 113b60e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎SECRETS-PROTECTION.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ approov api -add your.domain -noApproovToken
1313
This informs Approov that it should be active for the domain, but does not need to send Approov tokens for it. Adding the domain uses [Managed Trust Roots](https://approov.io/docs/latest/approov-usage-documentation/#managed-trust-roots) to ensure that the channel will be protected against Man-in-the-Middle (MitM) attacks.
1414

1515
## MIGRATING THE SECRET INTO APPROOV
16-
It is assumed that you already have some client secrets and/or API keys in your app that you would like to migrate for protection by Approov. You must inform Approov what the value of each secret is as follows:
16+
It is assumed that you already have some client secrets and/or API keys in your app that you would like to migrate for [protection by Approov](https://approov.io/docs/latest/approov-usage-documentation/#secure-strings). You must inform Approov what the value of each secret is as follows:
1717

1818
```
1919
approov secstrings -addKey your-secret-name -predefinedValue your-secret-value

‎shapes-app/ApproovShapes.xcodeproj/project.pbxproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
229229
GCC_WARN_UNUSED_FUNCTION = YES;
230230
GCC_WARN_UNUSED_VARIABLE = YES;
231-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
231+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
232232
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
233233
MTL_FAST_MATH = YES;
234234
ONLY_ACTIVE_ARCH = YES;
@@ -283,7 +283,7 @@
283283
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
284284
GCC_WARN_UNUSED_FUNCTION = YES;
285285
GCC_WARN_UNUSED_VARIABLE = YES;
286-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
286+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
287287
MTL_ENABLE_DEBUG_INFO = NO;
288288
MTL_FAST_MATH = YES;
289289
SDKROOT = iphoneos;
@@ -308,7 +308,7 @@
308308
"$(PROJECT_DIR)/ApproovShapes",
309309
);
310310
INFOPLIST_FILE = "$(SRCROOT)/ApproovShapes/Info.plist";
311-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
311+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
312312
LD_RUNPATH_SEARCH_PATHS = (
313313
"$(inherited)",
314314
"@executable_path/Frameworks",
@@ -341,7 +341,7 @@
341341
"$(PROJECT_DIR)/ApproovShapes",
342342
);
343343
INFOPLIST_FILE = "$(SRCROOT)/ApproovShapes/Info.plist";
344-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
344+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
345345
LD_RUNPATH_SEARCH_PATHS = (
346346
"$(inherited)",
347347
"@executable_path/Frameworks",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /