Changeset 372
- Timestamp:
- 04/09/07 20:27:05 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LaserTools/FlashInspector/FlashInspector.xcodeproj/project.pbxproj
r225 r372 17 17 DEB2C5DF0B9143D10031CE9B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */; }; 18 18 /* End PBXBuildFile section */ 19 20 /* Begin PBXBuildStyle section */21 DE3F40460B9D371B00B45C6B /* Development */ = {22 isa = PBXBuildStyle;23 buildSettings = {24 COPY_PHASE_STRIP = NO;25 };26 name = Development;27 };28 DE3F40470B9D371B00B45C6B /* Deployment */ = {29 isa = PBXBuildStyle;30 buildSettings = {31 COPY_PHASE_STRIP = YES;32 };33 name = Deployment;34 };35 /* End PBXBuildStyle section */36 19 37 20 /* Begin PBXContainerItemProxy section */ … … 79 62 DE3F3CCB0B98D48800B45C6B /* LTRenderedContextView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = LTRenderedContextView.m; sourceTree = "<group>"; }; 80 63 DE3F41790B9D4C0E00B45C6B /* LaserTools.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = LaserTools.xcodeproj; path = ../LaserTools.xcodeproj; sourceTree = SOURCE_ROOT; }; 81 DE3F42150B9D54DB00B45C6B /* LaserTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LaserTools.framework; path = ../ build/Debug/LaserTools.framework; sourceTree = SOURCE_ROOT; };64 DE3F42150B9D54DB00B45C6B /* LaserTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LaserTools.framework; path = ../../Build/Debug/LaserTools.framework; sourceTree = SOURCE_ROOT; }; 82 65 DEB2C5DD0B9143D10031CE9B /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 83 66 DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; … … 213 196 isa = PBXProject; 214 197 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "FlashInspector" */; 215 buildSettings = {216 };217 buildStyles = (218 DE3F40460B9D371B00B45C6B /* Development */,219 DE3F40470B9D371B00B45C6B /* Deployment */,220 );221 198 hasScannedForEncodings = 1; 222 199 mainGroup = 29B97314FDCFA39411CA2CEA /* FlashInspector */;
