Changeset 32
- Timestamp:
- 01/06/07 11:48:37 (2 years ago)
- Files:
-
- trunk/A52Codec.xcodeproj/project.pbxproj (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A52Codec.xcodeproj/project.pbxproj
r28 r32 183 183 65CB364E066A1FA900A75A43 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; 184 184 F50815870A2161180092BF70 /* XCAResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = XCAResources.r; sourceTree = "<group>"; }; 185 F50B7AB50AAB69C600065C78 /* A52Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = A52Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; };185 F50B7AB50AAB69C600065C78 /* Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; 186 186 F50B7AB70AAB69C700065C78 /* Preferences-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Preferences-Info.plist"; sourceTree = "<group>"; }; 187 187 F50B7AC40AAB6E3F00065C78 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/A52CodecPreferences.nib; sourceTree = "<group>"; }; … … 366 366 F5BDACAD0A20A00000FF4884 /* A52Codec.component */, 367 367 F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */, 368 F50B7AB50AAB69C600065C78 /* A52Preferences.app */,368 F50B7AB50AAB69C600065C78 /* Preferences.app */, 369 369 ); 370 370 name = Products; … … 499 499 name = A52Preferences; 500 500 productName = Preferences; 501 productReference = F50B7AB50AAB69C600065C78 /* A52Preferences.app */;501 productReference = F50B7AB50AAB69C600065C78 /* Preferences.app */; 502 502 productType = "com.apple.product-type.application"; 503 503 }; … … 686 686 687 687 /* Begin XCBuildConfiguration section */ 688 F50B7AB90AAB69C800065C78 /* Release*/ = {688 F50B7AB90AAB69C800065C78 /* Deployment */ = { 689 689 isa = XCBuildConfiguration; 690 690 buildSettings = { … … 712 712 ZERO_LINK = NO; 713 713 }; 714 name = Release;714 name = Deployment; 715 715 }; 716 716 F50B7ABA0AAB69C800065C78 /* Development */ = { … … 784 784 name = Default; 785 785 }; 786 F5525DF30A3BF78A00F36B86 /* Release*/ = {786 F5525DF30A3BF78A00F36B86 /* Deployment */ = { 787 787 isa = XCBuildConfiguration; 788 788 buildSettings = { … … 814 814 WRAPPER_EXTENSION = component; 815 815 }; 816 name = Release;816 name = Deployment; 817 817 }; 818 818 F5525DF40A3BF78A00F36B86 /* Development */ = { … … 907 907 name = Default; 908 908 }; 909 F583B20F0A759C31005F8A5A /* Release*/ = {909 F583B20F0A759C31005F8A5A /* Deployment */ = { 910 910 isa = XCBuildConfiguration; 911 911 buildSettings = { … … 916 916 ZERO_LINK = NO; 917 917 }; 918 name = Release;918 name = Deployment; 919 919 }; 920 920 F583B2100A759C31005F8A5A /* Development */ = { … … 943 943 name = Default; 944 944 }; 945 F5BDACA80A20A00000FF4884 /* Release*/ = {945 F5BDACA80A20A00000FF4884 /* Deployment */ = { 946 946 isa = XCBuildConfiguration; 947 947 buildSettings = { … … 973 973 WRAPPER_EXTENSION = component; 974 974 }; 975 name = Release;975 name = Deployment; 976 976 }; 977 977 F5BDACA90A20A00000FF4884 /* Development */ = { … … 1069 1069 name = Default; 1070 1070 }; 1071 F5BDACB00A20A00100FF4884 /* Release*/ = {1071 F5BDACB00A20A00100FF4884 /* Deployment */ = { 1072 1072 isa = XCBuildConfiguration; 1073 1073 buildSettings = { 1074 1074 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1075 1075 }; 1076 name = Release;1076 name = Deployment; 1077 1077 }; 1078 1078 F5BDACB10A20A00100FF4884 /* Development */ = { … … 1097 1097 name = Default; 1098 1098 }; 1099 F5DA8EEC0A54C713004A41D0 /* Release*/ = {1099 F5DA8EEC0A54C713004A41D0 /* Deployment */ = { 1100 1100 isa = XCBuildConfiguration; 1101 1101 buildSettings = { … … 1106 1106 ZERO_LINK = NO; 1107 1107 }; 1108 name = Release;1108 name = Deployment; 1109 1109 }; 1110 1110 F5DA8EED0A54C713004A41D0 /* Development */ = { … … 1139 1139 isa = XCConfigurationList; 1140 1140 buildConfigurations = ( 1141 F50B7AB90AAB69C800065C78 /* Release*/,1141 F50B7AB90AAB69C800065C78 /* Deployment */, 1142 1142 F50B7ABA0AAB69C800065C78 /* Development */, 1143 1143 F50B7ABB0AAB69C800065C78 /* Development-Unoptimized */, … … 1150 1150 isa = XCConfigurationList; 1151 1151 buildConfigurations = ( 1152 F5525DF30A3BF78A00F36B86 /* Release*/,1152 F5525DF30A3BF78A00F36B86 /* Deployment */, 1153 1153 F5525DF40A3BF78A00F36B86 /* Development */, 1154 1154 F5525DF50A3BF78A00F36B86 /* Development-Unoptimized */, … … 1161 1161 isa = XCConfigurationList; 1162 1162 buildConfigurations = ( 1163 F583B20F0A759C31005F8A5A /* Release*/,1163 F583B20F0A759C31005F8A5A /* Deployment */, 1164 1164 F583B2100A759C31005F8A5A /* Development */, 1165 1165 F583B2110A759C31005F8A5A /* Development-Unoptimized */, … … 1172 1172 isa = XCConfigurationList; 1173 1173 buildConfigurations = ( 1174 F5BDACA80A20A00000FF4884 /* Release*/,1174 F5BDACA80A20A00000FF4884 /* Deployment */, 1175 1175 F5BDACA90A20A00000FF4884 /* Development */, 1176 1176 F5BDACAA0A20A00000FF4884 /* Development-Unoptimized */, … … 1183 1183 isa = XCConfigurationList; 1184 1184 buildConfigurations = ( 1185 F5BDACB00A20A00100FF4884 /* Release*/,1185 F5BDACB00A20A00100FF4884 /* Deployment */, 1186 1186 F5BDACB10A20A00100FF4884 /* Development */, 1187 1187 F5BDACB20A20A00100FF4884 /* Development-Unoptimized */, … … 1194 1194 isa = XCConfigurationList; 1195 1195 buildConfigurations = ( 1196 F5DA8EEC0A54C713004A41D0 /* Release*/,1196 F5DA8EEC0A54C713004A41D0 /* Deployment */, 1197 1197 F5DA8EED0A54C713004A41D0 /* Development */, 1198 1198 F5DA8EEE0A54C713004A41D0 /* Development-Unoptimized */,
