Skip to content

Instantly share code, notes, and snippets.

View mustafardestroyer's full-sized avatar

mustafardestroyer

View GitHub Profile
import Foundation
import Combine
import os
func initIInkEngine() -> IINKEngine? {
// Check that the MyScript certificate is present
if myCertificate.length == 0 {
os_log(.error, "Could not locate MyScript certificate")
return nil
}