• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 42;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		1A624E590DCBC7F6006898C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A624E580DCBC7F6006898C8 /* main.m */; };
11		1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6250410DCBC81B006898C8 /* Cocoa.framework */; };
12		8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
13/* End PBXBuildFile section */
14
15/* Begin PBXFileReference section */
16		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
17		1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
18		1A6250410DCBC81B006898C8 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
19		8D576316048677EA00EA77CD /* NetscapeInputMethodPlugin.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NetscapeInputMethodPlugin.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
20		8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
21/* End PBXFileReference section */
22
23/* Begin PBXFrameworksBuildPhase section */
24		8D576313048677EA00EA77CD /* Frameworks */ = {
25			isa = PBXFrameworksBuildPhase;
26			buildActionMask = 2147483647;
27			files = (
28				1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */,
29			);
30			runOnlyForDeploymentPostprocessing = 0;
31		};
32/* End PBXFrameworksBuildPhase section */
33
34/* Begin PBXGroup section */
35		089C166AFE841209C02AAC07 /* NetscapeInputMethodPlugin */ = {
36			isa = PBXGroup;
37			children = (
38				08FB77AFFE84173DC02AAC07 /* Source */,
39				089C167CFE841241C02AAC07 /* Resources */,
40				089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
41				19C28FB6FE9D52B211CA2CBB /* Products */,
42			);
43			name = NetscapeInputMethodPlugin;
44			sourceTree = "<group>";
45		};
46		089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
47			isa = PBXGroup;
48			children = (
49				1A6250410DCBC81B006898C8 /* Cocoa.framework */,
50			);
51			name = "External Frameworks and Libraries";
52			sourceTree = "<group>";
53		};
54		089C167CFE841241C02AAC07 /* Resources */ = {
55			isa = PBXGroup;
56			children = (
57				8D576317048677EA00EA77CD /* Info.plist */,
58				8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
59			);
60			name = Resources;
61			sourceTree = "<group>";
62		};
63		08FB77AFFE84173DC02AAC07 /* Source */ = {
64			isa = PBXGroup;
65			children = (
66				1A624E580DCBC7F6006898C8 /* main.m */,
67			);
68			name = Source;
69			sourceTree = "<group>";
70		};
71		19C28FB6FE9D52B211CA2CBB /* Products */ = {
72			isa = PBXGroup;
73			children = (
74				8D576316048677EA00EA77CD /* NetscapeInputMethodPlugin.plugin */,
75			);
76			name = Products;
77			sourceTree = "<group>";
78		};
79/* End PBXGroup section */
80
81/* Begin PBXNativeTarget section */
82		8D57630D048677EA00EA77CD /* NetscapeInputMethodPlugin */ = {
83			isa = PBXNativeTarget;
84			buildConfigurationList = 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NetscapeInputMethodPlugin" */;
85			buildPhases = (
86				8D576311048677EA00EA77CD /* Sources */,
87				8D57630F048677EA00EA77CD /* Resources */,
88				8D576313048677EA00EA77CD /* Frameworks */,
89			);
90			buildRules = (
91			);
92			dependencies = (
93			);
94			name = NetscapeInputMethodPlugin;
95			productInstallPath = "$(HOME)/Library/Bundles";
96			productName = NetscapeInputMethodPlugin;
97			productReference = 8D576316048677EA00EA77CD /* NetscapeInputMethodPlugin.plugin */;
98			productType = "com.apple.product-type.bundle";
99		};
100/* End PBXNativeTarget section */
101
102/* Begin PBXProject section */
103		089C1669FE841209C02AAC07 /* Project object */ = {
104			isa = PBXProject;
105			buildConfigurationList = 149C298708902C53008A9EFC /* Build configuration list for PBXProject "NetscapeInputMethodPlugin" */;
106			compatibilityVersion = "Xcode 2.4";
107			hasScannedForEncodings = 1;
108			mainGroup = 089C166AFE841209C02AAC07 /* NetscapeInputMethodPlugin */;
109			projectDirPath = "";
110			projectRoot = "";
111			targets = (
112				8D57630D048677EA00EA77CD /* NetscapeInputMethodPlugin */,
113			);
114		};
115/* End PBXProject section */
116
117/* Begin PBXResourcesBuildPhase section */
118		8D57630F048677EA00EA77CD /* Resources */ = {
119			isa = PBXResourcesBuildPhase;
120			buildActionMask = 2147483647;
121			files = (
122				8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
123			);
124			runOnlyForDeploymentPostprocessing = 0;
125		};
126/* End PBXResourcesBuildPhase section */
127
128/* Begin PBXSourcesBuildPhase section */
129		8D576311048677EA00EA77CD /* Sources */ = {
130			isa = PBXSourcesBuildPhase;
131			buildActionMask = 2147483647;
132			files = (
133				1A624E590DCBC7F6006898C8 /* main.m in Sources */,
134			);
135			runOnlyForDeploymentPostprocessing = 0;
136		};
137/* End PBXSourcesBuildPhase section */
138
139/* Begin PBXVariantGroup section */
140		8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
141			isa = PBXVariantGroup;
142			children = (
143				089C167EFE841241C02AAC07 /* English */,
144			);
145			name = InfoPlist.strings;
146			sourceTree = "<group>";
147		};
148/* End PBXVariantGroup section */
149
150/* Begin XCBuildConfiguration section */
151		149C298408902C53008A9EFC /* Debug */ = {
152			isa = XCBuildConfiguration;
153			buildSettings = {
154				COPY_PHASE_STRIP = NO;
155				GCC_DEBUGGING_SYMBOLS = full;
156				GCC_DYNAMIC_NO_PIC = NO;
157				GCC_ENABLE_FIX_AND_CONTINUE = YES;
158				GCC_MODEL_TUNING = G5;
159				GCC_OPTIMIZATION_LEVEL = 0;
160				INFOPLIST_FILE = Info.plist;
161				INSTALL_PATH = "$(HOME)/Library/Bundles";
162				PRODUCT_NAME = NetscapeInputMethodPlugin;
163				WRAPPER_EXTENSION = plugin;
164				ZERO_LINK = YES;
165			};
166			name = Debug;
167		};
168		149C298508902C53008A9EFC /* Release */ = {
169			isa = XCBuildConfiguration;
170			buildSettings = {
171				ARCHS = (
172					ppc,
173					i386,
174				);
175				GCC_DEBUGGING_SYMBOLS = full;
176				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
177				GCC_MODEL_TUNING = G5;
178				GCC_OPTIMIZATION_LEVEL = 0;
179				INFOPLIST_FILE = Info.plist;
180				INSTALL_PATH = "$(HOME)/Library/Bundles";
181				PRODUCT_NAME = NetscapeInputMethodPlugin;
182				WRAPPER_EXTENSION = plugin;
183			};
184			name = Release;
185		};
186		149C298808902C53008A9EFC /* Debug */ = {
187			isa = XCBuildConfiguration;
188			buildSettings = {
189				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
190				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
191				GCC_C_LANGUAGE_STANDARD = c99;
192				GCC_WARN_ABOUT_RETURN_TYPE = YES;
193				GCC_WARN_UNUSED_VARIABLE = YES;
194				PREBINDING = NO;
195				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
196			};
197			name = Debug;
198		};
199		149C298908902C53008A9EFC /* Release */ = {
200			isa = XCBuildConfiguration;
201			buildSettings = {
202				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
203				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
204				GCC_C_LANGUAGE_STANDARD = c99;
205				GCC_WARN_ABOUT_RETURN_TYPE = YES;
206				GCC_WARN_UNUSED_VARIABLE = YES;
207				PREBINDING = NO;
208				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
209			};
210			name = Release;
211		};
212/* End XCBuildConfiguration section */
213
214/* Begin XCConfigurationList section */
215		149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NetscapeInputMethodPlugin" */ = {
216			isa = XCConfigurationList;
217			buildConfigurations = (
218				149C298408902C53008A9EFC /* Debug */,
219				149C298508902C53008A9EFC /* Release */,
220			);
221			defaultConfigurationIsVisible = 0;
222			defaultConfigurationName = Release;
223		};
224		149C298708902C53008A9EFC /* Build configuration list for PBXProject "NetscapeInputMethodPlugin" */ = {
225			isa = XCConfigurationList;
226			buildConfigurations = (
227				149C298808902C53008A9EFC /* Debug */,
228				149C298908902C53008A9EFC /* Release */,
229			);
230			defaultConfigurationIsVisible = 0;
231			defaultConfigurationName = Release;
232		};
233/* End XCConfigurationList section */
234	};
235	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
236}
237