Changeset 370 for trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj
- Timestamp:
- 12/08/07 06:07:14 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj
r348 r370 27 27 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 28 28 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 */; }; 29 31 E1F60361098592D800806C3B /* AntiRSILevelIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */; }; 30 32 E1F60362098592D800806C3B /* AntiRSILevelIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */; }; … … 42 44 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; }; 43 45 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; }; 45 47 464D9B750C6A760B005A0582 /* CTBadge_1.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = CTBadge_1.pdf; sourceTree = "<group>"; }; 46 48 464D9B760C6A760B005A0582 /* CTBadge_3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = CTBadge_3.pdf; sourceTree = "<group>"; }; … … 55 57 8D1107320486CEB800E47090 /* AntiRSI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AntiRSI.app; sourceTree = BUILT_PRODUCTS_DIR; }; 56 58 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>"; }; 57 61 E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AntiRSILevelIndicator.m; sourceTree = "<group>"; }; 58 62 E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AntiRSILevelIndicator.h; sourceTree = "<group>"; }; … … 79 83 4DF73F66061E136200B0D9C9 /* AntiRSIView.h */, 80 84 4DF73F65061E136200B0D9C9 /* AntiRSIView.m */, 85 E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */, 81 86 E1F6035F098592D800806C3B /* AntiRSILevelIndicator.m */, 82 E1F60360098592D800806C3B /* AntiRSILevelIndicator.h */, 87 E128CD140D0A40660031ACD5 /* AntiRSIButton.h */, 88 E128CD150D0A40660031ACD5 /* AntiRSIButton.m */, 83 89 ); 84 90 name = Classes; … … 190 196 464D9ADE0C6A622B005A0582 /* CTBadge.h in Headers */, 191 197 464D9AE00C6A622B005A0582 /* CTGradient.h in Headers */, 198 E128CD160D0A40660031ACD5 /* AntiRSIButton.h in Headers */, 192 199 ); 193 200 runOnlyForDeploymentPostprocessing = 0; … … 267 274 464D9ADF0C6A622B005A0582 /* CTBadge.m in Sources */, 268 275 464D9AE10C6A622B005A0582 /* CTGradient.m in Sources */, 276 E128CD170D0A40660031ACD5 /* AntiRSIButton.m in Sources */, 269 277 ); 270 278 runOnlyForDeploymentPostprocessing = 0; … … 406 414 ); 407 415 GCC_C_LANGUAGE_STANDARD = c99; 416 MACOSX_DEPLOYMENT_TARGET = 10.4; 408 417 PREBINDING = NO; 409 418 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
Note:
See TracChangeset
for help on using the changeset viewer.