Changeset 380
- Timestamp:
- 04/11/07 00:02:20 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LaserTools/FlashInspector/AppDelegate.h
r373 r380 8 8 9 9 #import <Cocoa/Cocoa.h> 10 #import "LaserTools/LaserTools.h"10 #import <LaserTools/LaserTools.h> 11 11 //#import <LaserTools.h> 12 12 #import "LTRenderedContextView.h" trunk/LaserTools/FlashInspector/FlashInspector.xcodeproj/project.pbxproj
r372 r380 12 12 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 13 13 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 14 D45A5EB40BCCA0F900368A33 /* LaserTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D45A5EB00BCCA09E00368A33 /* LaserTools.framework */; }; 14 15 DE3F3CCC0B98D48800B45C6B /* LTRenderedContextView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3F3CCB0B98D48800B45C6B /* LTRenderedContextView.m */; }; 15 DE3F41A80B9D4DD100B45C6B /* LaserTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE3F417E0B9D4C0E00B45C6B /* LaserTools.framework */; };16 DE3F42160B9D54DB00B45C6B /* LaserTools.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = DE3F42150B9D54DB00B45C6B /* LaserTools.framework */; };17 16 DEB2C5DF0B9143D10031CE9B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */; }; 18 17 /* End PBXBuildFile section */ 19 18 20 19 /* Begin PBXContainerItemProxy section */ 21 D E3F417D0B9D4C0E00B45C6B/* PBXContainerItemProxy */ = {20 D45A5EAC0BCCA05600368A33 /* PBXContainerItemProxy */ = { 22 21 isa = PBXContainerItemProxy; 23 containerPortal = D E3F41790B9D4C0E00B45C6B/* LaserTools.xcodeproj */;22 containerPortal = D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */; 24 23 proxyType = 2; 25 remoteGlobalIDString = 8DC2EF5B0486A6940098B216; 26 remoteInfo = LaserTools; 27 }; 28 DE3F41810B9D4C3000B45C6B /* PBXContainerItemProxy */ = { 29 isa = PBXContainerItemProxy; 30 containerPortal = DE3F41790B9D4C0E00B45C6B /* LaserTools.xcodeproj */; 31 proxyType = 1; 32 remoteGlobalIDString = 8DC2EF4F0486A6940098B216; 24 remoteGlobalIDString = 8DC2EF5B0486A6940098B216 /* LaserTools.framework */; 33 25 remoteInfo = LaserTools; 34 26 }; … … 42 34 dstSubfolderSpec = 10; 43 35 files = ( 44 DE3F42160B9D54DB00B45C6B /* LaserTools.framework in CopyFiles */,45 36 ); 46 37 runOnlyForDeploymentPostprocessing = 0; … … 59 50 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 60 51 8D1107320486CEB800E47090 /* FlashInspector.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlashInspector.app; sourceTree = BUILT_PRODUCTS_DIR; }; 52 D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = LaserTools.xcodeproj; path = ../LaserTools.xcodeproj; sourceTree = SOURCE_ROOT; }; 53 D45A5EB00BCCA09E00368A33 /* LaserTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LaserTools.framework; path = ../../Build/Debug/LaserTools.framework; sourceTree = SOURCE_ROOT; }; 61 54 DE3F3CCA0B98D48800B45C6B /* LTRenderedContextView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LTRenderedContextView.h; sourceTree = "<group>"; }; 62 55 DE3F3CCB0B98D48800B45C6B /* LTRenderedContextView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = LTRenderedContextView.m; sourceTree = "<group>"; }; 63 DE3F41790B9D4C0E00B45C6B /* LaserTools.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = LaserTools.xcodeproj; path = ../LaserTools.xcodeproj; sourceTree = SOURCE_ROOT; };64 DE3F42150B9D54DB00B45C6B /* LaserTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LaserTools.framework; path = ../../Build/Debug/LaserTools.framework; sourceTree = SOURCE_ROOT; };65 56 DEB2C5DD0B9143D10031CE9B /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 66 57 DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; … … 72 63 buildActionMask = 2147483647; 73 64 files = ( 74 D E3F41A80B9D4DD100B45C6B/* LaserTools.framework in Frameworks */,65 D45A5EB40BCCA0F900368A33 /* LaserTools.framework in Frameworks */, 75 66 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, 76 67 ); … … 94 85 isa = PBXGroup; 95 86 children = ( 96 D E3F42150B9D54DB00B45C6B/* LaserTools.framework */,87 D45A5EB00BCCA09E00368A33 /* LaserTools.framework */, 97 88 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, 98 89 ); … … 121 112 isa = PBXGroup; 122 113 children = ( 123 D E3F41790B9D4C0E00B45C6B/* LaserTools.xcodeproj */,114 D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */, 124 115 080E96DDFE201D6D7F000001 /* Classes */, 125 116 29B97315FDCFA39411CA2CEA /* Other Sources */, … … 159 150 sourceTree = "<group>"; 160 151 }; 161 D E3F417A0B9D4C0E00B45C6B/* Products */ = {162 isa = PBXGroup; 163 children = ( 164 D E3F417E0B9D4C0E00B45C6B/* LaserTools.framework */,152 D45A5EA90BCCA05600368A33 /* Products */ = { 153 isa = PBXGroup; 154 children = ( 155 D45A5EAD0BCCA05600368A33 /* LaserTools.framework */, 165 156 ); 166 157 name = Products; … … 182 173 ); 183 174 dependencies = ( 184 DE3F41820B9D4C3000B45C6B /* PBXTargetDependency */,185 175 ); 186 176 name = FlashInspector; … … 201 191 projectReferences = ( 202 192 { 203 ProductGroup = D E3F417A0B9D4C0E00B45C6B/* Products */;204 ProjectRef = D E3F41790B9D4C0E00B45C6B/* LaserTools.xcodeproj */;193 ProductGroup = D45A5EA90BCCA05600368A33 /* Products */; 194 ProjectRef = D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */; 205 195 }, 206 196 ); … … 212 202 213 203 /* Begin PBXReferenceProxy section */ 214 D E3F417E0B9D4C0E00B45C6B/* LaserTools.framework */ = {204 D45A5EAD0BCCA05600368A33 /* LaserTools.framework */ = { 215 205 isa = PBXReferenceProxy; 216 206 fileType = wrapper.framework; 217 207 path = LaserTools.framework; 218 remoteRef = D E3F417D0B9D4C0E00B45C6B/* PBXContainerItemProxy */;208 remoteRef = D45A5EAC0BCCA05600368A33 /* PBXContainerItemProxy */; 219 209 sourceTree = BUILT_PRODUCTS_DIR; 220 210 }; … … 246 236 /* End PBXSourcesBuildPhase section */ 247 237 248 /* Begin PBXTargetDependency section */249 DE3F41820B9D4C3000B45C6B /* PBXTargetDependency */ = {250 isa = PBXTargetDependency;251 name = LaserTools;252 targetProxy = DE3F41810B9D4C3000B45C6B /* PBXContainerItemProxy */;253 };254 /* End PBXTargetDependency section */255 256 238 /* Begin PBXVariantGroup section */ 257 239 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { … … 277 259 isa = XCBuildConfiguration; 278 260 buildSettings = { 261 ARCHS = "$(NATIVE_ARCH)"; 279 262 COPY_PHASE_STRIP = NO; 280 263 FRAMEWORK_SEARCH_PATHS = ( 281 264 "$(inherited)", 282 265 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 266 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 283 267 ); 284 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"../build/Debug\""; 268 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Frameworks\""; 269 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../Build/Debug\""; 285 270 GCC_DYNAMIC_NO_PIC = NO; 286 271 GCC_ENABLE_FIX_AND_CONTINUE = YES; 287 272 GCC_MODEL_TUNING = G5; 288 273 GCC_OPTIMIZATION_LEVEL = 0; 289 HEADER_SEARCH_PATHS = ../;290 274 INFOPLIST_FILE = Info.plist; 291 275 INSTALL_PATH = "$(HOME)/Applications"; 292 276 PRODUCT_NAME = FlashInspector; 277 SYMROOT = ../../Build; 293 278 WRAPPER_EXTENSION = app; 294 279 ZERO_LINK = YES; … … 299 284 isa = XCBuildConfiguration; 300 285 buildSettings = { 301 ARCHS = ( 302 ppc, 303 i386, 304 ); 286 ARCHS = "$(NATIVE_ARCH)"; 305 287 FRAMEWORK_SEARCH_PATHS = ( 306 288 "$(inherited)", 307 289 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 308 "$(SYSTEM_DEVELOPER_DIR)/Projects/LaserLine/LaserTools/build/Release", 309 "$(SYSTEM_DEVELOPER_DIR)/Projects/LaserLine/LaserTools/build/Debug", 290 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 310 291 ); 311 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/Projects/Builds/LaserTools/Debug\""; 292 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Frameworks\""; 293 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../Build/Debug\""; 312 294 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 313 295 GCC_MODEL_TUNING = G5; … … 315 297 INSTALL_PATH = "$(HOME)/Applications"; 316 298 PRODUCT_NAME = FlashInspector; 299 SYMROOT = ../../Build; 317 300 WRAPPER_EXTENSION = app; 318 301 };
