Ignore:
Timestamp:
11/07/07 03:55:29 (16 years ago)
Author:
Nicholas Riley
Message:

svn:ignore: added appswitch, now it builds in the top-level directory.

README: Fixed installation instructions, now appswitch builds in the
top-level directory.

appswitch.xcodeproj: Add Xcode 3 specific stuff; remove detritus from
install build.

package-appswitch.sh: Update based on package-launch.sh from [305] and
[312]: simplifies and moves executable out of build directory;
properly creates man directory and sets permissions on man page;
removes mentions of .dmg packaging; excludes more useless things
instead of ineffectively deleting them.

Location:
trunk/appswitch/appswitch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/appswitch/appswitch

    • Property svn:ignore
      •  

        old new  
         1appswitch
        12build
        23*~
  • trunk/appswitch/appswitch/appswitch.xcodeproj/project.pbxproj

    r345 r352  
    88
    99/* Begin PBXBuildFile section */
    10                 E1607EFB0AF3700B001EAB72 /* CPS.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A0BD3203EFAD9E00050001 /* CPS.h */; };
    1110                E1607EFD0AF3700B001EAB72 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
    1211                E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */; };
    13                 E1607F020AF3700B001EAB72 /* appswitch.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E970290921104C91782 /* appswitch.1 */; };
    14                 E1607F030AF3700B001EAB72 /* README in CopyFiles */ = {isa = PBXBuildFile; fileRef = E16C83CC03F7AF7B00050002 /* README */; };
    1512/* End PBXBuildFile section */
    16 
    17 /* Begin PBXCopyFilesBuildPhase section */
    18                 E1607F010AF3700B001EAB72 /* CopyFiles */ = {
    19                         isa = PBXCopyFilesBuildPhase;
    20                         buildActionMask = 8;
    21                         dstPath = /usr/share/man/man1/;
    22                         dstSubfolderSpec = 0;
    23                         files = (
    24                                 E1607F020AF3700B001EAB72 /* appswitch.1 in CopyFiles */,
    25                                 E1607F030AF3700B001EAB72 /* README in CopyFiles */,
    26                         );
    27                         runOnlyForDeploymentPostprocessing = 1;
    28                 };
    29 /* End PBXCopyFilesBuildPhase section */
    3013
    3114/* Begin PBXFileReference section */
     
    9780/* End PBXGroup section */
    9881
    99 /* Begin PBXHeadersBuildPhase section */
    100                 E1607EFA0AF3700B001EAB72 /* Headers */ = {
    101                         isa = PBXHeadersBuildPhase;
    102                         buildActionMask = 2147483647;
    103                         files = (
    104                                 E1607EFB0AF3700B001EAB72 /* CPS.h in Headers */,
    105                         );
    106                         runOnlyForDeploymentPostprocessing = 0;
    107                 };
    108 /* End PBXHeadersBuildPhase section */
    109 
    11082/* Begin PBXNativeTarget section */
    11183                E1607EF90AF3700B001EAB72 /* appswitch */ = {
     
    11385                        buildConfigurationList = E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */;
    11486                        buildPhases = (
    115                                 E1607EFA0AF3700B001EAB72 /* Headers */,
    11687                                E1607EFC0AF3700B001EAB72 /* Sources */,
    11788                                E1607EFE0AF3700B001EAB72 /* Frameworks */,
    118                                 E1607F000AF3700B001EAB72 /* Rez */,
    119                                 E1607F010AF3700B001EAB72 /* CopyFiles */,
    12089                        );
    12190                        buildRules = (
     
    146115/* End PBXProject section */
    147116
    148 /* Begin PBXRezBuildPhase section */
    149                 E1607F000AF3700B001EAB72 /* Rez */ = {
    150                         isa = PBXRezBuildPhase;
    151                         buildActionMask = 2147483647;
    152                         files = (
    153                         );
    154                         runOnlyForDeploymentPostprocessing = 0;
    155                 };
    156 /* End PBXRezBuildPhase section */
    157 
    158117/* Begin PBXSourcesBuildPhase section */
    159118                E1607EFC0AF3700B001EAB72 /* Sources */ = {
     
    190149                        buildSettings = {
    191150                                COPY_PHASE_STRIP = NO;
    192                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
    193151                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    194152                                GCC_OPTIMIZATION_LEVEL = 0;
    195153                                INSTALL_PATH = "$(HOME)/bin";
    196                                 MACOSX_DEPLOYMENT_TARGET = 10.3;
     154                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    197155                                PRODUCT_NAME = appswitch;
    198156                                WARNING_CFLAGS = (
     
    201159                                        "-Wno-unknown-pragmas",
    202160                                );
    203                                 ZERO_LINK = YES;
    204161                        };
    205162                        name = Development;
     
    211168                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
    212169                                INSTALL_PATH = "$(HOME)/bin";
    213                                 MACOSX_DEPLOYMENT_TARGET = 10.3;
     170                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    214171                                PRODUCT_NAME = appswitch;
    215172                                WARNING_CFLAGS = (
Note: See TracChangeset for help on using the changeset viewer.