Skip Navigation

Add the Launcher dylib to an
Xcode
project

Adding
BlackBerry Dynamics
Launcher dylib to an
Xcode
project is no different than adding other libraries, with a few minor additions.
  1. Move the unzipped
    Launcher Library
    files to any desired directory and add each item to the
    Xcode
    project file.
  2. Under the
    Build Phases
    of the app target, add
    BlackBerryLauncher.xcframework
    to the
    Embed Framework
    .
  3. Ensure that the
    Main Interface
    setting for both
    iPhone
    and
    iPad
    under the target's
    General settings
    is cleared. The
    Launcher
    provides its own root interface.
  4. To ensure icons are downloaded, in the app's info.plist file add the following key/valuepair:
    (string: boolean): GDFetchResources : YES
  5. Under the
    Other Linker Flags
    build setting, add the following:
    -ObjC
    .