ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/PrefsEditor/SheepShaverPrefs.xcodeproj/project.pbxproj
Revision: 1.2
Committed: 2007-07-16T02:38:53Z (17 years, 2 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +12 -6 lines
Error occurred while calculating annotation data.
Log Message:
Some changes to PrefsEditor stuff to ease future integration with SheepShaver.

File Contents

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