Changeset 12

Show
Ignore:
Timestamp:
07/24/06 20:44:19 (2 years ago)
Author:
gbooker
Message:

Allow the ability to debug this within QuickTime Player in a quick step.

Files:

Legend:

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

    r10 r12  
    88 
    99/* Begin PBXAggregateTarget section */ 
     10                F583B2030A759C09005F8A5A /* Debug */ = { 
     11                        isa = PBXAggregateTarget; 
     12                        buildConfigurationList = F583B20E0A759C31005F8A5A /* Build configuration list for PBXAggregateTarget "Debug" */; 
     13                        buildPhases = ( 
     14                                F583B2020A759C09005F8A5A /* CopyFiles */, 
     15                                F583B20A0A759C25005F8A5A /* CopyFiles */, 
     16                        ); 
     17                        dependencies = ( 
     18                                F583B2050A759C0F005F8A5A /* PBXTargetDependency */, 
     19                        ); 
     20                        name = Debug; 
     21                        productName = Debug; 
     22                }; 
    1023                F5DA8EE20A54C702004A41D0 /* Build All */ = { 
    1124                        isa = PBXAggregateTarget; 
     
    4962                F5525E090A3BF7D700F36B86 /* versions.h in Headers */ = {isa = PBXBuildFile; fileRef = F5525E030A3BF7D700F36B86 /* versions.h */; }; 
    5063                F5536FB20A3BF8E800969CA8 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5536FB10A3BF8E800969CA8 /* QuickTime.framework */; }; 
     64                F583B2070A759C1D005F8A5A /* AC3MovieImport.component in CopyFiles */ = {isa = PBXBuildFile; fileRef = F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */; }; 
     65                F583B2150A759C4C005F8A5A /* A52Codec.component in CopyFiles */ = {isa = PBXBuildFile; fileRef = F5BDACAD0A20A00000FF4884 /* A52Codec.component */; }; 
    5166                F5BDAC870A20A00000FF4884 /* ACBaseCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A93010287A1A201000102 /* ACBaseCodec.h */; }; 
    5267                F5BDAC880A20A00000FF4884 /* ACCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A93030287A1A201000102 /* ACCodec.h */; }; 
     
    8499 
    85100/* Begin PBXContainerItemProxy section */ 
     101                F583B2040A759C0F005F8A5A /* PBXContainerItemProxy */ = { 
     102                        isa = PBXContainerItemProxy; 
     103                        containerPortal = F5A548DE02879EB701000102 /* Project object */; 
     104                        proxyType = 1; 
     105                        remoteGlobalIDString = F5DA8EE20A54C702004A41D0 /* Build All */; 
     106                        remoteInfo = "Build All"; 
     107                }; 
    86108                F5DA8EE30A54C708004A41D0 /* PBXContainerItemProxy */ = { 
    87109                        isa = PBXContainerItemProxy; 
     
    99121                }; 
    100122/* End PBXContainerItemProxy section */ 
     123 
     124/* Begin PBXCopyFilesBuildPhase section */ 
     125                F583B2020A759C09005F8A5A /* CopyFiles */ = { 
     126                        isa = PBXCopyFilesBuildPhase; 
     127                        buildActionMask = 2147483647; 
     128                        dstPath = "$(HOME)/Library/QuickTime"; 
     129                        dstSubfolderSpec = 0; 
     130                        files = ( 
     131                                F583B2070A759C1D005F8A5A /* AC3MovieImport.component in CopyFiles */, 
     132                        ); 
     133                        runOnlyForDeploymentPostprocessing = 0; 
     134                }; 
     135                F583B20A0A759C25005F8A5A /* CopyFiles */ = { 
     136                        isa = PBXCopyFilesBuildPhase; 
     137                        buildActionMask = 2147483647; 
     138                        dstPath = "$(HOME)/Library/Audio/Plug-Ins/Components/"; 
     139                        dstSubfolderSpec = 0; 
     140                        files = ( 
     141                                F583B2150A759C4C005F8A5A /* A52Codec.component in CopyFiles */, 
     142                        ); 
     143                        runOnlyForDeploymentPostprocessing = 0; 
     144                }; 
     145/* End PBXCopyFilesBuildPhase section */ 
    101146 
    102147/* Begin PBXFileReference section */ 
     
    448493                                F5BDAC850A20A00000FF4884 /* A52Codec (Upgraded) */, 
    449494                                F5525DCA0A3BF78A00F36B86 /* AC3MovieImport */, 
     495                                F583B2030A759C09005F8A5A /* Debug */, 
    450496                        ); 
    451497                }; 
     
    525571 
    526572/* Begin PBXTargetDependency section */ 
     573                F583B2050A759C0F005F8A5A /* PBXTargetDependency */ = { 
     574                        isa = PBXTargetDependency; 
     575                        target = F5DA8EE20A54C702004A41D0 /* Build All */; 
     576                        targetProxy = F583B2040A759C0F005F8A5A /* PBXContainerItemProxy */; 
     577                }; 
    527578                F5DA8EE40A54C708004A41D0 /* PBXTargetDependency */ = { 
    528579                        isa = PBXTargetDependency; 
     
    661712                        name = Default; 
    662713                }; 
     714                F583B20F0A759C31005F8A5A /* Release */ = { 
     715                        isa = XCBuildConfiguration; 
     716                        buildSettings = { 
     717                                COPY_PHASE_STRIP = YES; 
     718                                GCC_ENABLE_FIX_AND_CONTINUE = NO; 
     719                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
     720                                PRODUCT_NAME = Debug; 
     721                                ZERO_LINK = NO; 
     722                        }; 
     723                        name = Release; 
     724                }; 
     725                F583B2100A759C31005F8A5A /* Development */ = { 
     726                        isa = XCBuildConfiguration; 
     727                        buildSettings = { 
     728                                COPY_PHASE_STRIP = NO; 
     729                                GCC_DYNAMIC_NO_PIC = NO; 
     730                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 
     731                                GCC_OPTIMIZATION_LEVEL = 0; 
     732                                PRODUCT_NAME = Debug; 
     733                        }; 
     734                        name = Development; 
     735                }; 
     736                F583B2110A759C31005F8A5A /* Development-Unoptimized */ = { 
     737                        isa = XCBuildConfiguration; 
     738                        buildSettings = { 
     739                                PRODUCT_NAME = Debug; 
     740                        }; 
     741                        name = "Development-Unoptimized"; 
     742                }; 
     743                F583B2120A759C31005F8A5A /* Default */ = { 
     744                        isa = XCBuildConfiguration; 
     745                        buildSettings = { 
     746                                PRODUCT_NAME = Debug; 
     747                        }; 
     748                        name = Default; 
     749                }; 
    663750                F5BDACA80A20A00000FF4884 /* Release */ = { 
    664751                        isa = XCBuildConfiguration; 
     
    862949                        defaultConfigurationName = Default; 
    863950                }; 
     951                F583B20E0A759C31005F8A5A /* Build configuration list for PBXAggregateTarget "Debug" */ = { 
     952                        isa = XCConfigurationList; 
     953                        buildConfigurations = ( 
     954                                F583B20F0A759C31005F8A5A /* Release */, 
     955                                F583B2100A759C31005F8A5A /* Development */, 
     956                                F583B2110A759C31005F8A5A /* Development-Unoptimized */, 
     957                                F583B2120A759C31005F8A5A /* Default */, 
     958                        ); 
     959                        defaultConfigurationIsVisible = 0; 
     960                        defaultConfigurationName = Default; 
     961                }; 
    864962                F5BDACA70A20A00000FF4884 /* Build configuration list for PBXNativeTarget "A52Codec (Upgraded)" */ = { 
    865963                        isa = XCConfigurationList;