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 |
+ |
08AAB1B310261691007E1230 /* SheepShaver in Copy SheepShaver */ = {isa = PBXBuildFile; fileRef = 08AAB1B11026168B007E1230 /* SheepShaver */; }; |
13 |
|
08B5FAFD102497FA0047FD1B /* VMSettingsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 08B5FAFB102497FA0047FD1B /* VMSettingsWindow.nib */; }; |
14 |
|
08B5FB01102498B00047FD1B /* VMListWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 08B5FAFF102498B00047FD1B /* VMListWindow.nib */; }; |
15 |
|
08B5FB221024FE320047FD1B /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08B5FB211024FE320047FD1B /* AppController.mm */; }; |
23 |
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
24 |
|
/* End PBXBuildFile section */ |
25 |
|
|
26 |
+ |
/* Begin PBXCopyFilesBuildPhase section */ |
27 |
+ |
08AAB19E1026164C007E1230 /* Copy SheepShaver */ = { |
28 |
+ |
isa = PBXCopyFilesBuildPhase; |
29 |
+ |
buildActionMask = 2147483647; |
30 |
+ |
dstPath = ""; |
31 |
+ |
dstSubfolderSpec = 6; |
32 |
+ |
files = ( |
33 |
+ |
08AAB1B310261691007E1230 /* SheepShaver in Copy SheepShaver */, |
34 |
+ |
); |
35 |
+ |
name = "Copy SheepShaver"; |
36 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
37 |
+ |
}; |
38 |
+ |
/* End PBXCopyFilesBuildPhase section */ |
39 |
+ |
|
40 |
|
/* Begin PBXFileReference section */ |
41 |
|
084186AF0B3A0515004B1F63 /* VMSettingsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VMSettingsController.h; sourceTree = "<group>"; }; |
42 |
|
084186B00B3A0515004B1F63 /* VMSettingsController.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = VMSettingsController.mm; sourceTree = "<group>"; }; |
43 |
+ |
085339D612C9874400345D35 /* LauncherPrefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LauncherPrefix.h; sourceTree = SOURCE_ROOT; }; |
44 |
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
45 |
+ |
08AAB16C102614D5007E1230 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = SheepShaver.icns; path = ../SheepShaver.icns; sourceTree = SOURCE_ROOT; }; |
46 |
+ |
08AAB1B11026168B007E1230 /* SheepShaver */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = SheepShaver; path = ../../Unix/SheepShaver; sourceTree = SOURCE_ROOT; }; |
47 |
|
08B5FAFC102497FA0047FD1B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/VMSettingsWindow.nib; sourceTree = "<group>"; }; |
48 |
|
08B5FB00102498B00047FD1B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/VMListWindow.nib; sourceTree = "<group>"; }; |
49 |
|
08B5FB201024FE320047FD1B /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; }; |
116 |
|
29B97314FDCFA39411CA2CEA /* SheepShaverLauncher */ = { |
117 |
|
isa = PBXGroup; |
118 |
|
children = ( |
119 |
+ |
085339D612C9874400345D35 /* LauncherPrefix.h */, |
120 |
|
08DC90C20B67078300799A45 /* prefs.h */, |
121 |
|
08DC90C40B67079800799A45 /* sys.h */, |
122 |
|
08DC90C50B6707AC00799A45 /* user_strings_unix.h */, |
151 |
|
29B97317FDCFA39411CA2CEA /* Resources */ = { |
152 |
|
isa = PBXGroup; |
153 |
|
children = ( |
154 |
+ |
08AAB1B11026168B007E1230 /* SheepShaver */, |
155 |
+ |
08AAB16C102614D5007E1230 /* SheepShaver.icns */, |
156 |
|
8D1107310486CEB800E47090 /* Info.plist */, |
157 |
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, |
158 |
|
29B97318FDCFA39411CA2CEA /* MainMenu.nib */, |
181 |
|
8D1107290486CEB800E47090 /* Resources */, |
182 |
|
8D11072C0486CEB800E47090 /* Sources */, |
183 |
|
8D11072E0486CEB800E47090 /* Frameworks */, |
184 |
+ |
08AAB19E1026164C007E1230 /* Copy SheepShaver */, |
185 |
|
); |
186 |
|
buildRules = ( |
187 |
|
); |
219 |
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, |
220 |
|
08B5FAFD102497FA0047FD1B /* VMSettingsWindow.nib in Resources */, |
221 |
|
08B5FB01102498B00047FD1B /* VMListWindow.nib in Resources */, |
222 |
+ |
08AAB16D102614D5007E1230 /* SheepShaver.icns in Resources */, |
223 |
|
); |
224 |
|
runOnlyForDeploymentPostprocessing = 0; |
225 |
|
}; |
335 |
|
C01FCF5008A954540054247B /* Release */ = { |
336 |
|
isa = XCBuildConfiguration; |
337 |
|
buildSettings = { |
338 |
+ |
GCC_PREFIX_HEADER = LauncherPrefix.h; |
339 |
+ |
GCC_VERSION = 4.0; |
340 |
|
GCC_WARN_ABOUT_RETURN_TYPE = YES; |
341 |
|
GCC_WARN_UNUSED_VARIABLE = YES; |
342 |
|
PREBINDING = NO; |