Ignore:
Timestamp:
12/08/07 06:07:14 (16 years ago)
Author:
Nicholas Riley
Message:

Apparently in Xcode, 'Commit Entire Project' doesn't. See the log message from [369].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj

    r348 r370  
    2727                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
    2828                E1203BFC0894184900759E75 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1203BFB0894184900759E75 /* ApplicationServices.framework */; };
     29                E128CD160D0A40660031ACD5 /* AntiRSIButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E128CD140D0A40660031ACD5 /* AntiRSIButton.h */; };
     30                E128CD170D0A40660031ACD5 /* AntiRSIButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E128CD150D0A40660031ACD5 /* AntiRSIButton.m */; };
    2931                E1F60361098592D800806C3B /* AntiRSILevelIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */; };
    3032                E1F60362098592D800806C3B /* AntiRSILevelIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */; };
     
    4244                464D9ADB0C6A622B005A0582 /* CTBadge.m */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; name = CTBadge.m; path = CTBadge/CTBadge.m; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
    4345                464D9ADC0C6A622B005A0582 /* CTGradient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CTGradient.h; path = CTBadge/CTGradient.h; sourceTree = "<group>"; };
    44                 464D9ADD0C6A622B005A0582 /* CTGradient.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CTGradient.m; path = CTBadge/CTGradient.m; sourceTree = "<group>"; };
     46                464D9ADD0C6A622B005A0582 /* CTGradient.m */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; name = CTGradient.m; path = CTBadge/CTGradient.m; sourceTree = "<group>"; tabWidth = 4; };
    4547                464D9B750C6A760B005A0582 /* CTBadge_1.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = CTBadge_1.pdf; sourceTree = "<group>"; };
    4648                464D9B760C6A760B005A0582 /* CTBadge_3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = CTBadge_3.pdf; sourceTree = "<group>"; };
     
    5557                8D1107320486CEB800E47090 /* AntiRSI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AntiRSI.app; sourceTree = BUILT_PRODUCTS_DIR; };
    5658                E1203BFB0894184900759E75 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
     59                E128CD140D0A40660031ACD5 /* AntiRSIButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AntiRSIButton.h; sourceTree = "<group>"; };
     60                E128CD150D0A40660031ACD5 /* AntiRSIButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AntiRSIButton.m; sourceTree = "<group>"; };
    5761                E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AntiRSILevelIndicator.m; sourceTree = "<group>"; };
    5862                E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AntiRSILevelIndicator.h; sourceTree = "<group>"; };
     
    7983                                4DF73F66061E136200B0D9C9 /* AntiRSIView.h */,
    8084                                4DF73F65061E136200B0D9C9 /* AntiRSIView.m */,
     85                                E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */,
    8186                                E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */,
    82                                 E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */,
     87                                E128CD140D0A40660031ACD5 /* AntiRSIButton.h */,
     88                                E128CD150D0A40660031ACD5 /* AntiRSIButton.m */,
    8389                        );
    8490                        name = Classes;
     
    190196                                464D9ADE0C6A622B005A0582 /* CTBadge.h in Headers */,
    191197                                464D9AE00C6A622B005A0582 /* CTGradient.h in Headers */,
     198                                E128CD160D0A40660031ACD5 /* AntiRSIButton.h in Headers */,
    192199                        );
    193200                        runOnlyForDeploymentPostprocessing = 0;
     
    267274                                464D9ADF0C6A622B005A0582 /* CTBadge.m in Sources */,
    268275                                464D9AE10C6A622B005A0582 /* CTGradient.m in Sources */,
     276                                E128CD170D0A40660031ACD5 /* AntiRSIButton.m in Sources */,
    269277                        );
    270278                        runOnlyForDeploymentPostprocessing = 0;
     
    406414                                );
    407415                                GCC_C_LANGUAGE_STANDARD = c99;
     416                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    408417                                PREBINDING = NO;
    409418                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
Note: See TracChangeset for help on using the changeset viewer.