Add the Launcher dylib to an Xcode project
    Xcode
 projectAdding 
BlackBerry
        Dynamics
 Launcher dylib to an Xcode
 project is no different than adding other libraries, with a few minor additions.- Move the unzippedLauncher Libraryfiles to any desired directory and add each item to theXcodeproject file.
 - Under theBuild Phasesof the app target, addBlackBerryLauncher.xcframeworkto theEmbed Framework.
 - Ensure that theMain Interfacesetting for bothiPhoneandiPadunder the target'sGeneral settingsis cleared. TheLauncherprovides its own root interface.
 - To ensure icons are downloaded, in the app's info.plist file add the following key/valuepair:(string: boolean): GDFetchResources : YES
 - Under theOther Linker Flagsbuild setting, add the following:-ObjC.