boost shared pointer debugging, from an idea by carl hetherington
[ardour.git] / tools / CrashReporter / CrashReporter.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
11                 6928CD410FE0A55A006F5860 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6928CD400FE0A55A006F5860 /* AppDelegate.m */; };
12                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
13                 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
14                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15 /* End PBXBuildFile section */
16
17 /* Begin PBXFileReference section */
18                 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
19                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
20                 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
21                 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
22                 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
23                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
24                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
25                 32CA4F630368D1EE00C91783 /* CrashReporter_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CrashReporter_Prefix.pch; sourceTree = "<group>"; };
26                 6928CD3F0FE0A55A006F5860 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
27                 6928CD400FE0A55A006F5860 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
28                 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29                 8D1107320486CEB800E47090 /* CrashReporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CrashReporter.app; sourceTree = BUILT_PRODUCTS_DIR; };
30 /* End PBXFileReference section */
31
32 /* Begin PBXFrameworksBuildPhase section */
33                 8D11072E0486CEB800E47090 /* Frameworks */ = {
34                         isa = PBXFrameworksBuildPhase;
35                         buildActionMask = 2147483647;
36                         files = (
37                                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
38                         );
39                         runOnlyForDeploymentPostprocessing = 0;
40                 };
41 /* End PBXFrameworksBuildPhase section */
42
43 /* Begin PBXGroup section */
44                 080E96DDFE201D6D7F000001 /* Classes */ = {
45                         isa = PBXGroup;
46                         children = (
47                                 6928CD3F0FE0A55A006F5860 /* AppDelegate.h */,
48                                 6928CD400FE0A55A006F5860 /* AppDelegate.m */,
49                         );
50                         name = Classes;
51                         sourceTree = "<group>";
52                 };
53                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
54                         isa = PBXGroup;
55                         children = (
56                                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
57                         );
58                         name = "Linked Frameworks";
59                         sourceTree = "<group>";
60                 };
61                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
62                         isa = PBXGroup;
63                         children = (
64                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
65                                 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
66                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
67                         );
68                         name = "Other Frameworks";
69                         sourceTree = "<group>";
70                 };
71                 19C28FACFE9D520D11CA2CBB /* Products */ = {
72                         isa = PBXGroup;
73                         children = (
74                                 8D1107320486CEB800E47090 /* CrashReporter.app */,
75                         );
76                         name = Products;
77                         sourceTree = "<group>";
78                 };
79                 29B97314FDCFA39411CA2CEA /* CrashReporter */ = {
80                         isa = PBXGroup;
81                         children = (
82                                 080E96DDFE201D6D7F000001 /* Classes */,
83                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
84                                 29B97317FDCFA39411CA2CEA /* Resources */,
85                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
86                                 19C28FACFE9D520D11CA2CBB /* Products */,
87                         );
88                         name = CrashReporter;
89                         sourceTree = "<group>";
90                 };
91                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
92                         isa = PBXGroup;
93                         children = (
94                                 32CA4F630368D1EE00C91783 /* CrashReporter_Prefix.pch */,
95                                 29B97316FDCFA39411CA2CEA /* main.m */,
96                         );
97                         name = "Other Sources";
98                         sourceTree = "<group>";
99                 };
100                 29B97317FDCFA39411CA2CEA /* Resources */ = {
101                         isa = PBXGroup;
102                         children = (
103                                 8D1107310486CEB800E47090 /* Info.plist */,
104                                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
105                                 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
106                         );
107                         name = Resources;
108                         sourceTree = "<group>";
109                 };
110                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
111                         isa = PBXGroup;
112                         children = (
113                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
114                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
115                         );
116                         name = Frameworks;
117                         sourceTree = "<group>";
118                 };
119 /* End PBXGroup section */
120
121 /* Begin PBXNativeTarget section */
122                 8D1107260486CEB800E47090 /* CrashReporter */ = {
123                         isa = PBXNativeTarget;
124                         buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "CrashReporter" */;
125                         buildPhases = (
126                                 8D1107290486CEB800E47090 /* Resources */,
127                                 8D11072C0486CEB800E47090 /* Sources */,
128                                 8D11072E0486CEB800E47090 /* Frameworks */,
129                         );
130                         buildRules = (
131                         );
132                         dependencies = (
133                         );
134                         name = CrashReporter;
135                         productInstallPath = "$(HOME)/Applications";
136                         productName = CrashReporter;
137                         productReference = 8D1107320486CEB800E47090 /* CrashReporter.app */;
138                         productType = "com.apple.product-type.application";
139                 };
140 /* End PBXNativeTarget section */
141
142 /* Begin PBXProject section */
143                 29B97313FDCFA39411CA2CEA /* Project object */ = {
144                         isa = PBXProject;
145                         buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "CrashReporter" */;
146                         compatibilityVersion = "Xcode 3.1";
147                         hasScannedForEncodings = 1;
148                         mainGroup = 29B97314FDCFA39411CA2CEA /* CrashReporter */;
149                         projectDirPath = "";
150                         projectRoot = "";
151                         targets = (
152                                 8D1107260486CEB800E47090 /* CrashReporter */,
153                         );
154                 };
155 /* End PBXProject section */
156
157 /* Begin PBXResourcesBuildPhase section */
158                 8D1107290486CEB800E47090 /* Resources */ = {
159                         isa = PBXResourcesBuildPhase;
160                         buildActionMask = 2147483647;
161                         files = (
162                                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
163                                 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
164                         );
165                         runOnlyForDeploymentPostprocessing = 0;
166                 };
167 /* End PBXResourcesBuildPhase section */
168
169 /* Begin PBXSourcesBuildPhase section */
170                 8D11072C0486CEB800E47090 /* Sources */ = {
171                         isa = PBXSourcesBuildPhase;
172                         buildActionMask = 2147483647;
173                         files = (
174                                 8D11072D0486CEB800E47090 /* main.m in Sources */,
175                                 6928CD410FE0A55A006F5860 /* AppDelegate.m in Sources */,
176                         );
177                         runOnlyForDeploymentPostprocessing = 0;
178                 };
179 /* End PBXSourcesBuildPhase section */
180
181 /* Begin PBXVariantGroup section */
182                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
183                         isa = PBXVariantGroup;
184                         children = (
185                                 089C165DFE840E0CC02AAC07 /* English */,
186                         );
187                         name = InfoPlist.strings;
188                         sourceTree = "<group>";
189                 };
190                 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
191                         isa = PBXVariantGroup;
192                         children = (
193                                 1DDD58150DA1D0A300B32029 /* English */,
194                         );
195                         name = MainMenu.xib;
196                         sourceTree = "<group>";
197                 };
198 /* End PBXVariantGroup section */
199
200 /* Begin XCBuildConfiguration section */
201                 C01FCF4B08A954540054247B /* Debug */ = {
202                         isa = XCBuildConfiguration;
203                         buildSettings = {
204                                 ALWAYS_SEARCH_USER_PATHS = NO;
205                                 COPY_PHASE_STRIP = NO;
206                                 GCC_DYNAMIC_NO_PIC = NO;
207                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
208                                 GCC_MODEL_TUNING = G5;
209                                 GCC_OPTIMIZATION_LEVEL = 0;
210                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
211                                 GCC_PREFIX_HEADER = CrashReporter_Prefix.pch;
212                                 INFOPLIST_FILE = Info.plist;
213                                 INSTALL_PATH = "$(HOME)/Applications";
214                                 PRODUCT_NAME = CrashReporter;
215                         };
216                         name = Debug;
217                 };
218                 C01FCF4C08A954540054247B /* Release */ = {
219                         isa = XCBuildConfiguration;
220                         buildSettings = {
221                                 ALWAYS_SEARCH_USER_PATHS = NO;
222                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
223                                 GCC_MODEL_TUNING = G5;
224                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
225                                 GCC_PREFIX_HEADER = CrashReporter_Prefix.pch;
226                                 INFOPLIST_FILE = Info.plist;
227                                 INSTALL_PATH = "$(HOME)/Applications";
228                                 PRODUCT_NAME = CrashReporter;
229                         };
230                         name = Release;
231                 };
232                 C01FCF4F08A954540054247B /* Debug */ = {
233                         isa = XCBuildConfiguration;
234                         buildSettings = {
235                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
236                                 GCC_C_LANGUAGE_STANDARD = c99;
237                                 GCC_OPTIMIZATION_LEVEL = 0;
238                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
239                                 GCC_WARN_UNUSED_VARIABLE = YES;
240                                 ONLY_ACTIVE_ARCH = YES;
241                                 PREBINDING = NO;
242                                 SDKROOT = macosx10.5;
243                         };
244                         name = Debug;
245                 };
246                 C01FCF5008A954540054247B /* Release */ = {
247                         isa = XCBuildConfiguration;
248                         buildSettings = {
249                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
250                                 GCC_C_LANGUAGE_STANDARD = c99;
251                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
252                                 GCC_WARN_UNUSED_VARIABLE = YES;
253                                 PREBINDING = NO;
254                                 SDKROOT = macosx10.5;
255                         };
256                         name = Release;
257                 };
258 /* End XCBuildConfiguration section */
259
260 /* Begin XCConfigurationList section */
261                 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "CrashReporter" */ = {
262                         isa = XCConfigurationList;
263                         buildConfigurations = (
264                                 C01FCF4B08A954540054247B /* Debug */,
265                                 C01FCF4C08A954540054247B /* Release */,
266                         );
267                         defaultConfigurationIsVisible = 0;
268                         defaultConfigurationName = Release;
269                 };
270                 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "CrashReporter" */ = {
271                         isa = XCConfigurationList;
272                         buildConfigurations = (
273                                 C01FCF4F08A954540054247B /* Debug */,
274                                 C01FCF5008A954540054247B /* Release */,
275                         );
276                         defaultConfigurationIsVisible = 0;
277                         defaultConfigurationName = Release;
278                 };
279 /* End XCConfigurationList section */
280         };
281         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
282 }