Changeset 274

Show
Ignore:
Timestamp:
01/08/07 15:14:47 (2 years ago)
Author:
durin42
Message:

Whoops, these were externally referenced. Fixed. Thanks Graham!

Files:

Legend:

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

    r272 r274  
    8989                1184A3840B505A8800C8452A /* SUStatus.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1184A3830B505A8800C8452A /* SUStatus.nib */; }; 
    9090                1184A38D0B505A9800C8452A /* SUStatusController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1184A38C0B505A9800C8452A /* SUStatusController.m */; }; 
    91                 1184A39E0B505AB600C8452A /* SUUpdateAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 1184A39D0B505AB600C8452A /* SUUpdateAlert.m */; }; 
    9291                11A70ACE0A3D0131002058D4 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11D4EEFC0A3CE7FA0066D45F /* Carbon.framework */; }; 
    9392                11A70ACF0A3D0131002058D4 /* libavcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 11D4EFA10A3CE8C10066D45F /* libavcodec.a */; }; 
     
    102101                11C85FE60A64314500DF3D73 /* FFusionCodec.r in Rez */ = {isa = PBXBuildFile; fileRef = F560DF0203D622D001ABA332 /* FFusionCodec.r */; }; 
    103102                11C85FE70A64315500DF3D73 /* Perian-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 11A709DA0A3CFCB6002058D4 /* Perian-Info.plist */; }; 
     103                11F28DAD0B52EB75000AF78C /* SUUpdateAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F28DAC0B52EB75000AF78C /* SUUpdateAlert.m */; }; 
    104104                6116E5510B43C27B0020F1CE /* ACBaseCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6116E5370B43C27B0020F1CE /* ACBaseCodec.cpp */; }; 
    105105                6116E5520B43C27B0020F1CE /* ACCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6116E5390B43C27B0020F1CE /* ACCodec.cpp */; }; 
     
    402402                1184A38B0B505A9800C8452A /* SUStatusController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUStatusController.h; sourceTree = "<group>"; }; 
    403403                1184A38C0B505A9800C8452A /* SUStatusController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUStatusController.m; sourceTree = "<group>"; }; 
    404                 1184A39C0B505AB600C8452A /* SUUpdateAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SUUpdateAlert.h; path = ../SparklePlus/SUUpdateAlert.h; sourceTree = SOURCE_ROOT; }; 
    405                 1184A39D0B505AB600C8452A /* SUUpdateAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SUUpdateAlert.m; path = ../SparklePlus/SUUpdateAlert.m; sourceTree = SOURCE_ROOT; }; 
    406404                11A709DA0A3CFCB6002058D4 /* Perian-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Perian-Info.plist"; sourceTree = "<group>"; }; 
    407405                11A70AC10A3D0105002058D4 /* Perian.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Perian.component; sourceTree = BUILT_PRODUCTS_DIR; }; 
     
    416414                11D4EFA20A3CE8C10066D45F /* libavutil.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavutil.a; path = build/Universal/libavutil.a; sourceTree = "<group>"; }; 
    417415                11D4EFA30A3CE8C10066D45F /* libpostproc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpostproc.a; path = build/Universal/libpostproc.a; sourceTree = "<group>"; }; 
     416                11F28DAB0B52EB75000AF78C /* SUUpdateAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUpdateAlert.h; sourceTree = "<group>"; }; 
     417                11F28DAC0B52EB75000AF78C /* SUUpdateAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUpdateAlert.m; sourceTree = "<group>"; }; 
    418418                6116E5370B43C27B0020F1CE /* ACBaseCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ACBaseCodec.cpp; sourceTree = "<group>"; }; 
    419419                6116E5380B43C27B0020F1CE /* ACBaseCodec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ACBaseCodec.h; sourceTree = "<group>"; }; 
     
    753753                                11629FCF0B51E65F006591C8 /* NSString+extras.h */, 
    754754                                11629FD00B51E65F006591C8 /* NSString+extras.m */, 
    755                                 1184A39C0B505AB600C8452A /* SUUpdateAlert.h */, 
    756                                 1184A39D0B505AB600C8452A /* SUUpdateAlert.m */, 
     755                                11F28DAB0B52EB75000AF78C /* SUUpdateAlert.h */, 
     756                                11F28DAC0B52EB75000AF78C /* SUUpdateAlert.m */, 
    757757                                1184A38B0B505A9800C8452A /* SUStatusController.h */, 
    758758                                1184A38C0B505A9800C8452A /* SUStatusController.m */, 
     
    10601060                                F5CFD2D60B5012A100616865 /* A52Codec.component */, 
    10611061                                F5CFD2D80B5012A100616865 /* AC3MovieImport.component */, 
    1062                                 F5CFD2DA0B5012A100616865 /* A52Preferences.app */, 
     1062                                F5CFD2DA0B5012A100616865 /* Preferences.app */, 
    10631063                        ); 
    10641064                        name = Products; 
     
    13001300                        sourceTree = BUILT_PRODUCTS_DIR; 
    13011301                }; 
    1302                 F5CFD2DA0B5012A100616865 /* A52Preferences.app */ = { 
     1302                F5CFD2DA0B5012A100616865 /* Preferences.app */ = { 
    13031303                        isa = PBXReferenceProxy; 
    13041304                        fileType = wrapper.application; 
    1305                         path = A52Preferences.app; 
     1305                        path = Preferences.app; 
    13061306                        remoteRef = F5CFD2D90B5012A100616865 /* PBXContainerItemProxy */; 
    13071307                        sourceTree = BUILT_PRODUCTS_DIR; 
     
    14361436                                1184A3140B50548700C8452A /* SUUtilities.m in Sources */, 
    14371437                                1184A38D0B505A9800C8452A /* SUStatusController.m in Sources */, 
    1438                                 1184A39E0B505AB600C8452A /* SUUpdateAlert.m in Sources */, 
    14391438                                11629EE10B51E482006591C8 /* main.m in Sources */, 
    14401439                                11629FD10B51E65F006591C8 /* NSString+extras.m in Sources */, 
     1440                                11F28DAD0B52EB75000AF78C /* SUUpdateAlert.m in Sources */, 
    14411441                        ); 
    14421442                        runOnlyForDeploymentPostprocessing = 0;