I have a client who has their own app and would like to include some functionality we can provide.
Our code would just be a library with no interface needed.
Is there a way we can give this to them in a closed file/way so they don't see the code but can use it in their app?
Please provide options, thx.
The supported way a vendor, such as yourself, can have a client integrate your closed source library is to use an XCFramework. We introduce them and the situations where they are useful in a WWDC session, and the documentation on creating one is in Xcode's Help.