Changeset 857 for trunk/build


Ignore:
Timestamp:
Aug 24, 2011, 12:29:43 AM (12 years ago)
Author:
sam
Message:

build: add iOS build rules to the XML configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/bitten.xml

    r852 r857  
    8181         ;;
    8282        ios-arm)
    83          : ;
     83         cd monsterz/ios && xcodebuild -configuration Release -sdk iphonesimulator4.3;
    8484         ;;
    8585        ps3-ppu)
     
    103103    <sh:exec file="sh" args="-c '
    104104      case ${platform} in
    105         android-arm|ios-arm)
     105        android-arm)
    106106          : ;
    107107          ;;
     108        ios-arm)
     109         cd monsterz/ios &amp;&amp; xcodebuild -configuration Release -sdk iphonesimulator4.3 clean;
     110         ;;
    108111        ps3-ppu)
    109112          if test -f build-ps3; then make distclean || exit 1; fi ;
Note: See TracChangeset for help on using the changeset viewer.