Skip to content

Commit 3c51e01

Browse files
authored
Merge pull request #15 from talsec/new_sdk
SDK v6.4.0
2 parents ec8559c + 6a44ebd commit 3c51e01

37 files changed

+2610
-1320
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ public enum SecurityThreat: String, Codable, CaseIterable, Equatable {
101101
case deviceID
102102
/// unofficial store or Xcode build
103103
case unofficialStore
104+
/// Detected system VPN
105+
case systemVPN
104106
}
105107
```
106108

@@ -213,6 +215,8 @@ freeRASP is freemium software i.e. there is a Fair Usage Policy (FUP) that impos
213215
<li>Screen lock control</li>
214216
<li>Google Play Services enabled/disabled</li>
215217
<li>Last security patch update</li>
218+
<li>System VPN control</li>
219+
<li>Developer mode control</li>
216220
</ul>
217221
</td>
218222
<td>yes</td>

Talsec/TalsecRuntime.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>TalsecRuntime.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>TalsecRuntime.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)