Add the necessary files directly to your project. For your app they are:
CocoaFob/CFUtil.swift
CocoaFob/CocoaFobError.swift
CocoaFob/CocoaFobLicVerifier.swift
CocoaFob/CocoaFobStringExt.swift
Generate your DSA key as described in the main README and add the public key as a resource to your app.
Look at the tests in CocoaFobTests/CocoaFobTests.swift
to see how to verify a registration key.
To build and install the cocoafob-keygen
command-line utility for generating and verifying registration keys, execute the following command in the swift
subdirectory of the CocoaFob project:
xcodebuild -target cocoafob-keygen install
The utility will be installed in /usr/local/bin
.
- CommandLine by Ben Gollmer, GitHub -- https://github.com/jatoben/CommandLine
git subtree {add|pull} --squash --prefix swift/vendor/CommandLine git://github.com/jatoben/CommandLine.git master