DimensionDev / BouncyCastle-ObjC

Objective-C Bouncy Castle Pod
GNU Affero General Public License v3.0
4 stars 1 forks source link

How to manually add to a swift 5 project ? #3

Open annathomasQB opened 3 years ago

annathomasQB commented 3 years ago

Hi,

I'm trying to create an SDK and I would like to include BouncyCastle-ObjectiveC / DMSOpenPGP manually, so that exporting the framework would be easier.

Can you please provide the steps with which I can manually add files?

Normally I'd just download the folder without the example demo app, but the requirements state about JDK and other stuff.. so wanted to confirm the steps first.

MainasuK commented 3 years ago

Hi.

This repo is port for BouncyCastle via J2ObjC. You need the JDK and J2ObjC to convert Java to Objective-C. If you want to handle it without CocoaPods. Please create a framework for it and check the scripts and build settings. You need to make sure the link and compile flag configure correctly. Then the framework should works.

If you wonder how pods work. Please check the CI configuration.