ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/Launcher/SheepShaverLauncher.xcodeproj/project.pbxproj
Revision: 1.2
Committed: 2009-08-02T18:42:06Z (15 years, 3 months ago) by asvitkine
Branch: MAIN
Changes since 1.1: +4 -0 lines
Log Message:
add icon to launcher

File Contents

# Content
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 084186B10B3A0515004B1F63 /* VMSettingsController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 084186B00B3A0515004B1F63 /* VMSettingsController.mm */; };
11 08AAB16D102614D5007E1230 /* SheepShaver.icns in Resources */ = {isa = PBXBuildFile; fileRef = 08AAB16C102614D5007E1230 /* SheepShaver.icns */; };
12 08B5FAFD102497FA0047FD1B /* VMSettingsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 08B5FAFB102497FA0047FD1B /* VMSettingsWindow.nib */; };
13 08B5FB01102498B00047FD1B /* VMListWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 08B5FAFF102498B00047FD1B /* VMListWindow.nib */; };
14 08B5FB221024FE320047FD1B /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08B5FB211024FE320047FD1B /* AppController.mm */; };
15 08DC90BD0B67074C00799A45 /* prefs_items.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08DC90BC0B67074C00799A45 /* prefs_items.cpp */; };
16 08DC90BF0B67075D00799A45 /* prefs_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08DC90BE0B67075D00799A45 /* prefs_unix.cpp */; };
17 08DC90C10B67077300799A45 /* prefs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08DC90C00B67077300799A45 /* prefs.cpp */; };
18 08F4D174102601C500C6436D /* VMListController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08F4D173102601C500C6436D /* VMListController.mm */; };
19 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
20 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
21 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
22 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
23 /* End PBXBuildFile section */
24
25 /* Begin PBXFileReference section */
26 084186AF0B3A0515004B1F63 /* VMSettingsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VMSettingsController.h; sourceTree = "<group>"; };
27 084186B00B3A0515004B1F63 /* VMSettingsController.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = VMSettingsController.mm; sourceTree = "<group>"; };
28 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
29 08AAB16C102614D5007E1230 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = SheepShaver.icns; path = ../SheepShaver.icns; sourceTree = SOURCE_ROOT; };
30 08B5FAFC102497FA0047FD1B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/VMSettingsWindow.nib; sourceTree = "<group>"; };
31 08B5FB00102498B00047FD1B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/VMListWindow.nib; sourceTree = "<group>"; };
32 08B5FB201024FE320047FD1B /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
33 08B5FB211024FE320047FD1B /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
34 08DC90BC0B67074C00799A45 /* prefs_items.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = prefs_items.cpp; path = ../../prefs_items.cpp; sourceTree = SOURCE_ROOT; };
35 08DC90BE0B67075D00799A45 /* prefs_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = prefs_unix.cpp; path = ../../Unix/prefs_unix.cpp; sourceTree = SOURCE_ROOT; };
36 08DC90C00B67077300799A45 /* prefs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = prefs.cpp; path = ../../prefs.cpp; sourceTree = SOURCE_ROOT; };
37 08DC90C20B67078300799A45 /* prefs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = prefs.h; path = ../../include/prefs.h; sourceTree = SOURCE_ROOT; };
38 08DC90C40B67079800799A45 /* sys.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sys.h; path = ../../include/sys.h; sourceTree = SOURCE_ROOT; };
39 08DC90C50B6707AC00799A45 /* user_strings_unix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = user_strings_unix.h; path = ../../Unix/user_strings_unix.h; sourceTree = SOURCE_ROOT; };
40 08DC90C60B6707B400799A45 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../Unix/config.h; sourceTree = SOURCE_ROOT; };
41 08DC90C70B6707BE00799A45 /* sysdeps.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sysdeps.h; path = ../../Unix/sysdeps.h; sourceTree = SOURCE_ROOT; };
42 08F4D172102601C500C6436D /* VMListController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMListController.h; sourceTree = "<group>"; };
43 08F4D173102601C500C6436D /* VMListController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = VMListController.mm; sourceTree = "<group>"; };
44 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
45 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
46 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
47 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
48 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
49 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
50 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
51 8D1107320486CEB800E47090 /* SheepShaverLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SheepShaverLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
52 /* End PBXFileReference section */
53
54 /* Begin PBXFrameworksBuildPhase section */
55 8D11072E0486CEB800E47090 /* Frameworks */ = {
56 isa = PBXFrameworksBuildPhase;
57 buildActionMask = 2147483647;
58 files = (
59 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
60 );
61 runOnlyForDeploymentPostprocessing = 0;
62 };
63 /* End PBXFrameworksBuildPhase section */
64
65 /* Begin PBXGroup section */
66 080E96DDFE201D6D7F000001 /* Classes */ = {
67 isa = PBXGroup;
68 children = (
69 );
70 name = Classes;
71 sourceTree = "<group>";
72 };
73 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
74 isa = PBXGroup;
75 children = (
76 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
77 );
78 name = "Linked Frameworks";
79 sourceTree = "<group>";
80 };
81 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
82 isa = PBXGroup;
83 children = (
84 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
85 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
86 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
87 );
88 name = "Other Frameworks";
89 sourceTree = "<group>";
90 };
91 19C28FACFE9D520D11CA2CBB /* Products */ = {
92 isa = PBXGroup;
93 children = (
94 8D1107320486CEB800E47090 /* SheepShaverLauncher.app */,
95 );
96 name = Products;
97 sourceTree = "<group>";
98 };
99 29B97314FDCFA39411CA2CEA /* SheepShaverLauncher */ = {
100 isa = PBXGroup;
101 children = (
102 08DC90C20B67078300799A45 /* prefs.h */,
103 08DC90C40B67079800799A45 /* sys.h */,
104 08DC90C50B6707AC00799A45 /* user_strings_unix.h */,
105 08DC90C60B6707B400799A45 /* config.h */,
106 08DC90C70B6707BE00799A45 /* sysdeps.h */,
107 08DC90BC0B67074C00799A45 /* prefs_items.cpp */,
108 08DC90BE0B67075D00799A45 /* prefs_unix.cpp */,
109 08DC90C00B67077300799A45 /* prefs.cpp */,
110 080E96DDFE201D6D7F000001 /* Classes */,
111 29B97315FDCFA39411CA2CEA /* Other Sources */,
112 29B97317FDCFA39411CA2CEA /* Resources */,
113 29B97323FDCFA39411CA2CEA /* Frameworks */,
114 19C28FACFE9D520D11CA2CBB /* Products */,
115 08B5FB201024FE320047FD1B /* AppController.h */,
116 08B5FB211024FE320047FD1B /* AppController.mm */,
117 084186AF0B3A0515004B1F63 /* VMSettingsController.h */,
118 084186B00B3A0515004B1F63 /* VMSettingsController.mm */,
119 08F4D172102601C500C6436D /* VMListController.h */,
120 08F4D173102601C500C6436D /* VMListController.mm */,
121 );
122 name = SheepShaverLauncher;
123 sourceTree = "<group>";
124 };
125 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
126 isa = PBXGroup;
127 children = (
128 29B97316FDCFA39411CA2CEA /* main.m */,
129 );
130 name = "Other Sources";
131 sourceTree = "<group>";
132 };
133 29B97317FDCFA39411CA2CEA /* Resources */ = {
134 isa = PBXGroup;
135 children = (
136 08AAB16C102614D5007E1230 /* SheepShaver.icns */,
137 8D1107310486CEB800E47090 /* Info.plist */,
138 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
139 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
140 08B5FAFB102497FA0047FD1B /* VMSettingsWindow.nib */,
141 08B5FAFF102498B00047FD1B /* VMListWindow.nib */,
142 );
143 name = Resources;
144 sourceTree = "<group>";
145 };
146 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
147 isa = PBXGroup;
148 children = (
149 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
150 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
151 );
152 name = Frameworks;
153 sourceTree = "<group>";
154 };
155 /* End PBXGroup section */
156
157 /* Begin PBXNativeTarget section */
158 8D1107260486CEB800E47090 /* SheepShaver Launcher */ = {
159 isa = PBXNativeTarget;
160 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SheepShaver Launcher" */;
161 buildPhases = (
162 8D1107290486CEB800E47090 /* Resources */,
163 8D11072C0486CEB800E47090 /* Sources */,
164 8D11072E0486CEB800E47090 /* Frameworks */,
165 );
166 buildRules = (
167 );
168 dependencies = (
169 );
170 name = "SheepShaver Launcher";
171 productInstallPath = "$(HOME)/Applications";
172 productName = SheepShaverLauncher;
173 productReference = 8D1107320486CEB800E47090 /* SheepShaverLauncher.app */;
174 productType = "com.apple.product-type.application";
175 };
176 /* End PBXNativeTarget section */
177
178 /* Begin PBXProject section */
179 29B97313FDCFA39411CA2CEA /* Project object */ = {
180 isa = PBXProject;
181 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SheepShaverLauncher" */;
182 compatibilityVersion = "Xcode 2.4";
183 hasScannedForEncodings = 1;
184 mainGroup = 29B97314FDCFA39411CA2CEA /* SheepShaverLauncher */;
185 projectDirPath = "";
186 projectRoot = "";
187 targets = (
188 8D1107260486CEB800E47090 /* SheepShaver Launcher */,
189 );
190 };
191 /* End PBXProject section */
192
193 /* Begin PBXResourcesBuildPhase section */
194 8D1107290486CEB800E47090 /* Resources */ = {
195 isa = PBXResourcesBuildPhase;
196 buildActionMask = 2147483647;
197 files = (
198 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
199 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
200 08B5FAFD102497FA0047FD1B /* VMSettingsWindow.nib in Resources */,
201 08B5FB01102498B00047FD1B /* VMListWindow.nib in Resources */,
202 08AAB16D102614D5007E1230 /* SheepShaver.icns in Resources */,
203 );
204 runOnlyForDeploymentPostprocessing = 0;
205 };
206 /* End PBXResourcesBuildPhase section */
207
208 /* Begin PBXSourcesBuildPhase section */
209 8D11072C0486CEB800E47090 /* Sources */ = {
210 isa = PBXSourcesBuildPhase;
211 buildActionMask = 2147483647;
212 files = (
213 8D11072D0486CEB800E47090 /* main.m in Sources */,
214 084186B10B3A0515004B1F63 /* VMSettingsController.mm in Sources */,
215 08DC90BD0B67074C00799A45 /* prefs_items.cpp in Sources */,
216 08DC90BF0B67075D00799A45 /* prefs_unix.cpp in Sources */,
217 08DC90C10B67077300799A45 /* prefs.cpp in Sources */,
218 08B5FB221024FE320047FD1B /* AppController.mm in Sources */,
219 08F4D174102601C500C6436D /* VMListController.mm in Sources */,
220 );
221 runOnlyForDeploymentPostprocessing = 0;
222 };
223 /* End PBXSourcesBuildPhase section */
224
225 /* Begin PBXVariantGroup section */
226 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
227 isa = PBXVariantGroup;
228 children = (
229 089C165DFE840E0CC02AAC07 /* English */,
230 );
231 name = InfoPlist.strings;
232 sourceTree = "<group>";
233 };
234 08B5FAFB102497FA0047FD1B /* VMSettingsWindow.nib */ = {
235 isa = PBXVariantGroup;
236 children = (
237 08B5FAFC102497FA0047FD1B /* English */,
238 );
239 name = VMSettingsWindow.nib;
240 sourceTree = "<group>";
241 };
242 08B5FAFF102498B00047FD1B /* VMListWindow.nib */ = {
243 isa = PBXVariantGroup;
244 children = (
245 08B5FB00102498B00047FD1B /* English */,
246 );
247 name = VMListWindow.nib;
248 sourceTree = "<group>";
249 };
250 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
251 isa = PBXVariantGroup;
252 children = (
253 29B97319FDCFA39411CA2CEA /* English */,
254 );
255 name = MainMenu.nib;
256 sourceTree = "<group>";
257 };
258 /* End PBXVariantGroup section */
259
260 /* Begin XCBuildConfiguration section */
261 C01FCF4B08A954540054247B /* Debug */ = {
262 isa = XCBuildConfiguration;
263 buildSettings = {
264 COPY_PHASE_STRIP = NO;
265 GCC_DYNAMIC_NO_PIC = NO;
266 GCC_ENABLE_FIX_AND_CONTINUE = YES;
267 GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
268 GCC_MODEL_TUNING = G5;
269 GCC_OPTIMIZATION_LEVEL = 0;
270 GCC_PREPROCESSOR_DEFINITIONS = (
271 PREFS_EDITOR,
272 STANDALONE_PREFS,
273 );
274 INFOPLIST_FILE = Info.plist;
275 INSTALL_PATH = "$(HOME)/Applications";
276 OTHER_CFLAGS = "$(inherited)";
277 PRODUCT_NAME = SheepShaverLauncher;
278 WRAPPER_EXTENSION = app;
279 ZERO_LINK = YES;
280 };
281 name = Debug;
282 };
283 C01FCF4C08A954540054247B /* Release */ = {
284 isa = XCBuildConfiguration;
285 buildSettings = {
286 ARCHS = (
287 ppc,
288 i386,
289 );
290 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
291 GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
292 GCC_MODEL_TUNING = G5;
293 GCC_PREPROCESSOR_DEFINITIONS = (
294 PREFS_EDITOR,
295 STANDALONE_PREFS,
296 );
297 INFOPLIST_FILE = Info.plist;
298 INSTALL_PATH = "$(HOME)/Applications";
299 OTHER_CFLAGS = "$(inherited)";
300 PRODUCT_NAME = SheepShaverLauncher;
301 WRAPPER_EXTENSION = app;
302 };
303 name = Release;
304 };
305 C01FCF4F08A954540054247B /* Debug */ = {
306 isa = XCBuildConfiguration;
307 buildSettings = {
308 GCC_WARN_ABOUT_RETURN_TYPE = YES;
309 GCC_WARN_UNUSED_VARIABLE = YES;
310 PREBINDING = NO;
311 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
312 };
313 name = Debug;
314 };
315 C01FCF5008A954540054247B /* Release */ = {
316 isa = XCBuildConfiguration;
317 buildSettings = {
318 GCC_WARN_ABOUT_RETURN_TYPE = YES;
319 GCC_WARN_UNUSED_VARIABLE = YES;
320 PREBINDING = NO;
321 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
322 };
323 name = Release;
324 };
325 /* End XCBuildConfiguration section */
326
327 /* Begin XCConfigurationList section */
328 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SheepShaver Launcher" */ = {
329 isa = XCConfigurationList;
330 buildConfigurations = (
331 C01FCF4B08A954540054247B /* Debug */,
332 C01FCF4C08A954540054247B /* Release */,
333 );
334 defaultConfigurationIsVisible = 0;
335 defaultConfigurationName = Release;
336 };
337 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SheepShaverLauncher" */ = {
338 isa = XCConfigurationList;
339 buildConfigurations = (
340 C01FCF4F08A954540054247B /* Debug */,
341 C01FCF5008A954540054247B /* Release */,
342 );
343 defaultConfigurationIsVisible = 0;
344 defaultConfigurationName = Release;
345 };
346 /* End XCConfigurationList section */
347 };
348 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
349 }