Installing the Mobile Workflow Container Using the Provided Source Code

The Workflow Container referenced in this procedure is a sample container. You can use the provided source code in Xcode to build your own customized user interface and configure other resources.

Prerequisites
Task
  1. From your Mac, connect to the Microsoft Windows machine where Sybase Unwired Platform is installed:
    1. From the Apple menu, select Go > Connect to Server.
    2. Enter the name or IP address of the machine, for example, smb://<machine DNS name> or smb://<IP Address>.
  2. Copy the MobileWorkflow-2.0.0.tar.gz from your Sybase Unwired Platform installation <UnwiredPlatform_InstallDir>\UnwiredPlatform\ClientAPI\Workflow\ios\ to a location on your Mac:
  3. Unarchive the MobileWorkflow-2.0.0.tar.gz.
    This creates a Workflow folder.
  4. In the Workflow folder, double-click WorkFlow.xcodeproj so that it opens in the XCode IDE.
  5. If necessary, add these frameworks from the SDK to the project by selecting Project > Edit Active Target <ProjectName> > General:
    • Security.framework
    • AddressBook.framework
    • QuartzCore.framework
    • CoreFoundation.framework
    • libicucore.A.dylib
    • libz.1.2.3.dylib
    • libstdc++.dylib
  6. In XCode, select Build > Build.
    The project builds.