Set svn:ignore
[isso.git] / mkstrings / mkstrings.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 8DD76FAC0486AB0100D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
11 8DD76FB00486AB0100D96B5E /* mkstrings.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* mkstrings.1 */; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXBuildStyle section */
15 014CEA520018CE5811CA2923 /* Debug */ = {
16 isa = PBXBuildStyle;
17 buildSettings = {
18 COPY_PHASE_STRIP = NO;
19 GCC_DYNAMIC_NO_PIC = NO;
20 GCC_ENABLE_FIX_AND_CONTINUE = YES;
21 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
22 GCC_OPTIMIZATION_LEVEL = 0;
23 ZERO_LINK = YES;
24 };
25 name = Debug;
26 };
27 014CEA530018CE5811CA2923 /* Release */ = {
28 isa = PBXBuildStyle;
29 buildSettings = {
30 COPY_PHASE_STRIP = YES;
31 GCC_ENABLE_FIX_AND_CONTINUE = NO;
32 ZERO_LINK = NO;
33 };
34 name = Release;
35 };
36 /* End PBXBuildStyle section */
37
38 /* Begin PBXCopyFilesBuildPhase section */
39 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
40 isa = PBXCopyFilesBuildPhase;
41 buildActionMask = 8;
42 dstPath = /usr/share/man/man1/;
43 dstSubfolderSpec = 0;
44 files = (
45 8DD76FB00486AB0100D96B5E /* mkstrings.1 in CopyFiles */,
46 );
47 runOnlyForDeploymentPostprocessing = 1;
48 };
49 /* End PBXCopyFilesBuildPhase section */
50
51 /* Begin PBXFileReference section */
52 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
53 8DD76FB20486AB0100D96B5E /* mkstrings */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mkstrings; sourceTree = BUILT_PRODUCTS_DIR; };
54 C6A0FF2C0290799A04C91782 /* mkstrings.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = mkstrings.1; sourceTree = "<group>"; };
55 /* End PBXFileReference section */
56
57 /* Begin PBXFrameworksBuildPhase section */
58 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
59 isa = PBXFrameworksBuildPhase;
60 buildActionMask = 2147483647;
61 files = (
62 );
63 runOnlyForDeploymentPostprocessing = 0;
64 };
65 /* End PBXFrameworksBuildPhase section */
66
67 /* Begin PBXGroup section */
68 08FB7794FE84155DC02AAC07 /* mkstrings */ = {
69 isa = PBXGroup;
70 children = (
71 08FB7795FE84155DC02AAC07 /* Source */,
72 C6A0FF2B0290797F04C91782 /* Documentation */,
73 1AB674ADFE9D54B511CA2CBB /* Products */,
74 );
75 name = mkstrings;
76 sourceTree = "<group>";
77 };
78 08FB7795FE84155DC02AAC07 /* Source */ = {
79 isa = PBXGroup;
80 children = (
81 08FB7796FE84155DC02AAC07 /* main.c */,
82 );
83 name = Source;
84 sourceTree = "<group>";
85 };
86 1AB674ADFE9D54B511CA2CBB /* Products */ = {
87 isa = PBXGroup;
88 children = (
89 8DD76FB20486AB0100D96B5E /* mkstrings */,
90 );
91 name = Products;
92 sourceTree = "<group>";
93 };
94 C6A0FF2B0290797F04C91782 /* Documentation */ = {
95 isa = PBXGroup;
96 children = (
97 C6A0FF2C0290799A04C91782 /* mkstrings.1 */,
98 );
99 name = Documentation;
100 sourceTree = "<group>";
101 };
102 /* End PBXGroup section */
103
104 /* Begin PBXNativeTarget section */
105 8DD76FA90486AB0100D96B5E /* mkstrings */ = {
106 isa = PBXNativeTarget;
107 buildConfigurationList = 1E23C3A108E621B00007FAD8 /* Build configuration list for PBXNativeTarget "mkstrings" */;
108 buildPhases = (
109 8DD76FAB0486AB0100D96B5E /* Sources */,
110 8DD76FAD0486AB0100D96B5E /* Frameworks */,
111 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
112 );
113 buildRules = (
114 );
115 buildSettings = {
116 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
117 GCC_MODEL_TUNING = G5;
118 GCC_WARN_ABOUT_RETURN_TYPE = YES;
119 GCC_WARN_UNUSED_VARIABLE = YES;
120 INSTALL_PATH = "$(HOME)/bin";
121 PREBINDING = NO;
122 PRODUCT_NAME = mkstrings;
123 };
124 dependencies = (
125 );
126 name = mkstrings;
127 productInstallPath = "$(HOME)/bin";
128 productName = mkstrings;
129 productReference = 8DD76FB20486AB0100D96B5E /* mkstrings */;
130 productType = "com.apple.product-type.tool";
131 };
132 /* End PBXNativeTarget section */
133
134 /* Begin PBXProject section */
135 08FB7793FE84155DC02AAC07 /* Project object */ = {
136 isa = PBXProject;
137 buildConfigurationList = 1E23C3A508E621B00007FAD8 /* Build configuration list for PBXProject "mkstrings" */;
138 buildSettings = {
139 };
140 buildStyles = (
141 014CEA520018CE5811CA2923 /* Debug */,
142 014CEA530018CE5811CA2923 /* Release */,
143 );
144 hasScannedForEncodings = 1;
145 mainGroup = 08FB7794FE84155DC02AAC07 /* mkstrings */;
146 projectDirPath = "";
147 targets = (
148 8DD76FA90486AB0100D96B5E /* mkstrings */,
149 );
150 };
151 /* End PBXProject section */
152
153 /* Begin PBXSourcesBuildPhase section */
154 8DD76FAB0486AB0100D96B5E /* Sources */ = {
155 isa = PBXSourcesBuildPhase;
156 buildActionMask = 2147483647;
157 files = (
158 8DD76FAC0486AB0100D96B5E /* main.c in Sources */,
159 );
160 runOnlyForDeploymentPostprocessing = 0;
161 };
162 /* End PBXSourcesBuildPhase section */
163
164 /* Begin XCBuildConfiguration section */
165 1E23C3A208E621B00007FAD8 /* Debug */ = {
166 isa = XCBuildConfiguration;
167 buildSettings = {
168 COPY_PHASE_STRIP = NO;
169 GCC_DYNAMIC_NO_PIC = NO;
170 GCC_ENABLE_FIX_AND_CONTINUE = YES;
171 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
172 GCC_MODEL_TUNING = G5;
173 GCC_OPTIMIZATION_LEVEL = 0;
174 GCC_WARN_ABOUT_RETURN_TYPE = YES;
175 GCC_WARN_UNUSED_VARIABLE = YES;
176 INSTALL_PATH = "$(HOME)/bin";
177 PREBINDING = NO;
178 PRODUCT_NAME = mkstrings;
179 ZERO_LINK = YES;
180 };
181 name = Debug;
182 };
183 1E23C3A308E621B00007FAD8 /* Release */ = {
184 isa = XCBuildConfiguration;
185 buildSettings = {
186 COPY_PHASE_STRIP = YES;
187 GCC_ENABLE_FIX_AND_CONTINUE = NO;
188 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
189 GCC_MODEL_TUNING = G5;
190 GCC_WARN_ABOUT_RETURN_TYPE = YES;
191 GCC_WARN_UNUSED_VARIABLE = YES;
192 INSTALL_PATH = "$(HOME)/bin";
193 PREBINDING = NO;
194 PRODUCT_NAME = mkstrings;
195 ZERO_LINK = NO;
196 };
197 name = Release;
198 };
199 1E23C3A408E621B00007FAD8 /* Default */ = {
200 isa = XCBuildConfiguration;
201 buildSettings = {
202 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
203 GCC_MODEL_TUNING = G5;
204 GCC_WARN_ABOUT_RETURN_TYPE = YES;
205 GCC_WARN_UNUSED_VARIABLE = YES;
206 INSTALL_PATH = "$(HOME)/bin";
207 PREBINDING = NO;
208 PRODUCT_NAME = mkstrings;
209 };
210 name = Default;
211 };
212 1E23C3A608E621B00007FAD8 /* Debug */ = {
213 isa = XCBuildConfiguration;
214 buildSettings = {
215 };
216 name = Debug;
217 };
218 1E23C3A708E621B00007FAD8 /* Release */ = {
219 isa = XCBuildConfiguration;
220 buildSettings = {
221 };
222 name = Release;
223 };
224 1E23C3A808E621B00007FAD8 /* Default */ = {
225 isa = XCBuildConfiguration;
226 buildSettings = {
227 };
228 name = Default;
229 };
230 /* End XCBuildConfiguration section */
231
232 /* Begin XCConfigurationList section */
233 1E23C3A108E621B00007FAD8 /* Build configuration list for PBXNativeTarget "mkstrings" */ = {
234 isa = XCConfigurationList;
235 buildConfigurations = (
236 1E23C3A208E621B00007FAD8 /* Debug */,
237 1E23C3A308E621B00007FAD8 /* Release */,
238 1E23C3A408E621B00007FAD8 /* Default */,
239 );
240 defaultConfigurationIsVisible = 0;
241 defaultConfigurationName = Default;
242 };
243 1E23C3A508E621B00007FAD8 /* Build configuration list for PBXProject "mkstrings" */ = {
244 isa = XCConfigurationList;
245 buildConfigurations = (
246 1E23C3A608E621B00007FAD8 /* Debug */,
247 1E23C3A708E621B00007FAD8 /* Release */,
248 1E23C3A808E621B00007FAD8 /* Default */,
249 );
250 defaultConfigurationIsVisible = 0;
251 defaultConfigurationName = Default;
252 };
253 /* End XCConfigurationList section */
254 };
255 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
256 }