]>
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 | 7264323500A8AD987F000001 /* comcryption.c in Sources */ = {isa = PBXBuildFile; fileRef = 7264322D00A8AD987F000001 /* comcryption.c */; }; | |
11 | 7264323600A8AD987F000001 /* comcryptPriv.c in Sources */ = {isa = PBXBuildFile; fileRef = 7264322E00A8AD987F000001 /* comcryptPriv.c */; }; | |
12 | /* End PBXBuildFile section */ | |
13 | ||
14 | /* Begin PBXFileReference section */ | |
15 | 182BB1F2146EF7C1000BF1F3 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; }; | |
16 | 182BB1F3146EF7C1000BF1F3 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; | |
17 | 182BB1F4146EF7C1000BF1F3 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; }; | |
18 | 182BB1F5146EF7C1000BF1F3 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; | |
19 | 7264321400A8AD0A7F000001 /* libsecurity_comcryption.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_comcryption.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
20 | 7264322D00A8AD987F000001 /* comcryption.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = comcryption.c; sourceTree = "<group>"; }; | |
21 | 7264322E00A8AD987F000001 /* comcryptPriv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = comcryptPriv.c; sourceTree = "<group>"; }; | |
22 | 7264322F00A8AD987F000001 /* comcryption.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = comcryption.h; sourceTree = "<group>"; }; | |
23 | 7264323000A8AD987F000001 /* comcryptPriv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = comcryptPriv.h; sourceTree = "<group>"; }; | |
24 | 7264323100A8AD987F000001 /* comDebug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = comDebug.h; sourceTree = "<group>"; }; | |
25 | /* End PBXFileReference section */ | |
26 | ||
27 | /* Begin PBXFrameworksBuildPhase section */ | |
28 | 7264322000A8AD0A7F000001 /* Frameworks */ = { | |
29 | isa = PBXFrameworksBuildPhase; | |
30 | buildActionMask = 2147483647; | |
31 | files = ( | |
32 | ); | |
33 | runOnlyForDeploymentPostprocessing = 0; | |
34 | }; | |
35 | /* End PBXFrameworksBuildPhase section */ | |
36 | ||
37 | /* Begin PBXGroup section */ | |
38 | 0FD07C9EFE8A174411CD283A = { | |
39 | isa = PBXGroup; | |
40 | children = ( | |
41 | 7264321200A8ACCB7F000001 /* lib */, | |
42 | 182BB1F1146EF7C1000BF1F3 /* config */, | |
43 | 31DBE9B3FEEEE8F611CD283A /* Products */, | |
44 | ); | |
45 | sourceTree = "<group>"; | |
46 | }; | |
47 | 182BB1F1146EF7C1000BF1F3 /* config */ = { | |
48 | isa = PBXGroup; | |
49 | children = ( | |
50 | 182BB1F2146EF7C1000BF1F3 /* base.xcconfig */, | |
51 | 182BB1F3146EF7C1000BF1F3 /* debug.xcconfig */, | |
52 | 182BB1F4146EF7C1000BF1F3 /* lib.xcconfig */, | |
53 | 182BB1F5146EF7C1000BF1F3 /* release.xcconfig */, | |
54 | ); | |
55 | name = config; | |
56 | path = ../config; | |
57 | sourceTree = "<group>"; | |
58 | }; | |
59 | 31DBE9B3FEEEE8F611CD283A /* Products */ = { | |
60 | isa = PBXGroup; | |
61 | children = ( | |
62 | 7264321400A8AD0A7F000001 /* libsecurity_comcryption.a */, | |
63 | ); | |
64 | name = Products; | |
65 | sourceTree = BUILT_PRODUCTS_DIR; | |
66 | }; | |
67 | 7264321200A8ACCB7F000001 /* lib */ = { | |
68 | isa = PBXGroup; | |
69 | children = ( | |
70 | 7264322D00A8AD987F000001 /* comcryption.c */, | |
71 | 7264322F00A8AD987F000001 /* comcryption.h */, | |
72 | 7264322E00A8AD987F000001 /* comcryptPriv.c */, | |
73 | 7264323000A8AD987F000001 /* comcryptPriv.h */, | |
74 | 7264323100A8AD987F000001 /* comDebug.h */, | |
75 | ); | |
76 | path = lib; | |
77 | sourceTree = "<group>"; | |
78 | }; | |
79 | /* End PBXGroup section */ | |
80 | ||
81 | /* Begin PBXHeadersBuildPhase section */ | |
82 | 7264321E00A8AD0A7F000001 /* Headers */ = { | |
83 | isa = PBXHeadersBuildPhase; | |
84 | buildActionMask = 2147483647; | |
85 | files = ( | |
86 | ); | |
87 | runOnlyForDeploymentPostprocessing = 0; | |
88 | }; | |
89 | /* End PBXHeadersBuildPhase section */ | |
90 | ||
91 | /* Begin PBXNativeTarget section */ | |
92 | 7264321D00A8AD0A7F000001 /* libsecurity_comcryption */ = { | |
93 | isa = PBXNativeTarget; | |
94 | buildConfigurationList = C27AD3200987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_comcryption" */; | |
95 | buildPhases = ( | |
96 | 7264321E00A8AD0A7F000001 /* Headers */, | |
97 | 7264321F00A8AD0A7F000001 /* Sources */, | |
98 | 7264322000A8AD0A7F000001 /* Frameworks */, | |
99 | ); | |
100 | buildRules = ( | |
101 | ); | |
102 | dependencies = ( | |
103 | ); | |
104 | name = libsecurity_comcryption; | |
105 | productInstallPath = /usr/local/lib; | |
106 | productName = ComCryption; | |
107 | productReference = 7264321400A8AD0A7F000001 /* libsecurity_comcryption.a */; | |
108 | productType = "com.apple.product-type.library.static"; | |
109 | }; | |
110 | /* End PBXNativeTarget section */ | |
111 | ||
112 | /* Begin PBXProject section */ | |
113 | 0FD07C9DFE8A174411CD283A /* Project object */ = { | |
114 | isa = PBXProject; | |
115 | attributes = { | |
116 | LastUpgradeCheck = 0420; | |
117 | }; | |
118 | buildConfigurationList = C27AD3240987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_comcryption" */; | |
119 | compatibilityVersion = "Xcode 3.2"; | |
120 | developmentRegion = English; | |
121 | hasScannedForEncodings = 1; | |
122 | knownRegions = ( | |
123 | en, | |
124 | ); | |
125 | mainGroup = 0FD07C9EFE8A174411CD283A; | |
126 | productRefGroup = 0FD07C9EFE8A174411CD283A; | |
127 | projectDirPath = ""; | |
128 | projectRoot = ""; | |
129 | targets = ( | |
130 | 7264321D00A8AD0A7F000001 /* libsecurity_comcryption */, | |
131 | ); | |
132 | }; | |
133 | /* End PBXProject section */ | |
134 | ||
135 | /* Begin PBXSourcesBuildPhase section */ | |
136 | 7264321F00A8AD0A7F000001 /* Sources */ = { | |
137 | isa = PBXSourcesBuildPhase; | |
138 | buildActionMask = 2147483647; | |
139 | files = ( | |
140 | 7264323500A8AD987F000001 /* comcryption.c in Sources */, | |
141 | 7264323600A8AD987F000001 /* comcryptPriv.c in Sources */, | |
142 | ); | |
143 | runOnlyForDeploymentPostprocessing = 0; | |
144 | }; | |
145 | /* End PBXSourcesBuildPhase section */ | |
146 | ||
147 | /* Begin XCBuildConfiguration section */ | |
148 | C27AD3210987FCDE001272E0 /* Debug */ = { | |
149 | isa = XCBuildConfiguration; | |
150 | baseConfigurationReference = 182BB1F3146EF7C1000BF1F3 /* debug.xcconfig */; | |
151 | buildSettings = { | |
152 | }; | |
153 | name = Debug; | |
154 | }; | |
155 | C27AD3230987FCDE001272E0 /* Release */ = { | |
156 | isa = XCBuildConfiguration; | |
157 | baseConfigurationReference = 182BB1F5146EF7C1000BF1F3 /* release.xcconfig */; | |
158 | buildSettings = { | |
159 | }; | |
160 | name = Release; | |
161 | }; | |
162 | C27AD3250987FCDE001272E0 /* Debug */ = { | |
163 | isa = XCBuildConfiguration; | |
164 | baseConfigurationReference = 182BB1F4146EF7C1000BF1F3 /* lib.xcconfig */; | |
165 | buildSettings = { | |
166 | }; | |
167 | name = Debug; | |
168 | }; | |
169 | C27AD3270987FCDE001272E0 /* Release */ = { | |
170 | isa = XCBuildConfiguration; | |
171 | baseConfigurationReference = 182BB1F4146EF7C1000BF1F3 /* lib.xcconfig */; | |
172 | buildSettings = { | |
173 | }; | |
174 | name = Release; | |
175 | }; | |
176 | /* End XCBuildConfiguration section */ | |
177 | ||
178 | /* Begin XCConfigurationList section */ | |
179 | C27AD3200987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_comcryption" */ = { | |
180 | isa = XCConfigurationList; | |
181 | buildConfigurations = ( | |
182 | C27AD3210987FCDE001272E0 /* Debug */, | |
183 | C27AD3230987FCDE001272E0 /* Release */, | |
184 | ); | |
185 | defaultConfigurationIsVisible = 0; | |
186 | defaultConfigurationName = Release; | |
187 | }; | |
188 | C27AD3240987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_comcryption" */ = { | |
189 | isa = XCConfigurationList; | |
190 | buildConfigurations = ( | |
191 | C27AD3250987FCDE001272E0 /* Debug */, | |
192 | C27AD3270987FCDE001272E0 /* Release */, | |
193 | ); | |
194 | defaultConfigurationIsVisible = 0; | |
195 | defaultConfigurationName = Release; | |
196 | }; | |
197 | /* End XCConfigurationList section */ | |
198 | }; | |
199 | rootObject = 0FD07C9DFE8A174411CD283A /* Project object */; | |
200 | } |