Ignore:
Timestamp:
04/18/05 05:30:49 (19 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.4 and preliminary 1.4.1 changes. Sorry, I forgot to
commit version 1.4 when it was released, so the precise source for
that release has been lost.

See the release notes for details of what changed in these versions.
1.4 was a significant feature release; 1.4.1 is a bug fix for 10.3.9,
incorporating up-to-date Unsanity Installer and APE.

package-ICeCoffEE.sh: use xcodebuild instead of pbxbuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/package-ICeCoffEE.sh

    r115 r167  
    1414sudo rm -rf build/ && \
    1515rm -rf build/ && \
    16 pbxbuild install -target "ICeCoffEE Installer" "DSTROOT=$DSTROOT" && \
     16xcodebuild install -target "ICeCoffEE Installer" "DSTROOT=$DSTROOT" && \
    1717sudo rm -rf build/ && \
    1818mv "$DSTROOT/$PRODUCT Installer.app" "$DSTROOT/$PRODUCT $VERSION Installer.app" && \
     
    3232mv "z$DMG" "$DMG" && \
    3333hdiutil internet-enable "$DMG" && \
    34 scp "$DMG" ainaz:web/nriley/software/
     34# scp "$DMG" ainaz:web/nriley/software/
    3535:
    3636
Note: See TracChangeset for help on using the changeset viewer.