Ignore:
Timestamp:
05/16/04 06:20:42 (19 years ago)
Author:
Nicholas Riley
Message:

package-appswitch.sh: replace pbxbuild with xcodebuild; fix permissions

appswitch/appswitch.1: updated for actual release date

appswitch/main.c: updated for 1.0.1; fix PSN width, resolves #1; fix
compiler warning

appswitch/README: updated for actual release date; PB -> Xcode;
updated timings; updated version history

File:
1 edited

Legend:

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

    r93 r160  
    55cd appswitch && \
    66find . -name \*~ -exec rm '{}' \; && \
    7 pbxbuild && \
     7xcodebuild && \
    88SetFile -c 'R*ch' -t 'TEXT' README VERSION && \
    99strip build/appswitch && \
    1010sudo /usr/bin/install -c build/appswitch /usr/local/bin && \
    1111sudo /usr/bin/install -c appswitch.1 /usr/local/man/man1 && \
     12chmod 755 build/appswitch && \
     13chmod 644 appswitch.1 && \
    1214rm -rf build/appswitch.build build/intermediates build/.gdb_history && \
    1315VERSION=`cat VERSION` TARBALL="appswitch-$VERSION.tar.gz" && \
     
    1618rm -f appswitch-$VERSION $TARBALL $DMG && \
    1719ln -s appswitch appswitch-$VERSION && \
    18 tar --exclude=.DS_Store --exclude=.svn -zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \
     20tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history -zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \
    1921#hdiutil create $DMG -megabytes 5 -ov -type UDIF && \
    2022#DISK=`hdid $DMG | sed -ne ' /Apple_partition_scheme/ s|^/dev/\([^ ]*\).*$|\1|p'` && \
Note: See TracChangeset for help on using the changeset viewer.