Skip to content

kurzdigital/vds-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VDS/VDS-NC/IDB for iOS

Parse and verify:

Example App

The folder Example contains a minimal functional demo app.

Remember to set your Team in the Signing & Capabilities settings for the Target Example in this project, when building for an iOS device.

Framework Installation

Add this framework to your Xcode project:

  1. Open your project in Xcode.
  2. Navigate to File > Add Package Dependencies.
  3. Enter the repository URL: https://github.com/kurzdigital/vds-ios and add the package.

Usage

Here is a simple example:

import VDS

if let idbResult = IDBDecoder.decode(text) {
	
} else if let vdsResult = VDSDecoder.decode(bytes) {
	
} else if let vdsNcResult = VDSNCDecoder.decode(text) {
	
}

Changelog

Changelog

License

LICENSE

Support

If you encounter any issues or have any questions, we encourage you to open an issue in the GitHub issue tracker.

About

VDS/VDS-NC/IDB Parser for iOS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors