Changeset 41 for trunk/Fence.xcodeproj/project.pbxproj
- Timestamp:
- 06/20/06 23:26:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/Fence.xcodeproj/project.pbxproj (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Fence.xcodeproj/project.pbxproj
r38 r41 27 27 6D4762960A1E4A0900E16CEE /* Fence Help in Resources */ = {isa = PBXBuildFile; fileRef = 6D4762920A1E4A0900E16CEE /* Fence Help */; }; 28 28 6D47630E0A1E537100E16CEE /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D47630D0A1E537100E16CEE /* AppController.m */; }; 29 6D4768650A1FA13600E16CEE /* TypePadSuper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D4768640A1FA13600E16CEE /* TypePadSuper.m */; };30 29 6D4C783F0A37800900336D15 /* HACKING in Resources */ = {isa = PBXBuildFile; fileRef = 6D4C783E0A37800900336D15 /* HACKING */; }; 31 30 6D6494960A3CAB3A00455799 /* VoxAccount.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6D6494940A3CAB3A00455799 /* VoxAccount.h */; }; … … 40 39 6D6505050A19852B0087234C /* TypePadWeblog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6505040A19852B0087234C /* TypePadWeblog.m */; }; 41 40 6D65050E0A1985530087234C /* TypePadGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D65050D0A1985530087234C /* TypePadGallery.m */; }; 41 6DAFAA990A47975A00E54B76 /* CommentTable.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6DAFAA970A47975A00E54B76 /* CommentTable.h */; }; 42 6DAFAA9A0A47975A00E54B76 /* CommentTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DAFAA980A47975A00E54B76 /* CommentTable.m */; }; 43 6DAFAAAF0A47989F00E54B76 /* TypePadWeblogComment.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6DAFAAAD0A47989F00E54B76 /* TypePadWeblogComment.h */; }; 44 6DAFAAB00A47989F00E54B76 /* TypePadWeblogComment.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DAFAAAE0A47989F00E54B76 /* TypePadWeblogComment.m */; }; 42 45 6DEB14A00A3AA7D1005998D4 /* TypePad.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6DEB149F0A3AA7D1005998D4 /* TypePad.nib */; }; 43 46 6DEB14D40A3AAC58005998D4 /* Preferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6DEB14D30A3AAC58005998D4 /* Preferences.nib */; }; 47 6DF04FB80A488A25002DAF68 /* fence-128.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DF04FB70A488A25002DAF68 /* fence-128.png */; }; 48 6DF04FF00A48A8DE002DAF68 /* fence.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6DF04FEF0A48A8DE002DAF68 /* fence.icns */; }; 44 49 6DF565C50A3BAA770037EB33 /* TypePadController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DF565C30A3BAA770037EB33 /* TypePadController.m */; }; 45 50 6DF565C60A3BAA770037EB33 /* TypePadController.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6DF565C40A3BAA770037EB33 /* TypePadController.h */; }; … … 106 111 6D6494D40A3CAD3D00455799 /* VoxAtomApi.h in CopyFiles */, 107 112 6D6495770A3CB66200455799 /* VoxCollection.h in CopyFiles */, 113 6DAFAA990A47975A00E54B76 /* CommentTable.h in CopyFiles */, 114 6DAFAAAF0A47989F00E54B76 /* TypePadWeblogComment.h in CopyFiles */, 108 115 ); 109 116 runOnlyForDeploymentPostprocessing = 0; … … 120 127 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 121 128 32CA4F630368D1EE00C91783 /* Fence_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fence_Prefix.pch; sourceTree = "<group>"; }; 122 6D0937220A312AAD00FFB45C /* Fence.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fence.app; sourceTree = BUILT_PRODUCTS_DIR; };129 6D0937220A312AAD00FFB45C /* Fence.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = Fence.app; path = /Users/ngerakines/dev/6a/code/Fence/trunk/build/Release/Fence.app; sourceTree = "<absolute>"; }; 123 130 6D15B1960A2FC8BD00BFAC0E /* Gallery.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Gallery.tiff; sourceTree = "<group>"; }; 124 131 6D15B1970A2FC8BD00BFAC0E /* General.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = General.tiff; sourceTree = "<group>"; }; … … 147 154 6D47630C0A1E537100E16CEE /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; }; 148 155 6D47630D0A1E537100E16CEE /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; }; 149 6D4768630A1FA13600E16CEE /* TypePadSuper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypePadSuper.h; sourceTree = "<group>"; };150 6D4768640A1FA13600E16CEE /* TypePadSuper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypePadSuper.m; sourceTree = "<group>"; };151 156 6D4C783E0A37800900336D15 /* HACKING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HACKING; sourceTree = "<group>"; }; 152 157 6D6494940A3CAB3A00455799 /* VoxAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VoxAccount.h; sourceTree = "<group>"; }; … … 165 170 6D65050D0A1985530087234C /* TypePadGallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypePadGallery.m; sourceTree = "<group>"; }; 166 171 6D65069B0A1994930087234C /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; }; 172 6DAFAA970A47975A00E54B76 /* CommentTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommentTable.h; sourceTree = "<group>"; }; 173 6DAFAA980A47975A00E54B76 /* CommentTable.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CommentTable.m; sourceTree = "<group>"; }; 174 6DAFAAAD0A47989F00E54B76 /* TypePadWeblogComment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypePadWeblogComment.h; sourceTree = "<group>"; }; 175 6DAFAAAE0A47989F00E54B76 /* TypePadWeblogComment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypePadWeblogComment.m; sourceTree = "<group>"; }; 167 176 6DBE11990A1BA41200F171E5 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ChangeLog; sourceTree = "<group>"; }; 168 177 6DBE119F0A1BA42900F171E5 /* ReadMe */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe; sourceTree = "<group>"; }; 169 178 6DEB149F0A3AA7D1005998D4 /* TypePad.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = TypePad.nib; sourceTree = "<group>"; }; 170 179 6DEB14D30A3AAC58005998D4 /* Preferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = Preferences.nib; sourceTree = "<group>"; }; 180 6DF04FB70A488A25002DAF68 /* fence-128.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fence-128.png"; sourceTree = "<group>"; }; 181 6DF04FEF0A48A8DE002DAF68 /* fence.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = fence.icns; sourceTree = "<group>"; }; 171 182 6DF565C30A3BAA770037EB33 /* TypePadController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = TypePadController.m; sourceTree = "<group>"; }; 172 183 6DF565C40A3BAA770037EB33 /* TypePadController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TypePadController.h; sourceTree = "<group>"; }; … … 233 244 isa = PBXGroup; 234 245 children = ( 235 6D0937220A312AAD00FFB45C /* Fence.app */,236 246 ); 237 247 name = Products; … … 241 251 isa = PBXGroup; 242 252 children = ( 253 6DF04FEF0A48A8DE002DAF68 /* fence.icns */, 243 254 6D15B22C0A2FCC7500BFAC0E /* Growl-WithInstaller.framework */, 244 255 6DBE119F0A1BA42900F171E5 /* ReadMe */, … … 271 282 6DEB149F0A3AA7D1005998D4 /* TypePad.nib */, 272 283 6DF56A700A3BDF6C0037EB33 /* Vox.nib */, 284 6D4762920A1E4A0900E16CEE /* Fence Help */, 273 285 6D15B1960A2FC8BD00BFAC0E /* Gallery.tiff */, 274 286 6D15B1970A2FC8BD00BFAC0E /* General.tiff */, 275 287 6D15B1980A2FC8BD00BFAC0E /* Weblog.tiff */, 276 6D4762920A1E4A0900E16CEE /* Fence Help */,277 288 6D2D03660A19512F005C5AFA /* tplogo.jpg */, 278 289 6DF56A6B0A3BDEDE0037EB33 /* logo-vox-32x32.gif */, 279 290 8D1107310486CEB800E47090 /* Info.plist */, 280 291 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, 292 6DF04FB70A488A25002DAF68 /* fence-128.png */, 281 293 ); 282 294 name = Resources; … … 340 352 children = ( 341 353 6DF56A4F0A3BDC160037EB33 /* View Controllers */, 342 6D4768630A1FA13600E16CEE /* TypePadSuper.h */,343 6D4768640A1FA13600E16CEE /* TypePadSuper.m */,344 354 6D6505030A19852B0087234C /* TypePadWeblog.h */, 345 355 6D6505040A19852B0087234C /* TypePadWeblog.m */, … … 348 358 6D2D02FA0A194F0A005C5AFA /* TypePad.h */, 349 359 6D2D02FB0A194F0A005C5AFA /* TypePad.m */, 360 6DF565C40A3BAA770037EB33 /* TypePadController.h */, 350 361 6DF565C30A3BAA770037EB33 /* TypePadController.m */, 351 6DF565C40A3BAA770037EB33 /* TypePadController.h */,352 362 6DF565DE0A3BABCC0037EB33 /* TypePadAccount.h */, 353 363 6DF565DF0A3BABCC0037EB33 /* TypePadAccount.m */, 354 364 6D6494C80A3CAD2700455799 /* TypePadAtomAPI.h */, 355 365 6D6494C90A3CAD2700455799 /* TypePadAtomAPI.m */, 366 6DAFAAAD0A47989F00E54B76 /* TypePadWeblogComment.h */, 367 6DAFAAAE0A47989F00E54B76 /* TypePadWeblogComment.m */, 356 368 ); 357 369 name = TypePad; … … 388 400 isa = PBXGroup; 389 401 children = ( 402 6DAFAA970A47975A00E54B76 /* CommentTable.h */, 403 6DAFAA980A47975A00E54B76 /* CommentTable.m */, 390 404 6D2D02F60A194F0A005C5AFA /* RoundedView.h */, 391 405 6D2D02F70A194F0A005C5AFA /* RoundedView.m */, … … 461 475 6DF56A6C0A3BDEDE0037EB33 /* logo-vox-32x32.gif in Resources */, 462 476 6DF56A710A3BDF6C0037EB33 /* Vox.nib in Resources */, 477 6DF04FB80A488A25002DAF68 /* fence-128.png in Resources */, 478 6DF04FF00A48A8DE002DAF68 /* fence.icns in Resources */, 463 479 ); 464 480 runOnlyForDeploymentPostprocessing = 0; … … 483 499 6D65050E0A1985530087234C /* TypePadGallery.m in Sources */, 484 500 6D47630E0A1E537100E16CEE /* AppController.m in Sources */, 485 6D4768650A1FA13600E16CEE /* TypePadSuper.m in Sources */,486 501 6D3223060A3A59BA005D832A /* Vox.m in Sources */, 487 502 6D32231C0A3A6704005D832A /* LoginWindowController.m in Sources */, … … 496 511 6D6494D50A3CAD3D00455799 /* VoxAtomApi.m in Sources */, 497 512 6D6495780A3CB66200455799 /* VoxCollection.m in Sources */, 513 6DAFAA9A0A47975A00E54B76 /* CommentTable.m in Sources */, 514 6DAFAAB00A47989F00E54B76 /* TypePadWeblogComment.m in Sources */, 498 515 ); 499 516 runOnlyForDeploymentPostprocessing = 0;
