Changeset 401

Show
Ignore:
Timestamp:
11/16/07 18:43:10 (1 year ago)
Author:
hagedorn
Message:

Added QuickLook Plugin. This is kind of a one-night crufty hack; needs to link against updated version of ILDAlib.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LaserLine_2.0/LaserLine_2.0.xcodeproj/project.pbxproj

    r398 r401  
    8787/* End PBXBuildFile section */ 
    8888 
    89 /* Begin PBXBuildStyle section */ 
    90                 DED5D2DD0BD1C9980021BC21 /* Development */ = { 
    91                         isa = PBXBuildStyle; 
    92                         buildSettings = { 
    93                                 COPY_PHASE_STRIP = NO; 
    94                         }; 
    95                         name = Development; 
    96                 }; 
    97                 DED5D2DE0BD1C9980021BC21 /* Deployment */ = { 
    98                         isa = PBXBuildStyle; 
    99                         buildSettings = { 
    100                                 COPY_PHASE_STRIP = YES; 
    101                         }; 
    102                         name = Deployment; 
    103                 }; 
    104 /* End PBXBuildStyle section */ 
    105  
    10689/* Begin PBXContainerItemProxy section */ 
    10790                F808BBDC0B9A5156001283DF /* PBXContainerItemProxy */ = { 
     
    188171                32CA4F630368D1EE00C91783 /* LaserLine_2.0_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LaserLine_2.0_Prefix.pch; sourceTree = "<group>"; }; 
    189172                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    190                 8D1107320486CEB800E47090 /* LaserLine.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = LaserLine.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
     173                8D1107320486CEB800E47090 /* LaserLine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LaserLine.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    191174                A804670E0BA3B12100CADE97 /* LZAudioOutputDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LZAudioOutputDevice.h; sourceTree = "<group>"; }; 
    192175                A804670F0BA3B12100CADE97 /* LZAudioOutputDevice.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LZAudioOutputDevice.m; sourceTree = "<group>"; }; 
     
    593576                        isa = PBXProject; 
    594577                        buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "LaserLine_2.0" */; 
    595                         buildSettings = { 
    596                         }; 
    597                         buildStyles = ( 
    598                                 DED5D2DD0BD1C9980021BC21 /* Development */, 
    599                                 DED5D2DE0BD1C9980021BC21 /* Deployment */, 
    600                         ); 
    601578                        hasScannedForEncodings = 1; 
    602579                        mainGroup = 29B97314FDCFA39411CA2CEA /* LaserLine_2.0 */; 
  • trunk/UI_Elements/DarkKitApp/DarkKitApp.xcodeproj/project.pbxproj

    r398 r401  
    9696/* End PBXBuildFile section */ 
    9797 
    98 /* Begin PBXBuildStyle section */ 
    99                 DED5D16C0BD1B65F0021BC21 /* Development */ = { 
    100                         isa = PBXBuildStyle; 
    101                         buildSettings = { 
    102                                 COPY_PHASE_STRIP = NO; 
    103                         }; 
    104                         name = Development; 
    105                 }; 
    106                 DED5D16D0BD1B65F0021BC21 /* Deployment */ = { 
    107                         isa = PBXBuildStyle; 
    108                         buildSettings = { 
    109                                 COPY_PHASE_STRIP = YES; 
    110                         }; 
    111                         name = Deployment; 
    112                 }; 
    113 /* End PBXBuildStyle section */ 
    114  
    11598/* Begin PBXContainerItemProxy section */ 
    11699                C4971DD30B9A2C8500E57A56 /* PBXContainerItemProxy */ = { 
     
    133116                32CA4F630368D1EE00C91783 /* DarkKitApp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarkKitApp_Prefix.pch; sourceTree = "<group>"; }; 
    134117                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    135                 8D1107320486CEB800E47090 /* DarkKitApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DarkKitApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
     118                8D1107320486CEB800E47090 /* DarkKitApp.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = DarkKitApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    136119                C4971DA70B9A2C3C00E57A56 /* DarkKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DarkKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 
    137120                C4971DA80B9A2C3C00E57A56 /* DarkKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "DarkKit-Info.plist"; sourceTree = "<group>"; }; 
     
    444427                        isa = PBXProject; 
    445428                        buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DarkKitApp" */; 
    446                         buildSettings = { 
    447                         }; 
    448                         buildStyles = ( 
    449                                 DED5D16C0BD1B65F0021BC21 /* Development */, 
    450                                 DED5D16D0BD1B65F0021BC21 /* Deployment */, 
    451                         ); 
    452429                        hasScannedForEncodings = 1; 
    453430                        mainGroup = 29B97314FDCFA39411CA2CEA /* DarkKitApp */;