The mobile 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
- Register the device in Sybase Control Center.
- You must have a Mac with the iOS SDK installed.
- Install the Xcode.
See Supported Hardware and Software for the most current version information for mobile device platforms and third-party development environments.
Task- On your Mac, connect to the Microsoft Windows machine where
Sybase Unwired Platform is installed:
- In the Apple menu, click .
- Enter the name or IP address of the machine.
For example, smb://<machine DNS
name or smb://IP
Address.
- Copy the
MobileWorkflow<version>.tar.gz
archive from
<UnwiredPlatform_InstallDir>\UnwiredPlatform\ClientAPI\Workflow\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.0.tar.gz.
- Unpack
MobileWorkflow<version>.tar.gz.
The extraction creates a Workflow
directory.
- In the Workflow directory, double-click
WorkFlow.xcodeproj to open it in the XCode IDE.
- If necessary, select to add the following frameworks from the SDK to the
project:
- Security.framework
- AddressBook.framework
- QuartzCore.framework
- CoreFoundation.framework
- libicucore.A.dylib
- libz.1.2.3.dylib
- libstdc++.dylib
- In XCode, select to build the project.