OSDN Git Service

a62c18d2e71871a6a55ee67a54c14a4689b00791
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / InstantHandBrake.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 44;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 4D1EA2EA0993B09A00FDC1A2 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.mm */; };
11                 4D1EA2F60993B0CA00FDC1A2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
12                 4D1EA31C0993B24700FDC1A2 /* ExpressController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1EA31B0993B24700FDC1A2 /* ExpressController.m */; };
13                 4D2AEA1A09CCB332007E18F6 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DEB2024052B055F00C39CA9 /* IOKit.framework */; };
14                 4D3ECC2709A4917000B2E45F /* WhiteBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D3ECC2609A4917000B2E45F /* WhiteBox.m */; };
15                 52AFF86B0B59BD14000DA7C4 /* Express.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4D1EA2DC0993B01000FDC1A2 /* Express.plist */; };
16                 A2122D820C7EAF6600AB87A4 /* DriveDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = A2122D810C7EAF6600AB87A4 /* DriveDetector.m */; };
17                 A9B706E60D356BC800385AF2 /* Growl.framework in Resources */ = {isa = PBXBuildFile; fileRef = A9B706E50D356BC800385AF2 /* Growl.framework */; };
18                 A9B70A030D3570F100385AF2 /* HandBrake.icns in Resources */ = {isa = PBXBuildFile; fileRef = A9B70A020D3570F100385AF2 /* HandBrake.icns */; };
19                 A9B70A0F0D35719900385AF2 /* HBCore.m in Sources */ = {isa = PBXBuildFile; fileRef = A9B70A0D0D35719900385AF2 /* HBCore.m */; };
20                 A9DB3A1F0D37EC6800F77345 /* libhb.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A9DB3A0F0D37EC2800F77345 /* libhb.a */; };
21                 A9ED4EF20D36226F004341F5 /* Play.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A9ED4EEF0D36226F004341F5 /* Play.tiff */; };
22                 A9ED4EF30D36226F004341F5 /* Pause.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A9ED4EF00D36226F004341F5 /* Pause.tiff */; };
23                 A9ED4EF40D36226F004341F5 /* Stop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A9ED4EF10D36226F004341F5 /* Stop.tiff */; };
24                 A9ED502E0D36477D004341F5 /* Express.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9ED502C0D36477D004341F5 /* Express.xib */; };
25 /* End PBXBuildFile section */
26
27 /* Begin PBXContainerItemProxy section */
28                 A9DB3A0E0D37EC2800F77345 /* PBXContainerItemProxy */ = {
29                         isa = PBXContainerItemProxy;
30                         containerPortal = A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */;
31                         proxyType = 2;
32                         remoteGlobalIDString = 0DFF0B720B6BC6E600549488;
33                         remoteInfo = libhb;
34                 };
35                 A9DB3A100D37EC2800F77345 /* PBXContainerItemProxy */ = {
36                         isa = PBXContainerItemProxy;
37                         containerPortal = A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */;
38                         proxyType = 2;
39                         remoteGlobalIDString = 0D096DFF0B707D1200A845D4;
40                         remoteInfo = "libhb dlib";
41                 };
42                 A9DB3A120D37EC2800F77345 /* PBXContainerItemProxy */ = {
43                         isa = PBXContainerItemProxy;
44                         containerPortal = A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */;
45                         proxyType = 2;
46                         remoteGlobalIDString = A9DB38E00D37E9BA00F77345;
47                         remoteInfo = HB;
48                 };
49                 A9DB3A140D37EC4200F77345 /* PBXContainerItemProxy */ = {
50                         isa = PBXContainerItemProxy;
51                         containerPortal = A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */;
52                         proxyType = 1;
53                         remoteGlobalIDString = 0DFF0B710B6BC6E600549488;
54                         remoteInfo = libhb;
55                 };
56 /* End PBXContainerItemProxy section */
57
58 /* Begin PBXFileReference section */
59                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
60                 29B97316FDCFA39411CA2CEA /* main.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
61                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
62                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
63                 4D1EA2DA0993B01000FDC1A2 /* Instant HandBrake.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Instant HandBrake.app"; sourceTree = BUILT_PRODUCTS_DIR; };
64                 4D1EA2DC0993B01000FDC1A2 /* Express.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Express.plist; sourceTree = "<group>"; };
65                 4D1EA31A0993B24700FDC1A2 /* ExpressController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ExpressController.h; sourceTree = "<group>"; };
66                 4D1EA31B0993B24700FDC1A2 /* ExpressController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ExpressController.m; sourceTree = "<group>"; };
67                 4D3ECC2509A4917000B2E45F /* WhiteBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WhiteBox.h; sourceTree = "<group>"; };
68                 4D3ECC2609A4917000B2E45F /* WhiteBox.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = WhiteBox.m; sourceTree = "<group>"; };
69                 4DEB2024052B055F00C39CA9 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
70                 A2122D800C7EAF6500AB87A4 /* DriveDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DriveDetector.h; sourceTree = "<group>"; };
71                 A2122D810C7EAF6600AB87A4 /* DriveDetector.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = DriveDetector.m; sourceTree = "<group>"; };
72                 A9B706E50D356BC800385AF2 /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = ../Growl.framework; sourceTree = SOURCE_ROOT; };
73                 A9B70A010D3570D300385AF2 /* hb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hb.h; path = ../../libhb/hb.h; sourceTree = SOURCE_ROOT; };
74                 A9B70A020D3570F100385AF2 /* HandBrake.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = HandBrake.icns; path = ../HandBrake.icns; sourceTree = SOURCE_ROOT; };
75                 A9B70A0D0D35719900385AF2 /* HBCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBCore.m; sourceTree = "<group>"; };
76                 A9B70A0E0D35719900385AF2 /* HBCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBCore.h; sourceTree = "<group>"; };
77                 A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libhb.xcodeproj; sourceTree = "<group>"; };
78                 A9ED4EEF0D36226F004341F5 /* Play.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Play.tiff; path = ../icons/Play.tiff; sourceTree = SOURCE_ROOT; };
79                 A9ED4EF00D36226F004341F5 /* Pause.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Pause.tiff; path = ../icons/Pause.tiff; sourceTree = SOURCE_ROOT; };
80                 A9ED4EF10D36226F004341F5 /* Stop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Stop.tiff; path = ../icons/Stop.tiff; sourceTree = SOURCE_ROOT; };
81                 A9ED502D0D36477D004341F5 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Express.xib; sourceTree = "<group>"; };
82 /* End PBXFileReference section */
83
84 /* Begin PBXFrameworksBuildPhase section */
85                 4D1EA2D80993B01000FDC1A2 /* Frameworks */ = {
86                         isa = PBXFrameworksBuildPhase;
87                         buildActionMask = 2147483647;
88                         files = (
89                                 A9DB3A1F0D37EC6800F77345 /* libhb.a in Frameworks */,
90                                 4D1EA2F60993B0CA00FDC1A2 /* Cocoa.framework in Frameworks */,
91                                 4D2AEA1A09CCB332007E18F6 /* IOKit.framework in Frameworks */,
92                         );
93                         runOnlyForDeploymentPostprocessing = 0;
94                 };
95 /* End PBXFrameworksBuildPhase section */
96
97 /* Begin PBXGroup section */
98                 19C28FACFE9D520D11CA2CBB /* Products */ = {
99                         isa = PBXGroup;
100                         children = (
101                                 4D1EA2DA0993B01000FDC1A2 /* Instant HandBrake.app */,
102                         );
103                         name = Products;
104                         sourceTree = "<group>";
105                 };
106                 29B97314FDCFA39411CA2CEA /* HandBrake */ = {
107                         isa = PBXGroup;
108                         children = (
109                                 526FBC940B4CAA310064E04C /* Instant HandBrake Sources */,
110                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
111                                 29B97317FDCFA39411CA2CEA /* Resources */,
112                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
113                                 19C28FACFE9D520D11CA2CBB /* Products */,
114                         );
115                         name = HandBrake;
116                         sourceTree = "<group>";
117                 };
118                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
119                         isa = PBXGroup;
120                         children = (
121                                 A9B70A010D3570D300385AF2 /* hb.h */,
122                                 29B97316FDCFA39411CA2CEA /* main.mm */,
123                         );
124                         name = "Other Sources";
125                         sourceTree = "<group>";
126                 };
127                 29B97317FDCFA39411CA2CEA /* Resources */ = {
128                         isa = PBXGroup;
129                         children = (
130                                 A9ED4EEF0D36226F004341F5 /* Play.tiff */,
131                                 A9ED4EF00D36226F004341F5 /* Pause.tiff */,
132                                 A9ED4EF10D36226F004341F5 /* Stop.tiff */,
133                                 A9B70A020D3570F100385AF2 /* HandBrake.icns */,
134                                 4D1EA2DC0993B01000FDC1A2 /* Express.plist */,
135                                 A9ED502C0D36477D004341F5 /* Express.xib */,
136                         );
137                         name = Resources;
138                         sourceTree = "<group>";
139                 };
140                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
141                         isa = PBXGroup;
142                         children = (
143                                 A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */,
144                                 A9B706E50D356BC800385AF2 /* Growl.framework */,
145                                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
146                                 4DEB2024052B055F00C39CA9 /* IOKit.framework */,
147                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
148                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
149                         );
150                         name = Frameworks;
151                         sourceTree = "<group>";
152                 };
153                 526FBC940B4CAA310064E04C /* Instant HandBrake Sources */ = {
154                         isa = PBXGroup;
155                         children = (
156                                 4D3ECC2509A4917000B2E45F /* WhiteBox.h */,
157                                 4D3ECC2609A4917000B2E45F /* WhiteBox.m */,
158                                 A2122D800C7EAF6500AB87A4 /* DriveDetector.h */,
159                                 A2122D810C7EAF6600AB87A4 /* DriveDetector.m */,
160                                 4D1EA31A0993B24700FDC1A2 /* ExpressController.h */,
161                                 4D1EA31B0993B24700FDC1A2 /* ExpressController.m */,
162                                 A9B70A0E0D35719900385AF2 /* HBCore.h */,
163                                 A9B70A0D0D35719900385AF2 /* HBCore.m */,
164                         );
165                         name = "Instant HandBrake Sources";
166                         sourceTree = "<group>";
167                 };
168                 A9DB3A090D37EC2800F77345 /* Products */ = {
169                         isa = PBXGroup;
170                         children = (
171                                 A9DB3A0F0D37EC2800F77345 /* libhb.a */,
172                                 A9DB3A110D37EC2800F77345 /* libhb.dylib */,
173                                 A9DB3A130D37EC2800F77345 /* HB.framework */,
174                         );
175                         name = Products;
176                         sourceTree = "<group>";
177                 };
178 /* End PBXGroup section */
179
180 /* Begin PBXNativeTarget section */
181                 4D1EA2D90993B01000FDC1A2 /* Instant HandBrake */ = {
182                         isa = PBXNativeTarget;
183                         buildConfigurationList = 4D1EA2DD0993B01100FDC1A2 /* Build configuration list for PBXNativeTarget "Instant HandBrake" */;
184                         buildPhases = (
185                                 4D1EA2D60993B01000FDC1A2 /* Resources */,
186                                 4D1EA2D70993B01000FDC1A2 /* Sources */,
187                                 4D1EA2D80993B01000FDC1A2 /* Frameworks */,
188                         );
189                         buildRules = (
190                         );
191                         dependencies = (
192                                 A9DB3A150D37EC4200F77345 /* PBXTargetDependency */,
193                         );
194                         name = "Instant HandBrake";
195                         productName = "Instant HandBrake";
196                         productReference = 4D1EA2DA0993B01000FDC1A2 /* Instant HandBrake.app */;
197                         productType = "com.apple.product-type.application";
198                 };
199 /* End PBXNativeTarget section */
200
201 /* Begin PBXProject section */
202                 29B97313FDCFA39411CA2CEA /* Project object */ = {
203                         isa = PBXProject;
204                         attributes = {
205                                 BuildIndependentTargetsInParallel = YES;
206                         };
207                         buildConfigurationList = 4D4E7BC4087804870051572B /* Build configuration list for PBXProject "InstantHandBrake" */;
208                         compatibilityVersion = "Xcode 3.0";
209                         hasScannedForEncodings = 1;
210                         mainGroup = 29B97314FDCFA39411CA2CEA /* HandBrake */;
211                         projectDirPath = "";
212                         projectReferences = (
213                                 {
214                                         ProductGroup = A9DB3A090D37EC2800F77345 /* Products */;
215                                         ProjectRef = A9DB3A080D37EC2800F77345 /* libhb.xcodeproj */;
216                                 },
217                         );
218                         projectRoot = "";
219                         targets = (
220                                 4D1EA2D90993B01000FDC1A2 /* Instant HandBrake */,
221                         );
222                 };
223 /* End PBXProject section */
224
225 /* Begin PBXReferenceProxy section */
226                 A9DB3A0F0D37EC2800F77345 /* libhb.a */ = {
227                         isa = PBXReferenceProxy;
228                         fileType = archive.ar;
229                         path = libhb.a;
230                         remoteRef = A9DB3A0E0D37EC2800F77345 /* PBXContainerItemProxy */;
231                         sourceTree = BUILT_PRODUCTS_DIR;
232                 };
233                 A9DB3A110D37EC2800F77345 /* libhb.dylib */ = {
234                         isa = PBXReferenceProxy;
235                         fileType = "compiled.mach-o.dylib";
236                         path = libhb.dylib;
237                         remoteRef = A9DB3A100D37EC2800F77345 /* PBXContainerItemProxy */;
238                         sourceTree = BUILT_PRODUCTS_DIR;
239                 };
240                 A9DB3A130D37EC2800F77345 /* HB.framework */ = {
241                         isa = PBXReferenceProxy;
242                         fileType = wrapper.framework;
243                         path = HB.framework;
244                         remoteRef = A9DB3A120D37EC2800F77345 /* PBXContainerItemProxy */;
245                         sourceTree = BUILT_PRODUCTS_DIR;
246                 };
247 /* End PBXReferenceProxy section */
248
249 /* Begin PBXResourcesBuildPhase section */
250                 4D1EA2D60993B01000FDC1A2 /* Resources */ = {
251                         isa = PBXResourcesBuildPhase;
252                         buildActionMask = 2147483647;
253                         files = (
254                                 A9B706E60D356BC800385AF2 /* Growl.framework in Resources */,
255                                 52AFF86B0B59BD14000DA7C4 /* Express.plist in Resources */,
256                                 A9B70A030D3570F100385AF2 /* HandBrake.icns in Resources */,
257                                 A9ED4EF20D36226F004341F5 /* Play.tiff in Resources */,
258                                 A9ED4EF30D36226F004341F5 /* Pause.tiff in Resources */,
259                                 A9ED4EF40D36226F004341F5 /* Stop.tiff in Resources */,
260                                 A9ED502E0D36477D004341F5 /* Express.xib in Resources */,
261                         );
262                         runOnlyForDeploymentPostprocessing = 0;
263                 };
264 /* End PBXResourcesBuildPhase section */
265
266 /* Begin PBXSourcesBuildPhase section */
267                 4D1EA2D70993B01000FDC1A2 /* Sources */ = {
268                         isa = PBXSourcesBuildPhase;
269                         buildActionMask = 2147483647;
270                         files = (
271                                 4D1EA2EA0993B09A00FDC1A2 /* main.mm in Sources */,
272                                 4D1EA31C0993B24700FDC1A2 /* ExpressController.m in Sources */,
273                                 4D3ECC2709A4917000B2E45F /* WhiteBox.m in Sources */,
274                                 A2122D820C7EAF6600AB87A4 /* DriveDetector.m in Sources */,
275                                 A9B70A0F0D35719900385AF2 /* HBCore.m in Sources */,
276                         );
277                         runOnlyForDeploymentPostprocessing = 0;
278                 };
279 /* End PBXSourcesBuildPhase section */
280
281 /* Begin PBXTargetDependency section */
282                 A9DB3A150D37EC4200F77345 /* PBXTargetDependency */ = {
283                         isa = PBXTargetDependency;
284                         name = libhb;
285                         targetProxy = A9DB3A140D37EC4200F77345 /* PBXContainerItemProxy */;
286                 };
287 /* End PBXTargetDependency section */
288
289 /* Begin PBXVariantGroup section */
290                 A9ED502C0D36477D004341F5 /* Express.xib */ = {
291                         isa = PBXVariantGroup;
292                         children = (
293                                 A9ED502D0D36477D004341F5 /* English */,
294                         );
295                         name = Express.xib;
296                         sourceTree = "<group>";
297                 };
298 /* End PBXVariantGroup section */
299
300 /* Begin XCBuildConfiguration section */
301                 0D88F56D0B6CDCD400F81F26 /* UB */ = {
302                         isa = XCBuildConfiguration;
303                         buildSettings = {
304                                 CONFIGURATION_BUILD_DIR = ..;
305                                 FRAMEWORK_SEARCH_PATHS = (
306                                         "$(inherited)",
307                                         "\"$(SRCROOT)/..\"",
308                                 );
309                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
310                                 GCC_MODEL_TUNING = G5;
311                                 GCC_OPTIMIZATION_LEVEL = s;
312                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
313                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
314                                 HEADER_SEARCH_PATHS = ../libhb;
315                                 INFOPLIST_FILE = Express.plist;
316                                 INSTALL_PATH = "$(HOME)/Applications";
317                                 LIBRARY_SEARCH_PATHS = (
318                                         "$(inherited)",
319                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
320                                         "\"$(SRCROOT)/../../libhb\"",
321                                 );
322                                 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)\"";
323                                 OTHER_LDFLAGS = (
324                                         ../libhb/libhb.a,
325                                         ../contrib/lib/libmp4v2.a,
326                                         ../contrib/lib/liba52.a,
327                                         ../contrib/lib/libavformat.a,
328                                         ../contrib/lib/libavcodec.a,
329                                         ../contrib/lib/libavutil.a,
330                                         ../contrib/lib/libdvdread.a,
331                                         ../contrib/lib/libdvdcss.a,
332                                         ../contrib/lib/libfaac.a,
333                                         ../contrib/lib/libmp3lame.a,
334                                         ../contrib/lib/libmpeg2.a,
335                                         ../contrib/lib/libvorbis.a,
336                                         ../contrib/lib/libvorbisenc.a,
337                                         ../contrib/lib/libogg.a,
338                                         ../contrib/lib/libsamplerate.a,
339                                         ../contrib/lib/libx264.a,
340                                         ../contrib/lib/libxvidcore.a,
341                                         ../contrib/lib/libdca.a,
342                                         ../contrib/lib/libmkv.a,
343                                         ../contrib/lib/libswscale.a,
344                                 );
345                                 PREBINDING = NO;
346                                 PRODUCT_NAME = "Instant HandBrake";
347                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
348                                 WRAPPER_EXTENSION = app;
349                                 ZERO_LINK = NO;
350                         };
351                         name = UB;
352                 };
353                 0D88F56F0B6CDCD400F81F26 /* UB */ = {
354                         isa = XCBuildConfiguration;
355                         buildSettings = {
356                                 ARCHS = (
357                                         ppc,
358                                         i386,
359                                 );
360                                 GCC_MODEL_TUNING = G5;
361                                 GCC_PREPROCESSOR_DEFINITIONS = "JOB_GROUPS=1";
362                                 MACOSX_DEPLOYMENT_TARGET = 10.5;
363                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
364                         };
365                         name = UB;
366                 };
367                 4D1EA2DE0993B01100FDC1A2 /* Development */ = {
368                         isa = XCBuildConfiguration;
369                         buildSettings = {
370                                 COPY_PHASE_STRIP = NO;
371                                 FRAMEWORK_SEARCH_PATHS = (
372                                         "$(inherited)",
373                                         "\"$(SRCROOT)/..\"",
374                                 );
375                                 GCC_DYNAMIC_NO_PIC = NO;
376                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
377                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
378                                 GCC_MODEL_TUNING = G5;
379                                 GCC_OPTIMIZATION_LEVEL = 0;
380                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
381                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
382                                 HEADER_SEARCH_PATHS = ../libhb;
383                                 INFOPLIST_FILE = Express.plist;
384                                 INSTALL_PATH = "$(HOME)/Applications";
385                                 LIBRARY_SEARCH_PATHS = (
386                                         "$(inherited)",
387                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
388                                         "\"$(SRCROOT)/../../libhb\"",
389                                 );
390                                 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)\"";
391                                 OTHER_LDFLAGS = "";
392                                 PREBINDING = NO;
393                                 PRODUCT_NAME = "Instant HandBrake";
394                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
395                                 WRAPPER_EXTENSION = app;
396                                 ZERO_LINK = NO;
397                         };
398                         name = Development;
399                 };
400                 4D1EA2DF0993B01100FDC1A2 /* Deployment */ = {
401                         isa = XCBuildConfiguration;
402                         buildSettings = {
403                                 COPY_PHASE_STRIP = YES;
404                                 FRAMEWORK_SEARCH_PATHS = (
405                                         "$(inherited)",
406                                         "\"$(SRCROOT)/..\"",
407                                 );
408                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
409                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
410                                 GCC_MODEL_TUNING = G5;
411                                 GCC_OPTIMIZATION_LEVEL = s;
412                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
413                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
414                                 GCC_PREPROCESSOR_DEFINITIONS = "";
415                                 HEADER_SEARCH_PATHS = ../libhb;
416                                 INFOPLIST_FILE = Express.plist;
417                                 INSTALL_PATH = "$(HOME)/Applications";
418                                 LIBRARY_SEARCH_PATHS = (
419                                         "$(inherited)",
420                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
421                                         "\"$(SRCROOT)/../../libhb\"",
422                                 );
423                                 OTHER_LDFLAGS = "";
424                                 PREBINDING = NO;
425                                 PRODUCT_NAME = "Instant HandBrake";
426                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
427                                 WRAPPER_EXTENSION = app;
428                                 ZERO_LINK = NO;
429                         };
430                         name = Deployment;
431                 };
432                 4D4E7BC5087804870051572B /* Development */ = {
433                         isa = XCBuildConfiguration;
434                         buildSettings = {
435                                 DEBUG_INFORMATION_FORMAT = dwarf;
436                                 GCC_DEBUGGING_SYMBOLS = default;
437                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
438                                 GCC_MODEL_TUNING = G5;
439                                 GCC_OPTIMIZATION_LEVEL = 0;
440                                 MACOSX_DEPLOYMENT_TARGET = 10.5;
441                                 PREBINDING = NO;
442                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
443                                 ZERO_LINK = NO;
444                         };
445                         name = Development;
446                 };
447                 4D4E7BC6087804870051572B /* Deployment */ = {
448                         isa = XCBuildConfiguration;
449                         buildSettings = {
450                                 GCC_AUTO_VECTORIZATION = YES;
451                                 GCC_ENABLE_SSE3_EXTENSIONS = YES;
452                                 GCC_MODEL_TUNING = G5;
453                                 GCC_PREPROCESSOR_DEFINITIONS = "JOB_GROUPS=1";
454                                 GCC_WARN_UNUSED_VARIABLE = YES;
455                                 MACOSX_DEPLOYMENT_TARGET = 10.5;
456                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
457                         };
458                         name = Deployment;
459                 };
460 /* End XCBuildConfiguration section */
461
462 /* Begin XCConfigurationList section */
463                 4D1EA2DD0993B01100FDC1A2 /* Build configuration list for PBXNativeTarget "Instant HandBrake" */ = {
464                         isa = XCConfigurationList;
465                         buildConfigurations = (
466                                 4D1EA2DE0993B01100FDC1A2 /* Development */,
467                                 4D1EA2DF0993B01100FDC1A2 /* Deployment */,
468                                 0D88F56D0B6CDCD400F81F26 /* UB */,
469                         );
470                         defaultConfigurationIsVisible = 0;
471                         defaultConfigurationName = Deployment;
472                 };
473                 4D4E7BC4087804870051572B /* Build configuration list for PBXProject "InstantHandBrake" */ = {
474                         isa = XCConfigurationList;
475                         buildConfigurations = (
476                                 4D4E7BC5087804870051572B /* Development */,
477                                 4D4E7BC6087804870051572B /* Deployment */,
478                                 0D88F56F0B6CDCD400F81F26 /* UB */,
479                         );
480                         defaultConfigurationIsVisible = 0;
481                         defaultConfigurationName = Deployment;
482                 };
483 /* End XCConfigurationList section */
484         };
485         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
486 }