From: Fraser S. <fra...@us...> - 2004-10-06 08:21:43
|
Update of /cvsroot/ljkit/LJKit/LJKit.pbproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19475/LJKit.pbproj Modified Files: project.pbxproj Log Message: Updates for better KVO compliance Index: project.pbxproj =================================================================== RCS file: /cvsroot/ljkit/LJKit/LJKit.pbproj/project.pbxproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.pbxproj 10 Jan 2004 08:50:08 -0000 1.3 --- project.pbxproj 6 Oct 2004 08:21:31 -0000 1.4 *************** *** 7,12 **** objects = { 014CEA440018CDF011CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = NO; --- 7,10 ---- *************** *** 23,28 **** }; 014CEA450018CDF011CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = YES; --- 21,24 ---- *************** *** 110,115 **** }; 0867D69BFE84028FC02AAC07 = { ! fallbackIsa = PBXFileReference; ! isa = PBXFrameworkReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; --- 106,110 ---- }; 0867D69BFE84028FC02AAC07 = { ! isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; *************** *** 119,124 **** }; 0867D6A5FE840307C02AAC07 = { ! fallbackIsa = PBXFileReference; ! isa = PBXFrameworkReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; --- 114,118 ---- }; 0867D6A5FE840307C02AAC07 = { ! isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; *************** *** 169,174 **** //104 1058C7B1FEA5585E11CA2CBB = { ! fallbackIsa = PBXFileReference; ! isa = PBXFrameworkReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; --- 163,167 ---- //104 1058C7B1FEA5585E11CA2CBB = { ! isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; *************** *** 216,219 **** --- 209,253 ---- //433 //434 + //5F0 + //5F1 + //5F2 + //5F3 + //5F4 + 5F548C4A07133B7600515272 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = LJUserEntity.h; + refType = 4; + sourceTree = "<group>"; + }; + 5F548C4B07133B7600515272 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = LJUserEntity.m; + refType = 4; + sourceTree = "<group>"; + }; + 5F548C4C07133B7600515272 = { + fileRef = 5F548C4A07133B7600515272; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + 5F548C4D07133B7600515272 = { + fileRef = 5F548C4B07133B7600515272; + isa = PBXBuildFile; + settings = { + }; + }; + //5F0 + //5F1 + //5F2 + //5F3 + //5F4 //BC0 //BC1 *************** *** 318,321 **** --- 352,356 ---- BCBC6AA905AB976B000EFE4A, BCBC6AAB05AB9849000EFE4A, + 5F548C4C07133B7600515272, ); isa = PBXHeadersBuildPhase; *************** *** 513,516 **** --- 548,552 ---- BC72DB13058B2AFA00784C4A, BC72DB14058B2AFA00784C4A, + 5F548C4D07133B7600515272, ); isa = PBXSourcesBuildPhase; *************** *** 650,655 **** }; BC72DB1B058B2AFA00784C4A = { - explicitFileType = text.plist.xml; isa = PBXFileReference; path = Info.plist; refType = 4; --- 686,691 ---- }; BC72DB1B058B2AFA00784C4A = { isa = PBXFileReference; + lastKnownFileType = text.xml; path = Info.plist; refType = 4; *************** *** 887,890 **** --- 923,928 ---- F52E1F010357A538010C7683, F52E1F020357A538010C7683, + 5F548C4A07133B7600515272, + 5F548C4B07133B7600515272, ); isa = PBXGroup; *************** *** 1125,1130 **** }; F5992D0C03786BB6012C19B1 = { ! fallbackIsa = PBXFileReference; ! isa = PBXFrameworkReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; --- 1163,1167 ---- }; F5992D0C03786BB6012C19B1 = { ! isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; |