]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 46; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
10 | C2196B69053B59D4005808D4 /* AppleDLBuiltin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2196B68053B59D4005808D4 /* AppleDLBuiltin.cpp */; }; | |
11 | C28436E00534880F000AE0FC /* AppleFileDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C28436DD0534880F000AE0FC /* AppleFileDL.cpp */; }; | |
12 | C28436E10534880F000AE0FC /* AppleFileDL.h in Headers */ = {isa = PBXBuildFile; fileRef = C28436DE0534880F000AE0FC /* AppleFileDL.h */; }; | |
13 | /* End PBXBuildFile section */ | |
14 | ||
15 | /* Begin PBXContainerItemProxy section */ | |
b1ab9ed8 A |
16 | 184460F9146E818D00B12992 /* PBXContainerItemProxy */ = { |
17 | isa = PBXContainerItemProxy; | |
18 | containerPortal = 184460F4146E818D00B12992 /* libsecurity_cdsa_plugin.xcodeproj */; | |
19 | proxyType = 2; | |
20 | remoteGlobalIDString = 4CA1FEBE052A3C8100F22E42; | |
21 | remoteInfo = libsecurity_cdsa_plugin; | |
22 | }; | |
23 | /* End PBXContainerItemProxy section */ | |
24 | ||
25 | /* Begin PBXFileReference section */ | |
26 | 184460E6146E808700B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; }; | |
27 | 184460E7146E808700B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; | |
28 | 184460E8146E808700B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; }; | |
29 | 184460E9146E808700B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; | |
30 | 184460F4146E818D00B12992 /* libsecurity_cdsa_plugin.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libsecurity_cdsa_plugin.xcodeproj; path = ../libsecurity_cdsa_plugin/libsecurity_cdsa_plugin.xcodeproj; sourceTree = "<group>"; }; | |
31 | 4094B099057EA68B00B44BCC /* dl_common.mdsinfo */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = dl_common.mdsinfo; sourceTree = "<group>"; }; | |
32 | 4094B09A057EA68B00B44BCC /* dl_primary.mdsinfo */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = dl_primary.mdsinfo; sourceTree = "<group>"; }; | |
33 | 4CA1FEBE052A3C8100F22E42 /* libsecurity_apple_file_dl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_apple_file_dl.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
34 | C2196B68053B59D4005808D4 /* AppleDLBuiltin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AppleDLBuiltin.cpp; path = lib/AppleDLBuiltin.cpp; sourceTree = "<group>"; }; | |
35 | C28436DC0534880F000AE0FC /* AppleDLPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AppleDLPlugin.cpp; sourceTree = "<group>"; }; | |
36 | C28436DD0534880F000AE0FC /* AppleFileDL.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AppleFileDL.cpp; sourceTree = "<group>"; }; | |
37 | C28436DE0534880F000AE0FC /* AppleFileDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppleFileDL.h; sourceTree = "<group>"; }; | |
38 | /* End PBXFileReference section */ | |
39 | ||
40 | /* Begin PBXFrameworksBuildPhase section */ | |
41 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = { | |
42 | isa = PBXFrameworksBuildPhase; | |
43 | buildActionMask = 2147483647; | |
44 | files = ( | |
45 | ); | |
46 | runOnlyForDeploymentPostprocessing = 0; | |
47 | }; | |
48 | /* End PBXFrameworksBuildPhase section */ | |
49 | ||
50 | /* Begin PBXGroup section */ | |
51 | 184460E5146E808700B12992 /* config */ = { | |
52 | isa = PBXGroup; | |
53 | children = ( | |
54 | 184460E6146E808700B12992 /* base.xcconfig */, | |
55 | 184460E7146E808700B12992 /* debug.xcconfig */, | |
56 | 184460E8146E808700B12992 /* lib.xcconfig */, | |
57 | 184460E9146E808700B12992 /* release.xcconfig */, | |
58 | ); | |
59 | name = config; | |
60 | path = ../config; | |
61 | sourceTree = "<group>"; | |
62 | }; | |
63 | 184460F5146E818D00B12992 /* Products */ = { | |
64 | isa = PBXGroup; | |
65 | children = ( | |
66 | 184460FA146E818D00B12992 /* libsecurity_cdsa_plugin.a */, | |
67 | ); | |
68 | name = Products; | |
69 | sourceTree = "<group>"; | |
70 | }; | |
71 | 4094B098057EA68B00B44BCC /* mds */ = { | |
72 | isa = PBXGroup; | |
73 | children = ( | |
74 | 4094B099057EA68B00B44BCC /* dl_common.mdsinfo */, | |
75 | 4094B09A057EA68B00B44BCC /* dl_primary.mdsinfo */, | |
76 | ); | |
77 | path = mds; | |
78 | sourceTree = "<group>"; | |
79 | }; | |
80 | 4CA1FEA7052A3C3800F22E42 = { | |
81 | isa = PBXGroup; | |
82 | children = ( | |
83 | 184460F4146E818D00B12992 /* libsecurity_cdsa_plugin.xcodeproj */, | |
84 | C28436DB0534880F000AE0FC /* lib */, | |
85 | 184460E5146E808700B12992 /* config */, | |
86 | C2196B68053B59D4005808D4 /* AppleDLBuiltin.cpp */, | |
87 | 4094B098057EA68B00B44BCC /* mds */, | |
88 | 4CA1FEBF052A3C8100F22E42 /* Products */, | |
89 | ); | |
90 | sourceTree = "<group>"; | |
91 | }; | |
92 | 4CA1FEBF052A3C8100F22E42 /* Products */ = { | |
93 | isa = PBXGroup; | |
94 | children = ( | |
95 | 4CA1FEBE052A3C8100F22E42 /* libsecurity_apple_file_dl.a */, | |
96 | ); | |
97 | name = Products; | |
98 | sourceTree = "<group>"; | |
99 | }; | |
100 | C28436DB0534880F000AE0FC /* lib */ = { | |
101 | isa = PBXGroup; | |
102 | children = ( | |
103 | C28436DC0534880F000AE0FC /* AppleDLPlugin.cpp */, | |
104 | C28436DD0534880F000AE0FC /* AppleFileDL.cpp */, | |
105 | C28436DE0534880F000AE0FC /* AppleFileDL.h */, | |
106 | ); | |
107 | path = lib; | |
108 | sourceTree = "<group>"; | |
109 | }; | |
110 | /* End PBXGroup section */ | |
111 | ||
112 | /* Begin PBXHeadersBuildPhase section */ | |
113 | 4CA1FEB9052A3C8100F22E42 /* Headers */ = { | |
114 | isa = PBXHeadersBuildPhase; | |
115 | buildActionMask = 2147483647; | |
116 | files = ( | |
117 | C28436E10534880F000AE0FC /* AppleFileDL.h in Headers */, | |
118 | ); | |
119 | runOnlyForDeploymentPostprocessing = 0; | |
120 | }; | |
121 | /* End PBXHeadersBuildPhase section */ | |
122 | ||
123 | /* Begin PBXNativeTarget section */ | |
124 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_apple_file_dl */ = { | |
125 | isa = PBXNativeTarget; | |
126 | buildConfigurationList = C27AD2770987FCDC001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_apple_file_dl" */; | |
127 | buildPhases = ( | |
128 | 4CA1FEB9052A3C8100F22E42 /* Headers */, | |
129 | 4CA1FEBA052A3C8100F22E42 /* Sources */, | |
130 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */, | |
131 | ); | |
132 | buildRules = ( | |
133 | ); | |
134 | dependencies = ( | |
b1ab9ed8 A |
135 | ); |
136 | name = libsecurity_apple_file_dl; | |
137 | productInstallPath = /usr/local/lib; | |
138 | productName = libsecurity_apple_file_dl; | |
139 | productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_apple_file_dl.a */; | |
140 | productType = "com.apple.product-type.library.static"; | |
141 | }; | |
142 | /* End PBXNativeTarget section */ | |
143 | ||
144 | /* Begin PBXProject section */ | |
145 | 4CA1FEAB052A3C3800F22E42 /* Project object */ = { | |
146 | isa = PBXProject; | |
147 | attributes = { | |
fa7225c8 | 148 | LastUpgradeCheck = 0800; |
b1ab9ed8 A |
149 | }; |
150 | buildConfigurationList = C27AD27B0987FCDC001272E0 /* Build configuration list for PBXProject "libsecurity_apple_file_dl" */; | |
151 | compatibilityVersion = "Xcode 3.2"; | |
152 | developmentRegion = English; | |
153 | hasScannedForEncodings = 1; | |
154 | knownRegions = ( | |
155 | en, | |
156 | ); | |
157 | mainGroup = 4CA1FEA7052A3C3800F22E42; | |
158 | productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */; | |
159 | projectDirPath = ""; | |
160 | projectReferences = ( | |
161 | { | |
162 | ProductGroup = 184460F5146E818D00B12992 /* Products */; | |
163 | ProjectRef = 184460F4146E818D00B12992 /* libsecurity_cdsa_plugin.xcodeproj */; | |
164 | }, | |
165 | ); | |
166 | projectRoot = ""; | |
167 | targets = ( | |
168 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_apple_file_dl */, | |
169 | ); | |
170 | }; | |
171 | /* End PBXProject section */ | |
172 | ||
173 | /* Begin PBXReferenceProxy section */ | |
174 | 184460FA146E818D00B12992 /* libsecurity_cdsa_plugin.a */ = { | |
175 | isa = PBXReferenceProxy; | |
176 | fileType = archive.ar; | |
177 | path = libsecurity_cdsa_plugin.a; | |
178 | remoteRef = 184460F9146E818D00B12992 /* PBXContainerItemProxy */; | |
179 | sourceTree = BUILT_PRODUCTS_DIR; | |
180 | }; | |
181 | /* End PBXReferenceProxy section */ | |
182 | ||
183 | /* Begin PBXSourcesBuildPhase section */ | |
184 | 4CA1FEBA052A3C8100F22E42 /* Sources */ = { | |
185 | isa = PBXSourcesBuildPhase; | |
186 | buildActionMask = 2147483647; | |
187 | files = ( | |
188 | C28436E00534880F000AE0FC /* AppleFileDL.cpp in Sources */, | |
189 | C2196B69053B59D4005808D4 /* AppleDLBuiltin.cpp in Sources */, | |
190 | ); | |
191 | runOnlyForDeploymentPostprocessing = 0; | |
192 | }; | |
193 | /* End PBXSourcesBuildPhase section */ | |
194 | ||
b1ab9ed8 A |
195 | /* Begin XCBuildConfiguration section */ |
196 | C27AD2780987FCDC001272E0 /* Debug */ = { | |
197 | isa = XCBuildConfiguration; | |
198 | baseConfigurationReference = 184460E7146E808700B12992 /* debug.xcconfig */; | |
199 | buildSettings = { | |
427c49bc | 200 | COMBINE_HIDPI_IMAGES = YES; |
b1ab9ed8 A |
201 | }; |
202 | name = Debug; | |
203 | }; | |
204 | C27AD27A0987FCDC001272E0 /* Release */ = { | |
205 | isa = XCBuildConfiguration; | |
206 | baseConfigurationReference = 184460E9146E808700B12992 /* release.xcconfig */; | |
207 | buildSettings = { | |
427c49bc | 208 | COMBINE_HIDPI_IMAGES = YES; |
b1ab9ed8 A |
209 | }; |
210 | name = Release; | |
211 | }; | |
212 | C27AD27C0987FCDC001272E0 /* Debug */ = { | |
213 | isa = XCBuildConfiguration; | |
214 | baseConfigurationReference = 184460E8146E808700B12992 /* lib.xcconfig */; | |
215 | buildSettings = { | |
fa7225c8 A |
216 | ASSETCATALOG_COMPRESSION = lossless; |
217 | CLANG_WARN_BOOL_CONVERSION = YES; | |
427c49bc A |
218 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
219 | CLANG_WARN_EMPTY_BODY = YES; | |
220 | CLANG_WARN_ENUM_CONVERSION = YES; | |
221 | CLANG_WARN_INT_CONVERSION = YES; | |
fa7225c8 | 222 | CLANG_WARN_UNREACHABLE_CODE = YES; |
427c49bc | 223 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
fa7225c8 A |
224 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
225 | ENABLE_TESTABILITY = YES; | |
226 | GCC_NO_COMMON_BLOCKS = YES; | |
227 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
427c49bc | 228 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
fa7225c8 A |
229 | GCC_WARN_UNUSED_FUNCTION = YES; |
230 | ONLY_ACTIVE_ARCH = YES; | |
b1ab9ed8 A |
231 | }; |
232 | name = Debug; | |
233 | }; | |
234 | C27AD27E0987FCDC001272E0 /* Release */ = { | |
235 | isa = XCBuildConfiguration; | |
236 | baseConfigurationReference = 184460E8146E808700B12992 /* lib.xcconfig */; | |
237 | buildSettings = { | |
fa7225c8 A |
238 | ASSETCATALOG_COMPRESSION = "respect-asset-catalog"; |
239 | CLANG_WARN_BOOL_CONVERSION = YES; | |
427c49bc A |
240 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
241 | CLANG_WARN_EMPTY_BODY = YES; | |
242 | CLANG_WARN_ENUM_CONVERSION = YES; | |
243 | CLANG_WARN_INT_CONVERSION = YES; | |
fa7225c8 | 244 | CLANG_WARN_UNREACHABLE_CODE = YES; |
427c49bc | 245 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
fa7225c8 A |
246 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
247 | GCC_NO_COMMON_BLOCKS = YES; | |
248 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
427c49bc | 249 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
fa7225c8 | 250 | GCC_WARN_UNUSED_FUNCTION = YES; |
b1ab9ed8 A |
251 | }; |
252 | name = Release; | |
253 | }; | |
254 | /* End XCBuildConfiguration section */ | |
255 | ||
256 | /* Begin XCConfigurationList section */ | |
257 | C27AD2770987FCDC001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_apple_file_dl" */ = { | |
258 | isa = XCConfigurationList; | |
259 | buildConfigurations = ( | |
260 | C27AD2780987FCDC001272E0 /* Debug */, | |
261 | C27AD27A0987FCDC001272E0 /* Release */, | |
262 | ); | |
263 | defaultConfigurationIsVisible = 0; | |
264 | defaultConfigurationName = Release; | |
265 | }; | |
266 | C27AD27B0987FCDC001272E0 /* Build configuration list for PBXProject "libsecurity_apple_file_dl" */ = { | |
267 | isa = XCConfigurationList; | |
268 | buildConfigurations = ( | |
269 | C27AD27C0987FCDC001272E0 /* Debug */, | |
270 | C27AD27E0987FCDC001272E0 /* Release */, | |
271 | ); | |
272 | defaultConfigurationIsVisible = 0; | |
273 | defaultConfigurationName = Release; | |
274 | }; | |
275 | /* End XCConfigurationList section */ | |
276 | }; | |
277 | rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */; | |
278 | } |