Skip to content

Commit 6f0f39f

Browse files
committed
SDK v6.4.0
1 parent ec8559c commit 6f0f39f

38 files changed

+2611
-1321
lines changed

FreeRASP/SceneDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
2020
window.makeKeyAndVisible()
2121
self.window = window
2222

23-
let config = TalsecConfig(appBundleIds: ["your_bundle_id"], appTeamId: "your_team_id", watcherMailAddress: "[email protected]", isProd: true)
23+
let config = TalsecConfig(appBundleIds: ["ABCD"], appTeamId: "EFGH", watcherMailAddress: "[email protected]", isProd: true)
2424
Talsec.start(config: config)
2525
}
2626

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)