|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 07064EAB06F03B1F0027C06E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07064EAA06F03B1F0027C06E /* Carbon.framework */; }; |
11 | 10 | 079445FA0AB2D63A00EBD8D7 /* compare_argument.c in Sources */ = {isa = PBXBuildFile; fileRef = 079445F80AB2D63A00EBD8D7 /* compare_argument.c */; }; |
| 11 | + 312C725A25D8E85300E88EB3 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 312C725825D8E84C00E88EB3 /* ApplicationServices.framework */; }; |
| 12 | + 312C725B25D8E85700E88EB3 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; }; |
12 | 13 | 8DD76F770486A8DE00D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; |
13 | 14 | /* End PBXBuildFile section */ |
14 | 15 |
|
15 | 16 | /* Begin PBXFileReference section */ |
16 | | - 07064EAA06F03B1F0027C06E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
17 | 17 | 079445F80AB2D63A00EBD8D7 /* compare_argument.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compare_argument.c; sourceTree = "<group>"; }; |
18 | 18 | 079445F90AB2D63A00EBD8D7 /* compare_argument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compare_argument.h; sourceTree = "<group>"; }; |
19 | 19 | 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
20 | 20 | 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; |
| 21 | + 312C725825D8E84C00E88EB3 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; }; |
21 | 22 | 8DD76F7E0486A8DE00D96B5E /* pb */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pb; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 23 | C6859E970290921104C91782 /* pb.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = pb.1; sourceTree = "<group>"; }; |
23 | 24 | /* End PBXFileReference section */ |
|
27 | 28 | isa = PBXFrameworksBuildPhase; |
28 | 29 | buildActionMask = 2147483647; |
29 | 30 | files = ( |
30 | | - 07064EAB06F03B1F0027C06E /* Carbon.framework in Frameworks */, |
| 31 | + 312C725B25D8E85700E88EB3 /* CoreFoundation.framework in Frameworks */, |
| 32 | + 312C725A25D8E85300E88EB3 /* ApplicationServices.framework in Frameworks */, |
31 | 33 | ); |
32 | 34 | runOnlyForDeploymentPostprocessing = 0; |
33 | 35 | }; |
|
58 | 60 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { |
59 | 61 | isa = PBXGroup; |
60 | 62 | children = ( |
61 | | - 07064EAA06F03B1F0027C06E /* Carbon.framework */, |
62 | 63 | 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */, |
| 64 | + 312C725825D8E84C00E88EB3 /* ApplicationServices.framework */, |
63 | 65 | ); |
64 | 66 | name = "External Frameworks and Libraries"; |
65 | 67 | sourceTree = "<group>"; |
|
140 | 142 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
141 | 143 | GCC_OPTIMIZATION_LEVEL = 0; |
142 | 144 | INSTALL_PATH = "$(HOME)/bin"; |
| 145 | + MACOSX_DEPLOYMENT_TARGET = 10.6; |
143 | 146 | OTHER_CFLAGS = "-fconstant-cfstrings"; |
144 | 147 | PRODUCT_NAME = pb; |
145 | 148 | ZERO_LINK = YES; |
|
149 | 152 | 07F5735A0A7EF841009C461B /* Deployment */ = { |
150 | 153 | isa = XCBuildConfiguration; |
151 | 154 | buildSettings = { |
152 | | - ARCHS = ( |
153 | | - ppc, |
154 | | - i386, |
155 | | - ); |
156 | 155 | COPY_PHASE_STRIP = YES; |
157 | 156 | DEAD_CODE_STRIPPING = YES; |
158 | 157 | DEPLOYMENT_POSTPROCESSING = YES; |
|
161 | 160 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
162 | 161 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; |
163 | 162 | INSTALL_PATH = "$(HOME)/bin"; |
| 163 | + MACOSX_DEPLOYMENT_TARGET = 10.6; |
164 | 164 | OTHER_CFLAGS = "-fconstant-cfstrings"; |
165 | 165 | PRODUCT_NAME = pb; |
166 | 166 | ZERO_LINK = NO; |
|
174 | 174 | GCC_DYNAMIC_NO_PIC = YES; |
175 | 175 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; |
176 | 176 | INSTALL_PATH = "$(HOME)/bin"; |
| 177 | + MACOSX_DEPLOYMENT_TARGET = 10.6; |
177 | 178 | OTHER_CFLAGS = "-fconstant-cfstrings"; |
178 | 179 | PRODUCT_NAME = pb; |
179 | 180 | }; |
|
183 | 184 | isa = XCBuildConfiguration; |
184 | 185 | buildSettings = { |
185 | 186 | GCC_C_LANGUAGE_STANDARD = c99; |
186 | | - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
187 | 187 | }; |
188 | 188 | name = Development; |
189 | 189 | }; |
190 | 190 | 07F5735E0A7EF841009C461B /* Deployment */ = { |
191 | 191 | isa = XCBuildConfiguration; |
192 | 192 | buildSettings = { |
193 | | - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
194 | 193 | }; |
195 | 194 | name = Deployment; |
196 | 195 | }; |
197 | 196 | 07F5735F0A7EF841009C461B /* Default */ = { |
198 | 197 | isa = XCBuildConfiguration; |
199 | 198 | buildSettings = { |
200 | | - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
201 | 199 | }; |
202 | 200 | name = Default; |
203 | 201 | }; |
|
0 commit comments