ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/PrefsEditor/SheepShaverPrefs.xcodeproj/project.pbxproj
Revision: 1.1
Committed: 2007-01-24T03:35:51Z (17 years, 8 months ago) by asvitkine
Branch: MAIN
Log Message:
OSX Cocoa PrefsEditor - code and Xcode project

File Contents

# User Rev Content
1 asvitkine 1.1 // !$*UTF8*$!
2     {
3     archiveVersion = 1;
4     classes = {
5     };
6     objectVersion = 42;
7     objects = {
8    
9     /* Begin PBXBuildFile section */
10     084186B10B3A0515004B1F63 /* PrefsEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 084186B00B3A0515004B1F63 /* PrefsEditor.m */; };
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.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PrefsEditor.m; 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.m */,
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.m 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 = PREFS_EDITOR;
231     INFOPLIST_FILE = Info.plist;
232     INSTALL_PATH = "$(HOME)/Applications";
233     OTHER_CFLAGS = "$(inherited)";
234     PRODUCT_NAME = SheepShaverPrefs;
235     WRAPPER_EXTENSION = app;
236     ZERO_LINK = YES;
237     };
238     name = Debug;
239     };
240     C01FCF4C08A954540054247B /* Release */ = {
241     isa = XCBuildConfiguration;
242     buildSettings = {
243     ARCHS = (
244     ppc,
245     i386,
246     );
247     GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
248     GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
249     GCC_MODEL_TUNING = G5;
250     GCC_PREPROCESSOR_DEFINITIONS = PREFS_EDITOR;
251     INFOPLIST_FILE = Info.plist;
252     INSTALL_PATH = "$(HOME)/Applications";
253     OTHER_CFLAGS = "$(inherited)";
254     PRODUCT_NAME = SheepShaverPrefs;
255     WRAPPER_EXTENSION = app;
256     };
257     name = Release;
258     };
259     C01FCF4F08A954540054247B /* Debug */ = {
260     isa = XCBuildConfiguration;
261     buildSettings = {
262     GCC_WARN_ABOUT_RETURN_TYPE = YES;
263     GCC_WARN_UNUSED_VARIABLE = YES;
264     PREBINDING = NO;
265     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
266     };
267     name = Debug;
268     };
269     C01FCF5008A954540054247B /* Release */ = {
270     isa = XCBuildConfiguration;
271     buildSettings = {
272     GCC_WARN_ABOUT_RETURN_TYPE = YES;
273     GCC_WARN_UNUSED_VARIABLE = YES;
274     PREBINDING = NO;
275     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
276     };
277     name = Release;
278     };
279     /* End XCBuildConfiguration section */
280    
281     /* Begin XCConfigurationList section */
282     C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SheepShaverPrefs" */ = {
283     isa = XCConfigurationList;
284     buildConfigurations = (
285     C01FCF4B08A954540054247B /* Debug */,
286     C01FCF4C08A954540054247B /* Release */,
287     );
288     defaultConfigurationIsVisible = 0;
289     defaultConfigurationName = Release;
290     };
291     C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SheepShaverPrefs" */ = {
292     isa = XCConfigurationList;
293     buildConfigurations = (
294     C01FCF4F08A954540054247B /* Debug */,
295     C01FCF5008A954540054247B /* Release */,
296     );
297     defaultConfigurationIsVisible = 0;
298     defaultConfigurationName = Release;
299     };
300     /* End XCConfigurationList section */
301     };
302     rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
303     }