Skip Navigation

Add the 
Launcher Library
 to an 
Xcode
 project

Adding 
BlackBerry Dynamics Launcher Library
 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 
    Launcher.framwework
     to the 
    Link Binary With Libraries
     phase.
  3. Verify that the 
    LauncherBundle.bundle
     is added as part of the 
    Copy Bundle Resources
     phase.
  4. 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.
  5. To ensure icons are downloaded, in the app's info.plist file add the following key/valuepair:
    (string: boolean): GDFetchResources : YES
  6. Under the 
    Other Linker Flags
     build setting, add the following: 
    -ObjC
    .