Ignore:
Timestamp:
Mar 1, 2013, 8:45:37 PM (10 years ago)
Author:
sam
Message:

build: activate the iPhone autobuilder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/run-bitten.sh

    r2533 r2538  
    135135elif [ -n "$VS90COMNTOOLS" ]; then
    136136    append "version = 9"
     137fi
     138append ""
     139
     140#
     141# iOS development kit
     142#
     143
     144append "[ios]"
     145if [ -d "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk" ]; then
     146    append "version = 6.1"
    137147fi
    138148append ""
Note: See TracChangeset for help on using the changeset viewer.