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