Building the Mobile Workflow Container Using the Provided iOS Source Code

The mobile workflow container referenced 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

See Supported Hardware and Software for the most current version information for mobile device platforms and third-party development environments.

Task
  1. On your Mac, connect to the Microsoft Windows machine where Sybase Unwired Platform is installed:
    1. In the Apple menu, click 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-version.tar.gz archive from UnwiredPlatform_InstallDir\UnwiredPlatform\MobileSDK213\HybridWeb\iOS\ to a location on your Mac.
    In the archive file name, version is the current Unwired Platform version number. For example, MobileWorkflow-2.1.3.tar.gz.
  3. Unpack MobileWorkflowversion.tar.gz.
    The extraction creates a Workflow directory.
  4. In the Workflow directory, double-click WorkFlow.xcodeproj to open it in the Xcode IDE.
  5. If necessary, click Project > Edit Active Target > ProjectName > General and add these files from the SDK to the project:
    • Security.framework
    • AddressBook.framework
    • QuartzCore.framework
    • CoreFoundation.framework
    • libicucore.A.dylib
    • libz.1.2.5.dylib
    • libstdc++.dylib
  6. In Xcode, click Build > Build to build the project.