Swiftpack.co - epitonium-Swift-Packages/SecuritySuite as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by epitonium-Swift-Packages.
epitonium-Swift-Packages/SecuritySuite 1.0.2
📦 iOS platform security & anti-tampering Swift library.
⭐️ 1
🕓 1 year ago
.package(url: "https://github.com/epitonium-Swift-Packages/SecuritySuite.git", from: "1.0.2")

SecuritySuite

Swift Package

Description

iOS platform security & anti-tampering Swift library. Refactored version of the IOSSecuritySuite by securing.

Integration

Use Swift Package Manager to integrate.

Usage

// Setup.
SecuritySuite.setup(.enabled(isJailBrokenCheckEnabled: true,
                             isDebuggerCheckEnabled: true,
                             isEmulatorCheckEnabled: true,
                             isReverseEngineeringCheckEnabled: true))

// Get security check result.
// If the first true condition check was met the later checks are stopped.
switch SecuritySuite.checkSecurityIssues() {
case .succes:
    // Proceed to normal flow.
case .failure(let securityError):
    // Present cannot proceed scene.
}

Logging

SecuritySuite uses its own printing methods to log errors or success by default, but if you want those messages to pass through your own logging system create an adapter instance by conforming to SecuritySuiteLogAdapter protocol and pass it as log parameter when calling setup function or you can completely disable it.

License

SecuritySuite is distributed under the terms and conditions of the LICENSE.

GitHub

link
Stars: 1
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.0.2
1 year ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics