- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Integrating optional features
- Sample apps in Objective-C
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
Link for FIPS in Swift
Swift
If your project or app includes at least one
Swift
language source file, complete the steps below.- Link for FIPS in Objective-C or C++. If you are not including source code in Objective-C, you must replace the contents of thedefault.xcconfigfile, not add to it.
- If you are not using a default xcconfig file, create one nameddefault.xcconfigand configure your build options to use it.
- In your project build settings, verify that the debug and other build configurations point todefault.xcconfig.
- Add the following lines to thedefault.xcconfigfile:FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=$(HOME)/Library/Application Support/BlackBerry/Good.platform/iOS/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=$(HOME)/Library/Application Support/BlackBerry/Good.platform/iOS/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
- Set the deployment target to the required version (see Software requirements).
- In the project, navigate toTarget>> Build Settings>Linking>Other Linker Flagsand add the following:-B ${LDUTILDIR}