Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 713 Bytes

urlSession Build Status

This module is available only for iOS 7 and above.

COMPILING AND PACKAGING THE MODULE

Create an environment variable TI_ROOT that points to the root of your titanium_mobile repo and then run build.sh. For example

git checkout https://github.com/appcelerator-modules/ti.urlsession.git
git submodule init
git submodule update
export TI_ROOT=/Users/matt/Documents/Appcelerator/src/Appcelerator
./build.sh

This will compile and package the urlSession iOS module in the build sub-directory, e.g. build/urlSession-iphone-1.1.0.zip