Skip to content

wang-bin/swift-mdk

Repository files navigation

swift-mdk

libmdk swift binding

Swift Package

Must download sdk and extract to package dir

CocoaPods

Add

pod 'swift-mdk'

in Podfile. Add

import swift_mdk

in your code

Projects created by XCode 15+ may failed with sandbox rsync error

Sandbox: rsync.samba(78689) deny(1) file-read-data /Users/wangbin/Library/Developer/Xcode/DerivedData/....

then set change ENABLE_USER_SCRIPT_SANDBOXING = YES to ENABLE_USER_SCRIPT_SANDBOXING = NO in project.pbxproj, or set User Script Sandboxing to NO in xcode project Build Settings

Releases

No releases published

Packages

No packages published