Skip to content

CommonCrypto module wrapper project for Xcode 8 and Swift 3

License

Notifications You must be signed in to change notification settings

sergejp/CommonCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonCrypto

CommonCrypto module wrapper project for Xcode 8 and Swift 3

How to use

Adding as subproject into Xcode

Clone / download this project. Add this project as a subproject to your swift framework / app by dragging .xcodeproj file a little below your main project in Xcode.

Adding as *.framework binaries

Build binary for each target which produces CommonCrypto.framework for each platform, then copy those *.framework files with their parent folders into your parent project via dropping them to Xcode and applying “Copy items if needed” checkbox (unselect any target membership though). If you drop them without folders Xcode will not allow to do that because their names are equivalent.

After you added it as a subproject or as binary frameworks into Xcode, just use "import CommonCrypto" statement in your target swift classes, now underlying CommonCrypto C API is available.

About

CommonCrypto module wrapper project for Xcode 8 and Swift 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published