Initial Commit
[usblister.git] / usblister.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 419B835C134F7BF60040C6E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 419B835B134F7BF60040C6E2 /* Cocoa.framework */; };
11                 419B8366134F7BF60040C6E2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 419B8364134F7BF60040C6E2 /* InfoPlist.strings */; };
12                 419B8369134F7BF60040C6E2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 419B8368134F7BF60040C6E2 /* main.m */; };
13                 419B836C134F7BF60040C6E2 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 419B836A134F7BF60040C6E2 /* Credits.rtf */; };
14                 419B836F134F7BF60040C6E2 /* usblisterAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 419B836E134F7BF60040C6E2 /* usblisterAppDelegate.m */; };
15                 419B8372134F7BF60040C6E2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 419B8370134F7BF60040C6E2 /* MainMenu.xib */; };
16 /* End PBXBuildFile section */
17
18 /* Begin PBXFileReference section */
19                 419B8357134F7BF60040C6E2 /* usblister.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = usblister.app; sourceTree = BUILT_PRODUCTS_DIR; };
20                 419B835B134F7BF60040C6E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
21                 419B835E134F7BF60040C6E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
22                 419B835F134F7BF60040C6E2 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
23                 419B8360134F7BF60040C6E2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
24                 419B8363134F7BF60040C6E2 /* usblister-Info.plist */ = {isa = PBXFileReference; path = "usblister-Info.plist"; sourceTree = "<group>"; };
25                 419B8365134F7BF60040C6E2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
26                 419B8367134F7BF60040C6E2 /* usblister-Prefix.pch */ = {isa = PBXFileReference; path = "usblister-Prefix.pch"; sourceTree = "<group>"; };
27                 419B8368134F7BF60040C6E2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
28                 419B836B134F7BF60040C6E2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
29                 419B836D134F7BF60040C6E2 /* usblisterAppDelegate.h */ = {isa = PBXFileReference; path = usblisterAppDelegate.h; sourceTree = "<group>"; };
30                 419B836E134F7BF60040C6E2 /* usblisterAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = usblisterAppDelegate.m; sourceTree = "<group>"; };
31                 419B8371134F7BF60040C6E2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
32 /* End PBXFileReference section */
33
34 /* Begin PBXFrameworksBuildPhase section */
35                 419B8354134F7BF60040C6E2 /* Frameworks */ = {
36                         isa = PBXFrameworksBuildPhase;
37                         buildActionMask = 2147483647;
38                         files = (
39                                 419B835C134F7BF60040C6E2 /* Cocoa.framework in Frameworks */,
40                         );
41                         runOnlyForDeploymentPostprocessing = 0;
42                 };
43 /* End PBXFrameworksBuildPhase section */
44
45 /* Begin PBXGroup section */
46                 419B834C134F7BF60040C6E2 = {
47                         isa = PBXGroup;
48                         children = (
49                                 419B8361134F7BF60040C6E2 /* usblister */,
50                                 419B835A134F7BF60040C6E2 /* Frameworks */,
51                                 419B8358134F7BF60040C6E2 /* Products */,
52                         );
53                         sourceTree = "<group>";
54                 };
55                 419B8358134F7BF60040C6E2 /* Products */ = {
56                         isa = PBXGroup;
57                         children = (
58                                 419B8357134F7BF60040C6E2 /* usblister.app */,
59                         );
60                         name = Products;
61                         sourceTree = "<group>";
62                 };
63                 419B835A134F7BF60040C6E2 /* Frameworks */ = {
64                         isa = PBXGroup;
65                         children = (
66                                 419B835B134F7BF60040C6E2 /* Cocoa.framework */,
67                                 419B835D134F7BF60040C6E2 /* Other Frameworks */,
68                         );
69                         name = Frameworks;
70                         sourceTree = "<group>";
71                 };
72                 419B835D134F7BF60040C6E2 /* Other Frameworks */ = {
73                         isa = PBXGroup;
74                         children = (
75                                 419B835E134F7BF60040C6E2 /* AppKit.framework */,
76                                 419B835F134F7BF60040C6E2 /* CoreData.framework */,
77                                 419B8360134F7BF60040C6E2 /* Foundation.framework */,
78                         );
79                         name = "Other Frameworks";
80                         sourceTree = "<group>";
81                 };
82                 419B8361134F7BF60040C6E2 /* usblister */ = {
83                         isa = PBXGroup;
84                         children = (
85                                 419B836D134F7BF60040C6E2 /* usblisterAppDelegate.h */,
86                                 419B836E134F7BF60040C6E2 /* usblisterAppDelegate.m */,
87                                 419B8370134F7BF60040C6E2 /* MainMenu.xib */,
88                                 419B8362134F7BF60040C6E2 /* Supporting Files */,
89                         );
90                         path = usblister;
91                         sourceTree = "<group>";
92                 };
93                 419B8362134F7BF60040C6E2 /* Supporting Files */ = {
94                         isa = PBXGroup;
95                         children = (
96                                 419B8363134F7BF60040C6E2 /* usblister-Info.plist */,
97                                 419B8364134F7BF60040C6E2 /* InfoPlist.strings */,
98                                 419B8367134F7BF60040C6E2 /* usblister-Prefix.pch */,
99                                 419B8368134F7BF60040C6E2 /* main.m */,
100                                 419B836A134F7BF60040C6E2 /* Credits.rtf */,
101                         );
102                         name = "Supporting Files";
103                         sourceTree = "<group>";
104                 };
105 /* End PBXGroup section */
106
107 /* Begin PBXNativeTarget section */
108                 419B8356134F7BF60040C6E2 /* usblister */ = {
109                         isa = PBXNativeTarget;
110                         buildConfigurationList = 419B8375134F7BF60040C6E2 /* Build configuration list for PBXNativeTarget "usblister" */;
111                         buildPhases = (
112                                 419B8353134F7BF60040C6E2 /* Sources */,
113                                 419B8354134F7BF60040C6E2 /* Frameworks */,
114                                 419B8355134F7BF60040C6E2 /* Resources */,
115                         );
116                         buildRules = (
117                         );
118                         dependencies = (
119                         );
120                         name = usblister;
121                         productName = usblister;
122                         productReference = 419B8357134F7BF60040C6E2 /* usblister.app */;
123                         productType = "com.apple.product-type.application";
124                 };
125 /* End PBXNativeTarget section */
126
127 /* Begin PBXProject section */
128                 419B834E134F7BF60040C6E2 /* Project object */ = {
129                         isa = PBXProject;
130                         attributes = {
131                                 ORGANIZATIONNAME = "Fnordsoft, Inc.";
132                         };
133                         buildConfigurationList = 419B8351134F7BF60040C6E2 /* Build configuration list for PBXProject "usblister" */;
134                         compatibilityVersion = "Xcode 3.2";
135                         developmentRegion = English;
136                         hasScannedForEncodings = 0;
137                         knownRegions = (
138                                 en,
139                         );
140                         mainGroup = 419B834C134F7BF60040C6E2;
141                         productRefGroup = 419B8358134F7BF60040C6E2 /* Products */;
142                         projectDirPath = "";
143                         projectRoot = "";
144                         targets = (
145                                 419B8356134F7BF60040C6E2 /* usblister */,
146                         );
147                 };
148 /* End PBXProject section */
149
150 /* Begin PBXResourcesBuildPhase section */
151                 419B8355134F7BF60040C6E2 /* Resources */ = {
152                         isa = PBXResourcesBuildPhase;
153                         buildActionMask = 2147483647;
154                         files = (
155                                 419B8366134F7BF60040C6E2 /* InfoPlist.strings in Resources */,
156                                 419B836C134F7BF60040C6E2 /* Credits.rtf in Resources */,
157                                 419B8372134F7BF60040C6E2 /* MainMenu.xib in Resources */,
158                         );
159                         runOnlyForDeploymentPostprocessing = 0;
160                 };
161 /* End PBXResourcesBuildPhase section */
162
163 /* Begin PBXSourcesBuildPhase section */
164                 419B8353134F7BF60040C6E2 /* Sources */ = {
165                         isa = PBXSourcesBuildPhase;
166                         buildActionMask = 2147483647;
167                         files = (
168                                 419B8369134F7BF60040C6E2 /* main.m in Sources */,
169                                 419B836F134F7BF60040C6E2 /* usblisterAppDelegate.m in Sources */,
170                         );
171                         runOnlyForDeploymentPostprocessing = 0;
172                 };
173 /* End PBXSourcesBuildPhase section */
174
175 /* Begin PBXVariantGroup section */
176                 419B8364134F7BF60040C6E2 /* InfoPlist.strings */ = {
177                         isa = PBXVariantGroup;
178                         children = (
179                                 419B8365134F7BF60040C6E2 /* en */,
180                         );
181                         name = InfoPlist.strings;
182                         sourceTree = "<group>";
183                 };
184                 419B836A134F7BF60040C6E2 /* Credits.rtf */ = {
185                         isa = PBXVariantGroup;
186                         children = (
187                                 419B836B134F7BF60040C6E2 /* en */,
188                         );
189                         name = Credits.rtf;
190                         sourceTree = "<group>";
191                 };
192                 419B8370134F7BF60040C6E2 /* MainMenu.xib */ = {
193                         isa = PBXVariantGroup;
194                         children = (
195                                 419B8371134F7BF60040C6E2 /* en */,
196                         );
197                         name = MainMenu.xib;
198                         sourceTree = "<group>";
199                 };
200 /* End PBXVariantGroup section */
201
202 /* Begin XCBuildConfiguration section */
203                 419B8373134F7BF60040C6E2 /* Debug */ = {
204                         isa = XCBuildConfiguration;
205                         buildSettings = {
206                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
207                                 GCC_C_LANGUAGE_STANDARD = gnu99;
208                                 GCC_OPTIMIZATION_LEVEL = 0;
209                                 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
210                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
211                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
212                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
213                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
214                                 GCC_WARN_UNUSED_VARIABLE = YES;
215                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
216                                 ONLY_ACTIVE_ARCH = YES;
217                                 SDKROOT = macosx;
218                         };
219                         name = Debug;
220                 };
221                 419B8374134F7BF60040C6E2 /* Release */ = {
222                         isa = XCBuildConfiguration;
223                         buildSettings = {
224                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
225                                 GCC_C_LANGUAGE_STANDARD = gnu99;
226                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
227                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
228                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
229                                 GCC_WARN_UNUSED_VARIABLE = YES;
230                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
231                                 SDKROOT = macosx;
232                         };
233                         name = Release;
234                 };
235                 419B8376134F7BF60040C6E2 /* Debug */ = {
236                         isa = XCBuildConfiguration;
237                         buildSettings = {
238                                 ALWAYS_SEARCH_USER_PATHS = NO;
239                                 COPY_PHASE_STRIP = NO;
240                                 GCC_DYNAMIC_NO_PIC = NO;
241                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
242                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
243                                 GCC_PREFIX_HEADER = "usblister/usblister-Prefix.pch";
244                                 INFOPLIST_FILE = "usblister/usblister-Info.plist";
245                                 PRODUCT_NAME = "$(TARGET_NAME)";
246                                 WRAPPER_EXTENSION = app;
247                         };
248                         name = Debug;
249                 };
250                 419B8377134F7BF60040C6E2 /* Release */ = {
251                         isa = XCBuildConfiguration;
252                         buildSettings = {
253                                 ALWAYS_SEARCH_USER_PATHS = NO;
254                                 COPY_PHASE_STRIP = YES;
255                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
256                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
257                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
258                                 GCC_PREFIX_HEADER = "usblister/usblister-Prefix.pch";
259                                 INFOPLIST_FILE = "usblister/usblister-Info.plist";
260                                 PRODUCT_NAME = "$(TARGET_NAME)";
261                                 WRAPPER_EXTENSION = app;
262                         };
263                         name = Release;
264                 };
265 /* End XCBuildConfiguration section */
266
267 /* Begin XCConfigurationList section */
268                 419B8351134F7BF60040C6E2 /* Build configuration list for PBXProject "usblister" */ = {
269                         isa = XCConfigurationList;
270                         buildConfigurations = (
271                                 419B8373134F7BF60040C6E2 /* Debug */,
272                                 419B8374134F7BF60040C6E2 /* Release */,
273                         );
274                         defaultConfigurationIsVisible = 0;
275                         defaultConfigurationName = Release;
276                 };
277                 419B8375134F7BF60040C6E2 /* Build configuration list for PBXNativeTarget "usblister" */ = {
278                         isa = XCConfigurationList;
279                         buildConfigurations = (
280                                 419B8376134F7BF60040C6E2 /* Debug */,
281                                 419B8377134F7BF60040C6E2 /* Release */,
282                         );
283                         defaultConfigurationIsVisible = 0;
284                 };
285 /* End XCConfigurationList section */
286         };
287         rootObject = 419B834E134F7BF60040C6E2 /* Project object */;
288 }