]> git.saurik.com Git - apple/ipsec.git/blob - ipsec.xcodeproj/project.pbxproj
ipsec-292.tar.gz
[apple/ipsec.git] / ipsec.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 23B20D2F0871D62A00A3B0FC /* IPSec (Aggregate) */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 25D3DAB8098952B20025F703 /* Build configuration list for PBXAggregateTarget "IPSec (Aggregate)" */;
13 buildPhases = (
14 BAA6806112B17CF900ACF6D3 /* CopyFiles */,
15 72265DD80F818ED700730A7D /* CopyFiles */,
16 );
17 dependencies = (
18 724ED876168515A7008F2EBD /* PBXTargetDependency */,
19 72B3C21916850CC5004E4548 /* PBXTargetDependency */,
20 );
21 name = "IPSec (Aggregate)";
22 productName = "IPSec (Aggregate)";
23 };
24 72B3C2081684F5C4004E4548 /* ipsec_executables */ = {
25 isa = PBXAggregateTarget;
26 buildConfigurationList = 72B3C20C1684F5C4004E4548 /* Build configuration list for PBXAggregateTarget "ipsec_executables" */;
27 buildPhases = (
28 72B3C21C16850D02004E4548 /* CopyFiles */,
29 72B3C21E16850D1E004E4548 /* CopyFiles */,
30 );
31 dependencies = (
32 72B3C2101684F5E1004E4548 /* PBXTargetDependency */,
33 72B3C20E1684F5DE004E4548 /* PBXTargetDependency */,
34 );
35 name = ipsec_executables;
36 productName = ipsec_executables;
37 };
38 72B3C21116850B87004E4548 /* ipsec_libraries */ = {
39 isa = PBXAggregateTarget;
40 buildConfigurationList = 72B3C21216850B87004E4548 /* Build configuration list for PBXAggregateTarget "ipsec_libraries" */;
41 buildPhases = (
42 );
43 dependencies = (
44 72B3C21716850BA0004E4548 /* PBXTargetDependency */,
45 );
46 name = ipsec_libraries;
47 productName = ipsec_libraries;
48 };
49 78C83A04189841E800DB2F64 /* ipsec_libraries_embedded */ = {
50 isa = PBXAggregateTarget;
51 buildConfigurationList = 78C83A08189841E800DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_libraries_embedded" */;
52 buildPhases = (
53 );
54 dependencies = (
55 78C83A131898421900DB2F64 /* PBXTargetDependency */,
56 );
57 name = ipsec_libraries_embedded;
58 productName = ipsec_libraries_embedded;
59 };
60 78C83A09189841FA00DB2F64 /* ipsec_executables_embedded */ = {
61 isa = PBXAggregateTarget;
62 buildConfigurationList = 78C83A0A189841FA00DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_executables_embedded" */;
63 buildPhases = (
64 );
65 dependencies = (
66 78C83A111898421300DB2F64 /* PBXTargetDependency */,
67 78C83A0F1898421100DB2F64 /* PBXTargetDependency */,
68 );
69 name = ipsec_executables_embedded;
70 productName = ipsec_executables_embedded;
71 };
72 812530AA0D3FE994006BDF4F /* IPSec Embedded (Aggregate) */ = {
73 isa = PBXAggregateTarget;
74 buildConfigurationList = 812530B50D3FE994006BDF4F /* Build configuration list for PBXAggregateTarget "IPSec Embedded (Aggregate)" */;
75 buildPhases = (
76 );
77 dependencies = (
78 812531110D3FEA28006BDF4F /* PBXTargetDependency */,
79 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */,
80 81DDFDF10D627DE300C5CB87 /* PBXTargetDependency */,
81 );
82 name = "IPSec Embedded (Aggregate)";
83 productName = "IPSec (Aggregate) Embedded";
84 };
85 /* End PBXAggregateTarget section */
86
87 /* Begin PBXBuildFile section */
88 25078AE509D37570005F3F63 /* nattraversal.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F00988657000D15623 /* nattraversal.c */; };
89 2537A1B109E4867100D0ECDA /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D9499F09A6AAD700CA0F24 /* config.h */; };
90 2537A1B509E4867700D0ECDA /* ipsec_dump_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9520989B4EE00E5B678 /* ipsec_dump_policy.c */; };
91 2537A1B609E4867700D0ECDA /* ipsec_get_policylen.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9530989B4EE00E5B678 /* ipsec_get_policylen.c */; };
92 2537A1B709E4867800D0ECDA /* ipsec_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9560989B4EE00E5B678 /* ipsec_strerror.c */; };
93 2537A1B809E4867900D0ECDA /* ipsec_strerror.h in Headers */ = {isa = PBXBuildFile; fileRef = 252DF9570989B4EE00E5B678 /* ipsec_strerror.h */; };
94 2537A1B909E4867900D0ECDA /* policy_parse.y in Sources */ = {isa = PBXBuildFile; fileRef = 252DF95E0989B4EE00E5B678 /* policy_parse.y */; };
95 2537A1BA09E4867A00D0ECDA /* policy_token.l in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9600989B4EE00E5B678 /* policy_token.l */; };
96 2537A1C109E494B300D0ECDA /* libipsec.A.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */; };
97 2537A1C709E49D0600D0ECDA /* libipsec.A.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */; };
98 258CF2CB0A19197400166B38 /* setkey.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F258890988648C00D15623 /* setkey.8 */; };
99 258CF2CD0A1919A800166B38 /* ipsec_set_policy.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 252DF9540989B4EE00E5B678 /* ipsec_set_policy.3 */; };
100 258CF2CE0A1919AF00166B38 /* ipsec_strerror.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 252DF9550989B4EE00E5B678 /* ipsec_strerror.3 */; };
101 258CF2E10A191A9200166B38 /* racoon.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F259090988657000D15623 /* racoon.8 */; };
102 258CF2E40A191AD500166B38 /* racoon.conf.5 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F2590A0988657000D15623 /* racoon.conf.5 */; };
103 25DC9ED409DB16F300C89F86 /* isakmp_cfg.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D50988657000D15623 /* isakmp_cfg.c */; };
104 25DC9ED509DB16F800C89F86 /* isakmp_unity.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E10988657000D15623 /* isakmp_unity.c */; };
105 25DC9ED609DB16FA00C89F86 /* isakmp_xauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E40988657000D15623 /* isakmp_xauth.c */; };
106 25DE2DE90A8BD40E0010A46D /* vpn_control.c in Sources */ = {isa = PBXBuildFile; fileRef = 25DE2DE60A8BD40E0010A46D /* vpn_control.c */; };
107 25EAE84809D879700042CC7F /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE84709D879700042CC7F /* libssl.dylib */; };
108 25EAE84B09D879DE0042CC7F /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE84A09D879DE0042CC7F /* libcrypto.dylib */; };
109 25EAE87709D87A770042CC7F /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE87609D87A770042CC7F /* libiconv.dylib */; };
110 25EAE8C109D87B080042CC7F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */; };
111 25EAE8C609D87B990042CC7F /* pfkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25D949A209A6AAD700CA0F24 /* pfkey.c */; };
112 25ECCDA209AD479A00883CA3 /* pfkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25D949A209A6AAD700CA0F24 /* pfkey.c */; };
113 25ECCDB509AD489200883CA3 /* key_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F777B909ABE3E100C99783 /* key_debug.c */; };
114 25ECCDB709AD48A300883CA3 /* pfkey_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F777ED09ABE58400C99783 /* pfkey_dump.c */; };
115 25F258900988648C00D15623 /* parse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258870988648C00D15623 /* parse.y */; };
116 25F258910988648C00D15623 /* setkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2588A0988648C00D15623 /* setkey.c */; };
117 25F258940988648C00D15623 /* token.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F2588D0988648C00D15623 /* token.l */; };
118 25F259290988657000D15623 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258AE0988657000D15623 /* algorithm.c */; };
119 25F2592B0988657000D15623 /* cfparse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B40988657000D15623 /* cfparse.y */; };
120 25F2592C0988657000D15623 /* cftoken.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B60988657000D15623 /* cftoken.l */; };
121 25F2592E0988657000D15623 /* crypto_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B90988657000D15623 /* crypto_openssl.c */; };
122 25F2592F0988657000D15623 /* dnssec.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258BE0988657000D15623 /* dnssec.c */; };
123 25F259320988657000D15623 /* genlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C50988657000D15623 /* genlist.c */; };
124 25F259330988657000D15623 /* getcertsbyname.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C70988657000D15623 /* getcertsbyname.c */; };
125 25F259340988657000D15623 /* grabmyaddr.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C90988657000D15623 /* grabmyaddr.c */; };
126 25F259360988657000D15623 /* handler.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258CD0988657000D15623 /* handler.c */; };
127 25F259370988657000D15623 /* ipsec_doi.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258CF0988657000D15623 /* ipsec_doi.c */; };
128 25F259380988657000D15623 /* isakmp_agg.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D10988657000D15623 /* isakmp_agg.c */; };
129 25F2593C0988657000D15623 /* isakmp_ident.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D90988657000D15623 /* isakmp_ident.c */; };
130 25F2593D0988657000D15623 /* isakmp_inf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258DB0988657000D15623 /* isakmp_inf.c */; };
131 25F2593F0988657000D15623 /* isakmp_quick.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258DF0988657000D15623 /* isakmp_quick.c */; };
132 25F259420988657000D15623 /* isakmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E60988657000D15623 /* isakmp.c */; };
133 25F259440988657000D15623 /* localconf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E90988657000D15623 /* localconf.c */; };
134 25F259460988657000D15623 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258ED0988657000D15623 /* main.c */; };
135 25F259470988657000D15623 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258EE0988657000D15623 /* misc.c */; };
136 25F259490988657000D15623 /* oakley.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F30988657000D15623 /* oakley.c */; };
137 25F2594C0988657000D15623 /* pfkey_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F80988657000D15623 /* pfkey_racoon.c */; };
138 25F2594F0988657000D15623 /* plog.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FD0988657000D15623 /* plog.c */; };
139 25F259500988657000D15623 /* policy.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FF0988657000D15623 /* policy.c */; };
140 25F259520988657000D15623 /* proposal.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259030988657000D15623 /* proposal.c */; };
141 25F259580988657000D15623 /* remoteconf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2590E0988657000D15623 /* remoteconf.c */; };
142 25F2595A0988657000D15623 /* safefile.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259120988657000D15623 /* safefile.c */; };
143 25F2595B0988657000D15623 /* sainfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259140988657000D15623 /* sainfo.c */; };
144 25F2595C0988657000D15623 /* schedule.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259160988657000D15623 /* schedule.c */; };
145 25F2595D0988657000D15623 /* session.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259180988657000D15623 /* session.c */; };
146 25F2595E0988657000D15623 /* sockmisc.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591A0988657000D15623 /* sockmisc.c */; };
147 25F2595F0988657000D15623 /* str2val.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591D0988657000D15623 /* str2val.c */; };
148 25F259600988657000D15623 /* strnames.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591F0988657000D15623 /* strnames.c */; };
149 25F259610988657000D15623 /* throttle.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259210988657000D15623 /* throttle.c */; };
150 25F259620988657000D15623 /* vendorid.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259240988657000D15623 /* vendorid.c */; };
151 25F259630988657000D15623 /* vmbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259260988657000D15623 /* vmbuf.c */; };
152 72265DDC0F818F9300730A7D /* ipsec.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 72265DDB0F818F9300730A7D /* ipsec.plist */; };
153 723B6A30162F7BE300895EE5 /* xpc_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */; };
154 723B6A31162F7BE300895EE5 /* xpc_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */; };
155 724ED87916851AAC008F2EBD /* ipsec.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = BACBF18B10290AE000BBFC85 /* ipsec.txt */; };
156 724ED87A16851AB6008F2EBD /* ipsec.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 72265DDB0F818F9300730A7D /* ipsec.plist */; };
157 72B433770E3677D800D67508 /* com.apple.racoon.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 724F99500E3672FD00C56897 /* com.apple.racoon.plist */; };
158 72F5C72E1607A1AE004C192F /* api_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F5C72D1607A1AE004C192F /* api_support.c */; };
159 72F5C72F1607A1AE004C192F /* api_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F5C72D1607A1AE004C192F /* api_support.c */; };
160 7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11D188DB07300874E91 /* NetworkExtension.framework */; };
161 7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11F188DB07C00874E91 /* NetworkExtension.framework */; };
162 812530C30D3FE9DC006BDF4F /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258AE0988657000D15623 /* algorithm.c */; };
163 812530C50D3FE9DC006BDF4F /* cfparse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B40988657000D15623 /* cfparse.y */; };
164 812530C60D3FE9DC006BDF4F /* cftoken.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B60988657000D15623 /* cftoken.l */; };
165 812530C70D3FE9DC006BDF4F /* crypto_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B90988657000D15623 /* crypto_openssl.c */; };
166 812530C80D3FE9DC006BDF4F /* dnssec.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258BE0988657000D15623 /* dnssec.c */; };
167 812530CA0D3FE9DC006BDF4F /* genlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C50988657000D15623 /* genlist.c */; };
168 812530CB0D3FE9DC006BDF4F /* getcertsbyname.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C70988657000D15623 /* getcertsbyname.c */; };
169 812530CC0D3FE9DC006BDF4F /* grabmyaddr.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258C90988657000D15623 /* grabmyaddr.c */; };
170 812530CE0D3FE9DC006BDF4F /* handler.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258CD0988657000D15623 /* handler.c */; };
171 812530CF0D3FE9DC006BDF4F /* ipsec_doi.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258CF0988657000D15623 /* ipsec_doi.c */; };
172 812530D00D3FE9DC006BDF4F /* isakmp_agg.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D10988657000D15623 /* isakmp_agg.c */; };
173 812530D20D3FE9DC006BDF4F /* isakmp_ident.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D90988657000D15623 /* isakmp_ident.c */; };
174 812530D30D3FE9DC006BDF4F /* isakmp_inf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258DB0988657000D15623 /* isakmp_inf.c */; };
175 812530D50D3FE9DC006BDF4F /* isakmp_quick.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258DF0988657000D15623 /* isakmp_quick.c */; };
176 812530D60D3FE9DC006BDF4F /* isakmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E60988657000D15623 /* isakmp.c */; };
177 812530D70D3FE9DC006BDF4F /* localconf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E90988657000D15623 /* localconf.c */; };
178 812530D90D3FE9DC006BDF4F /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258ED0988657000D15623 /* main.c */; };
179 812530DA0D3FE9DC006BDF4F /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258EE0988657000D15623 /* misc.c */; };
180 812530DB0D3FE9DC006BDF4F /* oakley.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F30988657000D15623 /* oakley.c */; };
181 812530DC0D3FE9DC006BDF4F /* pfkey_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F80988657000D15623 /* pfkey_racoon.c */; };
182 812530DD0D3FE9DC006BDF4F /* plog.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FD0988657000D15623 /* plog.c */; };
183 812530DE0D3FE9DC006BDF4F /* policy.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FF0988657000D15623 /* policy.c */; };
184 812530E00D3FE9DC006BDF4F /* proposal.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259030988657000D15623 /* proposal.c */; };
185 812530E10D3FE9DC006BDF4F /* remoteconf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2590E0988657000D15623 /* remoteconf.c */; };
186 812530E20D3FE9DC006BDF4F /* safefile.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259120988657000D15623 /* safefile.c */; };
187 812530E30D3FE9DC006BDF4F /* sainfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259140988657000D15623 /* sainfo.c */; };
188 812530E40D3FE9DC006BDF4F /* schedule.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259160988657000D15623 /* schedule.c */; };
189 812530E50D3FE9DC006BDF4F /* session.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259180988657000D15623 /* session.c */; };
190 812530E60D3FE9DC006BDF4F /* sockmisc.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591A0988657000D15623 /* sockmisc.c */; };
191 812530E70D3FE9DC006BDF4F /* str2val.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591D0988657000D15623 /* str2val.c */; };
192 812530E80D3FE9DC006BDF4F /* strnames.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591F0988657000D15623 /* strnames.c */; };
193 812530E90D3FE9DC006BDF4F /* throttle.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259210988657000D15623 /* throttle.c */; };
194 812530EA0D3FE9DC006BDF4F /* vendorid.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259240988657000D15623 /* vendorid.c */; };
195 812530EB0D3FE9DC006BDF4F /* vmbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259260988657000D15623 /* vmbuf.c */; };
196 812530EC0D3FE9DC006BDF4F /* nattraversal.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F00988657000D15623 /* nattraversal.c */; };
197 812530ED0D3FE9DC006BDF4F /* pfkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25D949A209A6AAD700CA0F24 /* pfkey.c */; };
198 812530EF0D3FE9DC006BDF4F /* isakmp_cfg.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D50988657000D15623 /* isakmp_cfg.c */; };
199 812530F00D3FE9DC006BDF4F /* isakmp_unity.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E10988657000D15623 /* isakmp_unity.c */; };
200 812530F10D3FE9DC006BDF4F /* isakmp_xauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E40988657000D15623 /* isakmp_xauth.c */; };
201 812530F20D3FE9DC006BDF4F /* vpn_control.c in Sources */ = {isa = PBXBuildFile; fileRef = 25DE2DE60A8BD40E0010A46D /* vpn_control.c */; };
202 812530F30D3FE9DC006BDF4F /* vpn.c in Sources */ = {isa = PBXBuildFile; fileRef = 81CA08910CE3BC870055C0AF /* vpn.c */; };
203 812530F80D3FE9DC006BDF4F /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE87609D87A770042CC7F /* libiconv.dylib */; };
204 812530F90D3FE9DC006BDF4F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */; };
205 812530FC0D3FE9DC006BDF4F /* racoon.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F259090988657000D15623 /* racoon.8 */; };
206 812530FE0D3FE9DC006BDF4F /* racoon.conf.5 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F2590A0988657000D15623 /* racoon.conf.5 */; };
207 812A64ED0D4AA082004CB7EB /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 812A64EC0D4AA082004CB7EB /* Security.framework */; };
208 8141336B149015E900028D76 /* fsm.c in Sources */ = {isa = PBXBuildFile; fileRef = 81CBCFE81447A1C20000D6E6 /* fsm.c */; };
209 8167917B0D650BAA006B523F /* racoon.conf in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8187103A0D5BE18800C7B441 /* racoon.conf */; };
210 817FFC4E0D6134A7004A8DD8 /* libipsec.A.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */; };
211 818710410D5BE22B00C7B441 /* psk.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8187103D0D5BE1CF00C7B441 /* psk.txt */; };
212 818710420D5BE22F00C7B441 /* racoon.conf in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8187103B0D5BE1B400C7B441 /* racoon.conf */; };
213 818710510D5BE29300C7B441 /* psk.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8187103D0D5BE1CF00C7B441 /* psk.txt */; };
214 818710530D5BE2B500C7B441 /* anonymous.conf in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8187103C0D5BE1CF00C7B441 /* anonymous.conf */; };
215 81C325A80D46A36900E65EB7 /* crypto_cssm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B70988657000D15623 /* crypto_cssm.c */; };
216 81C386AA0D451EC300975D5E /* crypto_cssm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B70988657000D15623 /* crypto_cssm.c */; };
217 81C387560D45208700975D5E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE83109D875790042CC7F /* Security.framework */; };
218 81C387570D45208700975D5E /* DirectoryService.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE83709D875BF0042CC7F /* DirectoryService.framework */; };
219 81C387EC0D45268300975D5E /* open_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F50988657000D15623 /* open_dir.c */; };
220 81C964590DA2CBEF00257BC8 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81C964580DA2CBEF00257BC8 /* SystemConfiguration.framework */; };
221 81C9645E0DA2CC2D00257BC8 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81C9645D0DA2CC2D00257BC8 /* SystemConfiguration.framework */; };
222 81C9645F0DA2CC2D00257BC8 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81C9645D0DA2CC2D00257BC8 /* SystemConfiguration.framework */; };
223 81CA08920CE3BC870055C0AF /* vpn.c in Sources */ = {isa = PBXBuildFile; fileRef = 81CA08910CE3BC870055C0AF /* vpn.c */; };
224 81CBCFE91447A1C20000D6E6 /* fsm.c in Sources */ = {isa = PBXBuildFile; fileRef = 81CBCFE81447A1C20000D6E6 /* fsm.c */; };
225 81DDFD9B0D622C1700C5CB87 /* parse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258870988648C00D15623 /* parse.y */; };
226 81DDFD9C0D622C1700C5CB87 /* pfkey_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F777ED09ABE58400C99783 /* pfkey_dump.c */; };
227 81DDFD9D0D622C1700C5CB87 /* key_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F777B909ABE3E100C99783 /* key_debug.c */; };
228 81DDFD9E0D622C1700C5CB87 /* pfkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25D949A209A6AAD700CA0F24 /* pfkey.c */; };
229 81DDFD9F0D622C1700C5CB87 /* setkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2588A0988648C00D15623 /* setkey.c */; };
230 81DDFDA00D622C1700C5CB87 /* token.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F2588D0988648C00D15623 /* token.l */; };
231 81DDFDA20D622C1700C5CB87 /* libipsec.A.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */; };
232 81DDFDA40D622C1700C5CB87 /* setkey.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25F258890988648C00D15623 /* setkey.8 */; };
233 81DDFDBA0D622C2700C5CB87 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D9499F09A6AAD700CA0F24 /* config.h */; };
234 81DDFDBB0D622C2700C5CB87 /* ipsec_strerror.h in Headers */ = {isa = PBXBuildFile; fileRef = 252DF9570989B4EE00E5B678 /* ipsec_strerror.h */; };
235 81DDFDBD0D622C2700C5CB87 /* ipsec_dump_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9520989B4EE00E5B678 /* ipsec_dump_policy.c */; };
236 81DDFDBE0D622C2700C5CB87 /* ipsec_get_policylen.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9530989B4EE00E5B678 /* ipsec_get_policylen.c */; };
237 81DDFDBF0D622C2700C5CB87 /* ipsec_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9560989B4EE00E5B678 /* ipsec_strerror.c */; };
238 81DDFDC00D622C2700C5CB87 /* policy_parse.y in Sources */ = {isa = PBXBuildFile; fileRef = 252DF95E0989B4EE00E5B678 /* policy_parse.y */; };
239 81DDFDC10D622C2700C5CB87 /* policy_token.l in Sources */ = {isa = PBXBuildFile; fileRef = 252DF9600989B4EE00E5B678 /* policy_token.l */; };
240 81DDFDC40D622C2700C5CB87 /* ipsec_set_policy.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 252DF9540989B4EE00E5B678 /* ipsec_set_policy.3 */; };
241 81DDFDC50D622C2700C5CB87 /* ipsec_strerror.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 252DF9550989B4EE00E5B678 /* ipsec_strerror.3 */; };
242 81DDFDC60D622C2700C5CB87 /* ipsec_get_policylen.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 81EDB0680B5D8D8900840BC7 /* ipsec_get_policylen.3 */; };
243 81DDFDC70D622C2700C5CB87 /* ipsec_dump_policy.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 81EDB0670B5D8D7000840BC7 /* ipsec_dump_policy.3 */; };
244 81EDB0690B5D8D9600840BC7 /* ipsec_get_policylen.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 81EDB0680B5D8D8900840BC7 /* ipsec_get_policylen.3 */; };
245 81EDB06A0B5D8D9A00840BC7 /* ipsec_dump_policy.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 81EDB0670B5D8D7000840BC7 /* ipsec_dump_policy.3 */; };
246 834072A90EDCC5AC00B6CCE8 /* com.apple.racoon.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 724F99500E3672FD00C56897 /* com.apple.racoon.plist */; };
247 8D5B16750E5F7F4E00E72675 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D5B16230E5F7E9300E72675 /* libresolv.dylib */; };
248 8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D5B16230E5F7E9300E72675 /* libresolv.dylib */; };
249 BA485FA2109C1ECA00545E19 /* power_mgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = BA485FA1109C1ECA00545E19 /* power_mgmt.c */; };
250 BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = BA485FA1109C1ECA00545E19 /* power_mgmt.c */; };
251 BA48611C109C2BBA00545E19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA48611B109C2BBA00545E19 /* IOKit.framework */; };
252 BA486225109C2BF500545E19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA48611B109C2BBA00545E19 /* IOKit.framework */; };
253 BA5B6F2A0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */; };
254 BA5B6F2B0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */; };
255 BA5B6F2C0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */; };
256 BA5B6F2D0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */; };
257 BA5B6F310EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */; };
258 BA5B6F320EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */; };
259 BA64A934114EFE8C00F3574C /* racoon.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA64A933114EFE5C00F3574C /* racoon.sb */; };
260 BA6F109B0EA1DEC200546773 /* ike_session.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6F109A0EA1DEC200546773 /* ike_session.c */; };
261 BA6F109C0EA1DEC200546773 /* ike_session.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6F109A0EA1DEC200546773 /* ike_session.c */; };
262 BA7777A11107EBCE00DD87E1 /* isakmp_frag.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D70988657000D15623 /* isakmp_frag.c */; };
263 BA7777A21107EBF600DD87E1 /* isakmp_frag.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D70988657000D15623 /* isakmp_frag.c */; };
264 BACBF18C10290AE000BBFC85 /* ipsec.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = BACBF18B10290AE000BBFC85 /* ipsec.txt */; };
265 BACD8C6A1496A50C0042DEA1 /* Preferences.c in Sources */ = {isa = PBXBuildFile; fileRef = BACD8C681496A50C0042DEA1 /* Preferences.c */; };
266 BACD8C6B1496A50C0042DEA1 /* Preferences.c in Sources */ = {isa = PBXBuildFile; fileRef = BACD8C681496A50C0042DEA1 /* Preferences.c */; };
267 /* End PBXBuildFile section */
268
269 /* Begin PBXContainerItemProxy section */
270 724ED875168515A7008F2EBD /* PBXContainerItemProxy */ = {
271 isa = PBXContainerItemProxy;
272 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
273 proxyType = 1;
274 remoteGlobalIDString = 72B3C21116850B87004E4548;
275 remoteInfo = ipsec_libraries;
276 };
277 72B3C20D1684F5DE004E4548 /* PBXContainerItemProxy */ = {
278 isa = PBXContainerItemProxy;
279 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
280 proxyType = 1;
281 remoteGlobalIDString = 25F258040987FBFA00D15623;
282 remoteInfo = racoon;
283 };
284 72B3C20F1684F5E1004E4548 /* PBXContainerItemProxy */ = {
285 isa = PBXContainerItemProxy;
286 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
287 proxyType = 1;
288 remoteGlobalIDString = 25F258090987FC1500D15623;
289 remoteInfo = setkey;
290 };
291 72B3C21616850BA0004E4548 /* PBXContainerItemProxy */ = {
292 isa = PBXContainerItemProxy;
293 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
294 proxyType = 1;
295 remoteGlobalIDString = 2537A1A709E4864800D0ECDA;
296 remoteInfo = libipsec;
297 };
298 72B3C21816850CC5004E4548 /* PBXContainerItemProxy */ = {
299 isa = PBXContainerItemProxy;
300 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
301 proxyType = 1;
302 remoteGlobalIDString = 72B3C2081684F5C4004E4548;
303 remoteInfo = ipsec_executables;
304 };
305 78C83A0E1898421100DB2F64 /* PBXContainerItemProxy */ = {
306 isa = PBXContainerItemProxy;
307 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
308 proxyType = 1;
309 remoteGlobalIDString = 812530BA0D3FE9DC006BDF4F;
310 remoteInfo = "racoon Embedded";
311 };
312 78C83A101898421300DB2F64 /* PBXContainerItemProxy */ = {
313 isa = PBXContainerItemProxy;
314 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
315 proxyType = 1;
316 remoteGlobalIDString = 81DDFD970D622C1700C5CB87;
317 remoteInfo = "setkey Embedded";
318 };
319 78C83A121898421900DB2F64 /* PBXContainerItemProxy */ = {
320 isa = PBXContainerItemProxy;
321 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
322 proxyType = 1;
323 remoteGlobalIDString = 81DDFDB80D622C2700C5CB87;
324 remoteInfo = "libipsec Embedded";
325 };
326 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */ = {
327 isa = PBXContainerItemProxy;
328 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
329 proxyType = 1;
330 remoteGlobalIDString = 812530BA0D3FE9DC006BDF4F;
331 remoteInfo = "racoon arm";
332 };
333 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */ = {
334 isa = PBXContainerItemProxy;
335 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
336 proxyType = 1;
337 remoteGlobalIDString = 81DDFDB80D622C2700C5CB87;
338 remoteInfo = "libipsec Embedded";
339 };
340 81DDFDF00D627DE300C5CB87 /* PBXContainerItemProxy */ = {
341 isa = PBXContainerItemProxy;
342 containerPortal = 23D2D790087071FC00C51098 /* Project object */;
343 proxyType = 1;
344 remoteGlobalIDString = 81DDFD970D622C1700C5CB87;
345 remoteInfo = "setkey Embedded";
346 };
347 /* End PBXContainerItemProxy section */
348
349 /* Begin PBXCopyFilesBuildPhase section */
350 258CF2CF0A1919CD00166B38 /* CopyFiles */ = {
351 isa = PBXCopyFilesBuildPhase;
352 buildActionMask = 8;
353 dstPath = /usr/share/man/man3;
354 dstSubfolderSpec = 0;
355 files = (
356 258CF2CD0A1919A800166B38 /* ipsec_set_policy.3 in CopyFiles */,
357 258CF2CE0A1919AF00166B38 /* ipsec_strerror.3 in CopyFiles */,
358 81EDB0690B5D8D9600840BC7 /* ipsec_get_policylen.3 in CopyFiles */,
359 81EDB06A0B5D8D9A00840BC7 /* ipsec_dump_policy.3 in CopyFiles */,
360 );
361 runOnlyForDeploymentPostprocessing = 1;
362 };
363 258CF2D00A1919CD00166B38 /* CopyFiles */ = {
364 isa = PBXCopyFilesBuildPhase;
365 buildActionMask = 8;
366 dstPath = /usr/share/man/man8;
367 dstSubfolderSpec = 0;
368 files = (
369 258CF2CB0A19197400166B38 /* setkey.8 in CopyFiles */,
370 );
371 runOnlyForDeploymentPostprocessing = 1;
372 };
373 258CF2E20A191AB000166B38 /* CopyFiles */ = {
374 isa = PBXCopyFilesBuildPhase;
375 buildActionMask = 8;
376 dstPath = /usr/share/man/man8;
377 dstSubfolderSpec = 0;
378 files = (
379 258CF2E10A191A9200166B38 /* racoon.8 in CopyFiles */,
380 );
381 runOnlyForDeploymentPostprocessing = 1;
382 };
383 258CF2F80A191B3900166B38 /* CopyFiles */ = {
384 isa = PBXCopyFilesBuildPhase;
385 buildActionMask = 8;
386 dstPath = usr/share/man/man5;
387 dstSubfolderSpec = 0;
388 files = (
389 258CF2E40A191AD500166B38 /* racoon.conf.5 in CopyFiles */,
390 );
391 runOnlyForDeploymentPostprocessing = 1;
392 };
393 258CF2FA0A191B3900166B38 /* CopyFiles */ = {
394 isa = PBXCopyFilesBuildPhase;
395 buildActionMask = 8;
396 dstPath = /private/etc/racoon;
397 dstSubfolderSpec = 0;
398 files = (
399 818710410D5BE22B00C7B441 /* psk.txt in CopyFiles */,
400 818710420D5BE22F00C7B441 /* racoon.conf in CopyFiles */,
401 );
402 runOnlyForDeploymentPostprocessing = 1;
403 };
404 72265DD80F818ED700730A7D /* CopyFiles */ = {
405 isa = PBXCopyFilesBuildPhase;
406 buildActionMask = 8;
407 dstPath = /usr/local/OpenSourceVersions/;
408 dstSubfolderSpec = 0;
409 files = (
410 72265DDC0F818F9300730A7D /* ipsec.plist in CopyFiles */,
411 );
412 runOnlyForDeploymentPostprocessing = 1;
413 };
414 724A38A20E3676FB00F6B25F /* CopyFiles */ = {
415 isa = PBXCopyFilesBuildPhase;
416 buildActionMask = 8;
417 dstPath = /System/Library/LaunchDaemons;
418 dstSubfolderSpec = 0;
419 files = (
420 72B433770E3677D800D67508 /* com.apple.racoon.plist in CopyFiles */,
421 );
422 runOnlyForDeploymentPostprocessing = 1;
423 };
424 725F453B0E36A15C005BB55C /* CopyFiles */ = {
425 isa = PBXCopyFilesBuildPhase;
426 buildActionMask = 8;
427 dstPath = /System/Library/LaunchDaemons;
428 dstSubfolderSpec = 0;
429 files = (
430 834072A90EDCC5AC00B6CCE8 /* com.apple.racoon.plist in CopyFiles */,
431 );
432 runOnlyForDeploymentPostprocessing = 1;
433 };
434 72B3C21C16850D02004E4548 /* CopyFiles */ = {
435 isa = PBXCopyFilesBuildPhase;
436 buildActionMask = 8;
437 dstPath = /usr/local/OpenSourceLicenses;
438 dstSubfolderSpec = 0;
439 files = (
440 724ED87916851AAC008F2EBD /* ipsec.txt in CopyFiles */,
441 );
442 runOnlyForDeploymentPostprocessing = 1;
443 };
444 72B3C21E16850D1E004E4548 /* CopyFiles */ = {
445 isa = PBXCopyFilesBuildPhase;
446 buildActionMask = 8;
447 dstPath = /usr/local/OpenSourceVersions/;
448 dstSubfolderSpec = 0;
449 files = (
450 724ED87A16851AB6008F2EBD /* ipsec.plist in CopyFiles */,
451 );
452 runOnlyForDeploymentPostprocessing = 1;
453 };
454 812530FB0D3FE9DC006BDF4F /* CopyFiles */ = {
455 isa = PBXCopyFilesBuildPhase;
456 buildActionMask = 8;
457 dstPath = /usr/share/man/man8;
458 dstSubfolderSpec = 0;
459 files = (
460 812530FC0D3FE9DC006BDF4F /* racoon.8 in CopyFiles */,
461 );
462 runOnlyForDeploymentPostprocessing = 1;
463 };
464 812530FD0D3FE9DC006BDF4F /* CopyFiles */ = {
465 isa = PBXCopyFilesBuildPhase;
466 buildActionMask = 8;
467 dstPath = /usr/share/man/man5;
468 dstSubfolderSpec = 0;
469 files = (
470 812530FE0D3FE9DC006BDF4F /* racoon.conf.5 in CopyFiles */,
471 );
472 runOnlyForDeploymentPostprocessing = 1;
473 };
474 812530FF0D3FE9DC006BDF4F /* CopyFiles */ = {
475 isa = PBXCopyFilesBuildPhase;
476 buildActionMask = 8;
477 dstPath = /private/etc/racoon/remote;
478 dstSubfolderSpec = 0;
479 files = (
480 818710530D5BE2B500C7B441 /* anonymous.conf in CopyFiles */,
481 );
482 runOnlyForDeploymentPostprocessing = 1;
483 };
484 812531020D3FE9DC006BDF4F /* CopyFiles */ = {
485 isa = PBXCopyFilesBuildPhase;
486 buildActionMask = 8;
487 dstPath = /private/etc/racoon;
488 dstSubfolderSpec = 0;
489 files = (
490 818710510D5BE29300C7B441 /* psk.txt in CopyFiles */,
491 8167917B0D650BAA006B523F /* racoon.conf in CopyFiles */,
492 );
493 runOnlyForDeploymentPostprocessing = 1;
494 };
495 81DDFDA30D622C1700C5CB87 /* CopyFiles */ = {
496 isa = PBXCopyFilesBuildPhase;
497 buildActionMask = 8;
498 dstPath = /usr/share/man/man8;
499 dstSubfolderSpec = 0;
500 files = (
501 81DDFDA40D622C1700C5CB87 /* setkey.8 in CopyFiles */,
502 );
503 runOnlyForDeploymentPostprocessing = 1;
504 };
505 81DDFDC30D622C2700C5CB87 /* CopyFiles */ = {
506 isa = PBXCopyFilesBuildPhase;
507 buildActionMask = 8;
508 dstPath = /usr/share/man/man3;
509 dstSubfolderSpec = 0;
510 files = (
511 81DDFDC40D622C2700C5CB87 /* ipsec_set_policy.3 in CopyFiles */,
512 81DDFDC50D622C2700C5CB87 /* ipsec_strerror.3 in CopyFiles */,
513 81DDFDC60D622C2700C5CB87 /* ipsec_get_policylen.3 in CopyFiles */,
514 81DDFDC70D622C2700C5CB87 /* ipsec_dump_policy.3 in CopyFiles */,
515 );
516 runOnlyForDeploymentPostprocessing = 1;
517 };
518 834072BB0EDCC5C400B6CCE8 /* CopyFiles */ = {
519 isa = PBXCopyFilesBuildPhase;
520 buildActionMask = 8;
521 dstPath = /System/Library/LaunchDaemons;
522 dstSubfolderSpec = 0;
523 files = (
524 );
525 runOnlyForDeploymentPostprocessing = 1;
526 };
527 BA64A930114EFDFD00F3574C /* CopyFiles */ = {
528 isa = PBXCopyFilesBuildPhase;
529 buildActionMask = 8;
530 dstPath = /System/Library/Sandbox/Profiles;
531 dstSubfolderSpec = 0;
532 files = (
533 BA64A934114EFE8C00F3574C /* racoon.sb in CopyFiles */,
534 );
535 runOnlyForDeploymentPostprocessing = 1;
536 };
537 BAA6806112B17CF900ACF6D3 /* CopyFiles */ = {
538 isa = PBXCopyFilesBuildPhase;
539 buildActionMask = 8;
540 dstPath = /usr/local/OpenSourceLicenses;
541 dstSubfolderSpec = 0;
542 files = (
543 BACBF18C10290AE000BBFC85 /* ipsec.txt in CopyFiles */,
544 );
545 runOnlyForDeploymentPostprocessing = 1;
546 };
547 /* End PBXCopyFilesBuildPhase section */
548
549 /* Begin PBXFileReference section */
550 252DF9520989B4EE00E5B678 /* ipsec_dump_policy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ipsec_dump_policy.c; path = libipsec/ipsec_dump_policy.c; sourceTree = "<group>"; };
551 252DF9530989B4EE00E5B678 /* ipsec_get_policylen.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ipsec_get_policylen.c; path = libipsec/ipsec_get_policylen.c; sourceTree = "<group>"; };
552 252DF9540989B4EE00E5B678 /* ipsec_set_policy.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_set_policy.3; path = libipsec/ipsec_set_policy.3; sourceTree = "<group>"; };
553 252DF9550989B4EE00E5B678 /* ipsec_strerror.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_strerror.3; path = libipsec/ipsec_strerror.3; sourceTree = "<group>"; };
554 252DF9560989B4EE00E5B678 /* ipsec_strerror.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ipsec_strerror.c; path = libipsec/ipsec_strerror.c; sourceTree = "<group>"; };
555 252DF9570989B4EE00E5B678 /* ipsec_strerror.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ipsec_strerror.h; path = libipsec/ipsec_strerror.h; sourceTree = "<group>"; };
556 252DF95E0989B4EE00E5B678 /* policy_parse.y */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.yacc; name = policy_parse.y; path = libipsec/policy_parse.y; sourceTree = "<group>"; };
557 252DF9600989B4EE00E5B678 /* policy_token.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; name = policy_token.l; path = libipsec/policy_token.l; sourceTree = "<group>"; };
558 252DF9610989B4EE00E5B678 /* test-policy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = "test-policy.c"; path = "libipsec/test-policy.c"; sourceTree = "<group>"; };
559 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libipsec.A.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
560 254347C709DCBA1B007943DE /* test-pfkey.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = "test-pfkey.c"; sourceTree = "<group>"; };
561 25D9499F09A6AAD700CA0F24 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = Common/config.h; sourceTree = "<group>"; };
562 25D949A109A6AAD700CA0F24 /* libpfkey.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libpfkey.h; path = Common/libpfkey.h; sourceTree = "<group>"; };
563 25D949A209A6AAD700CA0F24 /* pfkey.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pfkey.c; path = Common/pfkey.c; sourceTree = "<group>"; };
564 25DE2DE50A8BD40E0010A46D /* vpn_control_var.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vpn_control_var.h; sourceTree = "<group>"; };
565 25DE2DE60A8BD40E0010A46D /* vpn_control.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vpn_control.c; sourceTree = "<group>"; };
566 25DE2DE70A8BD40E0010A46D /* vpn_control.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vpn_control.h; sourceTree = "<group>"; };
567 25EAE83109D875790042CC7F /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
568 25EAE83709D875BF0042CC7F /* DirectoryService.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DirectoryService.framework; path = /System/Library/Frameworks/DirectoryService.framework; sourceTree = "<absolute>"; };
569 25EAE84709D879700042CC7F /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; };
570 25EAE84A09D879DE0042CC7F /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
571 25EAE87109D87A160042CC7F /* libgssapi_krb5.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgssapi_krb5.dylib; path = /usr/lib/libgssapi_krb5.dylib; sourceTree = "<absolute>"; };
572 25EAE87309D87A390042CC7F /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = /usr/lib/libpam.dylib; sourceTree = "<absolute>"; };
573 25EAE87609D87A770042CC7F /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = /usr/lib/libiconv.dylib; sourceTree = "<absolute>"; };
574 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
575 25F258050987FBFA00D15623 /* racoon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = racoon; sourceTree = BUILT_PRODUCTS_DIR; };
576 25F2580A0987FC1500D15623 /* setkey */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = setkey; sourceTree = BUILT_PRODUCTS_DIR; };
577 25F258840988648C00D15623 /* extern.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = extern.h; sourceTree = "<group>"; };
578 25F258870988648C00D15623 /* parse.y */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.yacc; path = parse.y; sourceTree = "<group>"; };
579 25F258880988648C00D15623 /* scriptdump.pl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.perl; path = scriptdump.pl; sourceTree = "<group>"; };
580 25F258890988648C00D15623 /* setkey.8 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = setkey.8; sourceTree = "<group>"; };
581 25F2588A0988648C00D15623 /* setkey.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = setkey.c; sourceTree = "<group>"; };
582 25F2588D0988648C00D15623 /* token.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; path = token.l; sourceTree = "<group>"; };
583 25F2588E0988648C00D15623 /* vchar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vchar.h; sourceTree = "<group>"; };
584 25F25895098864AB00D15623 /* sample-policy01.cf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "sample-policy01.cf"; sourceTree = "<group>"; };
585 25F25896098864AB00D15623 /* sample-policy02.cf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "sample-policy02.cf"; sourceTree = "<group>"; };
586 25F25897098864AB00D15623 /* sample.cf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = sample.cf; sourceTree = "<group>"; };
587 25F258AE0988657000D15623 /* algorithm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = algorithm.c; sourceTree = "<group>"; };
588 25F258AF0988657000D15623 /* algorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = algorithm.h; sourceTree = "<group>"; };
589 25F258B00988657000D15623 /* arc4random.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = arc4random.h; sourceTree = "<group>"; };
590 25F258B30988657000D15623 /* cfparse_proto.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = cfparse_proto.h; sourceTree = "<group>"; };
591 25F258B40988657000D15623 /* cfparse.y */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.yacc; path = cfparse.y; sourceTree = "<group>"; };
592 25F258B50988657000D15623 /* cftoken_proto.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = cftoken_proto.h; sourceTree = "<group>"; };
593 25F258B60988657000D15623 /* cftoken.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; path = cftoken.l; sourceTree = "<group>"; };
594 25F258B70988657000D15623 /* crypto_cssm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = crypto_cssm.c; sourceTree = "<group>"; };
595 25F258B80988657000D15623 /* crypto_cssm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = crypto_cssm.h; sourceTree = "<group>"; };
596 25F258B90988657000D15623 /* crypto_openssl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = crypto_openssl.c; sourceTree = "<group>"; };
597 25F258BA0988657000D15623 /* crypto_openssl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = crypto_openssl.h; sourceTree = "<group>"; };
598 25F258BB0988657000D15623 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
599 25F258BD0988657000D15623 /* dhgroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dhgroup.h; sourceTree = "<group>"; };
600 25F258BE0988657000D15623 /* dnssec.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = dnssec.c; sourceTree = "<group>"; };
601 25F258BF0988657000D15623 /* dnssec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dnssec.h; sourceTree = "<group>"; };
602 25F258C00988657000D15623 /* dump.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dump.h; sourceTree = "<group>"; };
603 25F258C40988657000D15623 /* gcmalloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = gcmalloc.h; sourceTree = "<group>"; };
604 25F258C50988657000D15623 /* genlist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = genlist.c; sourceTree = "<group>"; };
605 25F258C60988657000D15623 /* genlist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = genlist.h; sourceTree = "<group>"; };
606 25F258C70988657000D15623 /* getcertsbyname.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getcertsbyname.c; sourceTree = "<group>"; };
607 25F258C90988657000D15623 /* grabmyaddr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = grabmyaddr.c; sourceTree = "<group>"; };
608 25F258CA0988657000D15623 /* grabmyaddr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = grabmyaddr.h; sourceTree = "<group>"; };
609 25F258CD0988657000D15623 /* handler.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = handler.c; sourceTree = "<group>"; };
610 25F258CE0988657000D15623 /* handler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = handler.h; sourceTree = "<group>"; };
611 25F258CF0988657000D15623 /* ipsec_doi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ipsec_doi.c; sourceTree = "<group>"; };
612 25F258D00988657000D15623 /* ipsec_doi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ipsec_doi.h; sourceTree = "<group>"; };
613 25F258D10988657000D15623 /* isakmp_agg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_agg.c; sourceTree = "<group>"; };
614 25F258D20988657000D15623 /* isakmp_agg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_agg.h; sourceTree = "<group>"; };
615 25F258D50988657000D15623 /* isakmp_cfg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_cfg.c; sourceTree = "<group>"; };
616 25F258D60988657000D15623 /* isakmp_cfg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_cfg.h; sourceTree = "<group>"; };
617 25F258D70988657000D15623 /* isakmp_frag.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_frag.c; sourceTree = "<group>"; };
618 25F258D80988657000D15623 /* isakmp_frag.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_frag.h; sourceTree = "<group>"; };
619 25F258D90988657000D15623 /* isakmp_ident.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_ident.c; sourceTree = "<group>"; };
620 25F258DA0988657000D15623 /* isakmp_ident.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_ident.h; sourceTree = "<group>"; };
621 25F258DB0988657000D15623 /* isakmp_inf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_inf.c; sourceTree = "<group>"; };
622 25F258DC0988657000D15623 /* isakmp_inf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_inf.h; sourceTree = "<group>"; };
623 25F258DF0988657000D15623 /* isakmp_quick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_quick.c; sourceTree = "<group>"; };
624 25F258E00988657000D15623 /* isakmp_quick.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_quick.h; sourceTree = "<group>"; };
625 25F258E10988657000D15623 /* isakmp_unity.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_unity.c; sourceTree = "<group>"; };
626 25F258E20988657000D15623 /* isakmp_unity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_unity.h; sourceTree = "<group>"; };
627 25F258E30988657000D15623 /* isakmp_var.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_var.h; sourceTree = "<group>"; };
628 25F258E40988657000D15623 /* isakmp_xauth.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp_xauth.c; sourceTree = "<group>"; };
629 25F258E50988657000D15623 /* isakmp_xauth.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp_xauth.h; sourceTree = "<group>"; };
630 25F258E60988657000D15623 /* isakmp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = isakmp.c; sourceTree = "<group>"; };
631 25F258E70988657000D15623 /* isakmp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = isakmp.h; sourceTree = "<group>"; };
632 25F258E80988657000D15623 /* kmpstat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = kmpstat.c; sourceTree = "<group>"; };
633 25F258E90988657000D15623 /* localconf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = localconf.c; sourceTree = "<group>"; };
634 25F258EA0988657000D15623 /* localconf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = localconf.h; sourceTree = "<group>"; };
635 25F258ED0988657000D15623 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
636 25F258EE0988657000D15623 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
637 25F258EF0988657000D15623 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
638 25F258F00988657000D15623 /* nattraversal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = nattraversal.c; sourceTree = "<group>"; };
639 25F258F10988657000D15623 /* nattraversal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = nattraversal.h; sourceTree = "<group>"; };
640 25F258F20988657000D15623 /* netdb_dnssec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = netdb_dnssec.h; sourceTree = "<group>"; };
641 25F258F30988657000D15623 /* oakley.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = oakley.c; sourceTree = "<group>"; };
642 25F258F40988657000D15623 /* oakley.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = oakley.h; sourceTree = "<group>"; };
643 25F258F50988657000D15623 /* open_dir.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = open_dir.c; sourceTree = "<group>"; };
644 25F258F60988657000D15623 /* open_dir.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = open_dir.h; sourceTree = "<group>"; };
645 25F258F80988657000D15623 /* pfkey_racoon.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pfkey_racoon.c; sourceTree = "<group>"; };
646 25F258F90988657000D15623 /* pfkey.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = pfkey.h; sourceTree = "<group>"; };
647 25F258FD0988657000D15623 /* plog.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = plog.c; sourceTree = "<group>"; };
648 25F258FE0988657000D15623 /* plog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = plog.h; sourceTree = "<group>"; };
649 25F258FF0988657000D15623 /* policy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = policy.c; sourceTree = "<group>"; };
650 25F259000988657000D15623 /* policy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = policy.h; sourceTree = "<group>"; };
651 25F259030988657000D15623 /* proposal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = proposal.c; sourceTree = "<group>"; };
652 25F259040988657000D15623 /* proposal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = proposal.h; sourceTree = "<group>"; };
653 25F259090988657000D15623 /* racoon.8 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = racoon.8; sourceTree = "<group>"; };
654 25F2590A0988657000D15623 /* racoon.conf.5 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = racoon.conf.5; sourceTree = "<group>"; };
655 25F2590E0988657000D15623 /* remoteconf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = remoteconf.c; sourceTree = "<group>"; };
656 25F2590F0988657000D15623 /* remoteconf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = remoteconf.h; sourceTree = "<group>"; };
657 25F259120988657000D15623 /* safefile.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = safefile.c; sourceTree = "<group>"; };
658 25F259130988657000D15623 /* safefile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = safefile.h; sourceTree = "<group>"; };
659 25F259140988657000D15623 /* sainfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sainfo.c; sourceTree = "<group>"; };
660 25F259150988657000D15623 /* sainfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = sainfo.h; sourceTree = "<group>"; };
661 25F259160988657000D15623 /* schedule.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = schedule.c; sourceTree = "<group>"; };
662 25F259170988657000D15623 /* schedule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = schedule.h; sourceTree = "<group>"; };
663 25F259180988657000D15623 /* session.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = session.c; sourceTree = "<group>"; };
664 25F259190988657000D15623 /* session.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = session.h; sourceTree = "<group>"; };
665 25F2591A0988657000D15623 /* sockmisc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sockmisc.c; sourceTree = "<group>"; };
666 25F2591B0988657000D15623 /* sockmisc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = sockmisc.h; sourceTree = "<group>"; };
667 25F2591C0988657000D15623 /* stats.pl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.perl; path = stats.pl; sourceTree = "<group>"; };
668 25F2591D0988657000D15623 /* str2val.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = str2val.c; sourceTree = "<group>"; };
669 25F2591E0988657000D15623 /* str2val.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = str2val.h; sourceTree = "<group>"; };
670 25F2591F0988657000D15623 /* strnames.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = strnames.c; sourceTree = "<group>"; };
671 25F259200988657000D15623 /* strnames.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = strnames.h; sourceTree = "<group>"; };
672 25F259210988657000D15623 /* throttle.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = throttle.c; sourceTree = "<group>"; };
673 25F259220988657000D15623 /* throttle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = throttle.h; sourceTree = "<group>"; };
674 25F259230988657000D15623 /* var.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = var.h; sourceTree = "<group>"; };
675 25F259240988657000D15623 /* vendorid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vendorid.c; sourceTree = "<group>"; };
676 25F259250988657000D15623 /* vendorid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vendorid.h; sourceTree = "<group>"; };
677 25F259260988657000D15623 /* vmbuf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vmbuf.c; sourceTree = "<group>"; };
678 25F259270988657000D15623 /* vmbuf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vmbuf.h; sourceTree = "<group>"; };
679 25F777B909ABE3E100C99783 /* key_debug.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = key_debug.c; path = Common/key_debug.c; sourceTree = "<group>"; };
680 25F777ED09ABE58400C99783 /* pfkey_dump.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pfkey_dump.c; path = Common/pfkey_dump.c; sourceTree = "<group>"; };
681 72265DDB0F818F9300730A7D /* ipsec.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = ipsec.plist; sourceTree = "<group>"; };
682 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpc_racoon.c; sourceTree = "<group>"; };
683 723B6A33162F7C1100895EE5 /* ipsec_xpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipsec_xpc.h; sourceTree = "<group>"; };
684 724F99500E3672FD00C56897 /* com.apple.racoon.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.racoon.plist; sourceTree = "<group>"; };
685 72F5C72D1607A1AE004C192F /* api_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = api_support.c; sourceTree = "<group>"; };
686 72F5C7311607A1DD004C192F /* api_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = api_support.h; sourceTree = "<group>"; };
687 7822D11D188DB07300874E91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = ../../../../../System/Library/Frameworks/NetworkExtension.framework; sourceTree = "<group>"; };
688 7822D11F188DB07C00874E91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.Internal.sdk/System/Library/Frameworks/NetworkExtension.framework; sourceTree = DEVELOPER_DIR; };
689 8125310A0D3FE9DC006BDF4F /* racoon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = racoon; sourceTree = BUILT_PRODUCTS_DIR; };
690 812A64EC0D4AA082004CB7EB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = SDKs/Purple/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
691 81657D551457582300B8A054 /* racoon_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = racoon_types.h; sourceTree = "<group>"; };
692 8176A6B80D45661700BC5251 /* libldap.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libldap.dylib; path = /usr/lib/libldap.dylib; sourceTree = "<absolute>"; };
693 81856B700D6B8BC5001DAE21 /* algorithm_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = algorithm_types.h; sourceTree = "<group>"; };
694 8187103A0D5BE18800C7B441 /* racoon.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = racoon.conf; path = Sample/Embedded/racoon.conf; sourceTree = "<group>"; };
695 8187103B0D5BE1B400C7B441 /* racoon.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = racoon.conf; path = Sample/racoon.conf; sourceTree = "<group>"; };
696 8187103C0D5BE1CF00C7B441 /* anonymous.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = anonymous.conf; path = Sample/anonymous.conf; sourceTree = "<group>"; };
697 8187103D0D5BE1CF00C7B441 /* psk.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = psk.txt; path = Sample/psk.txt; sourceTree = "<group>"; };
698 81C964580DA2CBEF00257BC8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.Internal.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
699 81C9645D0DA2CC2D00257BC8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
700 81CA08910CE3BC870055C0AF /* vpn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vpn.c; sourceTree = "<group>"; };
701 81CBCFE71447A1680000D6E6 /* fsm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fsm.h; sourceTree = "<group>"; };
702 81CBCFE81447A1C20000D6E6 /* fsm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fsm.c; sourceTree = "<group>"; };
703 81DDFDAA0D622C1700C5CB87 /* setkey */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = setkey; sourceTree = BUILT_PRODUCTS_DIR; };
704 81DDFDCD0D622C2700C5CB87 /* libipsec.A.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libipsec.A.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
705 81EDB0670B5D8D7000840BC7 /* ipsec_dump_policy.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_dump_policy.3; path = libipsec/ipsec_dump_policy.3; sourceTree = "<group>"; };
706 81EDB0680B5D8D8900840BC7 /* ipsec_get_policylen.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_get_policylen.3; path = libipsec/ipsec_get_policylen.3; sourceTree = "<group>"; };
707 8D5B16230E5F7E9300E72675 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = /usr/lib/libresolv.dylib; sourceTree = "<absolute>"; };
708 BA485FA1109C1ECA00545E19 /* power_mgmt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = power_mgmt.c; sourceTree = "<group>"; };
709 BA485FA6109C243900545E19 /* power_mgmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = power_mgmt.h; sourceTree = "<group>"; };
710 BA48611B109C2BBA00545E19 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
711 BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipsecConfigTracer.c; sourceTree = "<group>"; };
712 BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipsecSessionTracer.c; sourceTree = "<group>"; };
713 BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipsecPolicyTracer.c; sourceTree = "<group>"; };
714 BA5B6F350EC1A03C003774E7 /* ipsecMessageTracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ipsecMessageTracer.h; path = Common/ipsecMessageTracer.h; sourceTree = "<group>"; };
715 BA5B6F360EC1A03C003774E7 /* ipsecConfigTracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipsecConfigTracer.h; sourceTree = "<group>"; };
716 BA5B6F370EC1A03C003774E7 /* ipsecSessionTracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipsecSessionTracer.h; sourceTree = "<group>"; };
717 BA5B6F380EC1A03C003774E7 /* ipsecPolicyTracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipsecPolicyTracer.h; sourceTree = "<group>"; };
718 BA5B6F4F0EC1A136003774E7 /* vpn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vpn.h; sourceTree = "<group>"; };
719 BA64A933114EFE5C00F3574C /* racoon.sb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = racoon.sb; sourceTree = "<group>"; };
720 BA6F10940EA1D67700546773 /* ike_session.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ike_session.h; sourceTree = "<group>"; };
721 BA6F109A0EA1DEC200546773 /* ike_session.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ike_session.c; sourceTree = "<group>"; };
722 BACBF18B10290AE000BBFC85 /* ipsec.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ipsec.txt; sourceTree = "<group>"; };
723 BACD8C681496A50C0042DEA1 /* Preferences.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Preferences.c; sourceTree = "<group>"; };
724 BACD8C691496A50C0042DEA1 /* Preferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Preferences.h; sourceTree = "<group>"; };
725 /* End PBXFileReference section */
726
727 /* Begin PBXFrameworksBuildPhase section */
728 2537A1A609E4864800D0ECDA /* Frameworks */ = {
729 isa = PBXFrameworksBuildPhase;
730 buildActionMask = 2147483647;
731 files = (
732 );
733 runOnlyForDeploymentPostprocessing = 0;
734 };
735 25F258030987FBFA00D15623 /* Frameworks */ = {
736 isa = PBXFrameworksBuildPhase;
737 buildActionMask = 2147483647;
738 files = (
739 7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */,
740 81C387570D45208700975D5E /* DirectoryService.framework in Frameworks */,
741 81C387560D45208700975D5E /* Security.framework in Frameworks */,
742 25EAE8C109D87B080042CC7F /* CoreFoundation.framework in Frameworks */,
743 8D5B16750E5F7F4E00E72675 /* libresolv.dylib in Frameworks */,
744 2537A1C709E49D0600D0ECDA /* libipsec.A.dylib in Frameworks */,
745 25EAE84809D879700042CC7F /* libssl.dylib in Frameworks */,
746 25EAE84B09D879DE0042CC7F /* libcrypto.dylib in Frameworks */,
747 25EAE87709D87A770042CC7F /* libiconv.dylib in Frameworks */,
748 81C9645F0DA2CC2D00257BC8 /* SystemConfiguration.framework in Frameworks */,
749 BA486225109C2BF500545E19 /* IOKit.framework in Frameworks */,
750 );
751 runOnlyForDeploymentPostprocessing = 0;
752 };
753 25F258080987FC1500D15623 /* Frameworks */ = {
754 isa = PBXFrameworksBuildPhase;
755 buildActionMask = 2147483647;
756 files = (
757 2537A1C109E494B300D0ECDA /* libipsec.A.dylib in Frameworks */,
758 );
759 runOnlyForDeploymentPostprocessing = 0;
760 };
761 812530F40D3FE9DC006BDF4F /* Frameworks */ = {
762 isa = PBXFrameworksBuildPhase;
763 buildActionMask = 2147483647;
764 files = (
765 7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */,
766 8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */,
767 817FFC4E0D6134A7004A8DD8 /* libipsec.A.dylib in Frameworks */,
768 812530F80D3FE9DC006BDF4F /* libiconv.dylib in Frameworks */,
769 812530F90D3FE9DC006BDF4F /* CoreFoundation.framework in Frameworks */,
770 812A64ED0D4AA082004CB7EB /* Security.framework in Frameworks */,
771 81C964590DA2CBEF00257BC8 /* SystemConfiguration.framework in Frameworks */,
772 81C9645E0DA2CC2D00257BC8 /* SystemConfiguration.framework in Frameworks */,
773 BA48611C109C2BBA00545E19 /* IOKit.framework in Frameworks */,
774 );
775 runOnlyForDeploymentPostprocessing = 0;
776 };
777 81DDFDA10D622C1700C5CB87 /* Frameworks */ = {
778 isa = PBXFrameworksBuildPhase;
779 buildActionMask = 2147483647;
780 files = (
781 81DDFDA20D622C1700C5CB87 /* libipsec.A.dylib in Frameworks */,
782 );
783 runOnlyForDeploymentPostprocessing = 0;
784 };
785 81DDFDC20D622C2700C5CB87 /* Frameworks */ = {
786 isa = PBXFrameworksBuildPhase;
787 buildActionMask = 2147483647;
788 files = (
789 );
790 runOnlyForDeploymentPostprocessing = 0;
791 };
792 /* End PBXFrameworksBuildPhase section */
793
794 /* Begin PBXGroup section */
795 23D2D78C087071FC00C51098 = {
796 isa = PBXGroup;
797 children = (
798 BA64A933114EFE5C00F3574C /* racoon.sb */,
799 BACBF18B10290AE000BBFC85 /* ipsec.txt */,
800 72265DDB0F818F9300730A7D /* ipsec.plist */,
801 25E5E82D0981A61900F2834C /* ipsec-tools */,
802 2589CB5409D8AE95002DC960 /* Libraries */,
803 25D3DB4C098998230025F703 /* Frameworks */,
804 23D2D79C087074CC00C51098 /* Products */,
805 );
806 sourceTree = "<group>";
807 };
808 23D2D79C087074CC00C51098 /* Products */ = {
809 isa = PBXGroup;
810 children = (
811 25F258050987FBFA00D15623 /* racoon */,
812 25F2580A0987FC1500D15623 /* setkey */,
813 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */,
814 8125310A0D3FE9DC006BDF4F /* racoon */,
815 81DDFDAA0D622C1700C5CB87 /* setkey */,
816 81DDFDCD0D622C2700C5CB87 /* libipsec.A.dylib */,
817 );
818 name = Products;
819 sourceTree = "<group>";
820 };
821 2589CB5409D8AE95002DC960 /* Libraries */ = {
822 isa = PBXGroup;
823 children = (
824 8176A6B80D45661700BC5251 /* libldap.dylib */,
825 8D5B16230E5F7E9300E72675 /* libresolv.dylib */,
826 25EAE87609D87A770042CC7F /* libiconv.dylib */,
827 25EAE87309D87A390042CC7F /* libpam.dylib */,
828 25EAE87109D87A160042CC7F /* libgssapi_krb5.dylib */,
829 25EAE84A09D879DE0042CC7F /* libcrypto.dylib */,
830 25EAE84709D879700042CC7F /* libssl.dylib */,
831 );
832 name = Libraries;
833 sourceTree = "<group>";
834 };
835 25D3DB1B098996310025F703 /* libipsec */ = {
836 isa = PBXGroup;
837 children = (
838 81EDB0680B5D8D8900840BC7 /* ipsec_get_policylen.3 */,
839 81EDB0670B5D8D7000840BC7 /* ipsec_dump_policy.3 */,
840 252DF9520989B4EE00E5B678 /* ipsec_dump_policy.c */,
841 252DF9530989B4EE00E5B678 /* ipsec_get_policylen.c */,
842 252DF9540989B4EE00E5B678 /* ipsec_set_policy.3 */,
843 252DF9550989B4EE00E5B678 /* ipsec_strerror.3 */,
844 252DF9560989B4EE00E5B678 /* ipsec_strerror.c */,
845 252DF9570989B4EE00E5B678 /* ipsec_strerror.h */,
846 252DF95E0989B4EE00E5B678 /* policy_parse.y */,
847 252DF9600989B4EE00E5B678 /* policy_token.l */,
848 252DF9610989B4EE00E5B678 /* test-policy.c */,
849 );
850 name = libipsec;
851 sourceTree = "<group>";
852 };
853 25D3DB4C098998230025F703 /* Frameworks */ = {
854 isa = PBXGroup;
855 children = (
856 7822D11F188DB07C00874E91 /* NetworkExtension.framework */,
857 7822D11D188DB07300874E91 /* NetworkExtension.framework */,
858 81C964580DA2CBEF00257BC8 /* SystemConfiguration.framework */,
859 81C9645D0DA2CC2D00257BC8 /* SystemConfiguration.framework */,
860 812A64EC0D4AA082004CB7EB /* Security.framework */,
861 25EAE83109D875790042CC7F /* Security.framework */,
862 25EAE83709D875BF0042CC7F /* DirectoryService.framework */,
863 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */,
864 BA48611B109C2BBA00545E19 /* IOKit.framework */,
865 );
866 name = Frameworks;
867 sourceTree = "<group>";
868 };
869 25D9497C09A6AA7600CA0F24 /* Common */ = {
870 isa = PBXGroup;
871 children = (
872 BA5B6F350EC1A03C003774E7 /* ipsecMessageTracer.h */,
873 25F777ED09ABE58400C99783 /* pfkey_dump.c */,
874 25F777B909ABE3E100C99783 /* key_debug.c */,
875 25D9499F09A6AAD700CA0F24 /* config.h */,
876 25D949A109A6AAD700CA0F24 /* libpfkey.h */,
877 25D949A209A6AAD700CA0F24 /* pfkey.c */,
878 );
879 name = Common;
880 sourceTree = "<group>";
881 };
882 25E5E82D0981A61900F2834C /* ipsec-tools */ = {
883 isa = PBXGroup;
884 children = (
885 25D9497C09A6AA7600CA0F24 /* Common */,
886 25D3DB1B098996310025F703 /* libipsec */,
887 25F258000987FB1600D15623 /* racoon */,
888 25F257FF0987FB0E00D15623 /* setkey */,
889 );
890 path = "ipsec-tools";
891 sourceTree = "<group>";
892 };
893 25F257FF0987FB0E00D15623 /* setkey */ = {
894 isa = PBXGroup;
895 children = (
896 BA5B6F380EC1A03C003774E7 /* ipsecPolicyTracer.h */,
897 BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */,
898 254347C709DCBA1B007943DE /* test-pfkey.c */,
899 25F258840988648C00D15623 /* extern.h */,
900 25F258870988648C00D15623 /* parse.y */,
901 25F258880988648C00D15623 /* scriptdump.pl */,
902 25F258890988648C00D15623 /* setkey.8 */,
903 25F2588A0988648C00D15623 /* setkey.c */,
904 25F2588D0988648C00D15623 /* token.l */,
905 25F2588E0988648C00D15623 /* vchar.h */,
906 25F2584B098861D900D15623 /* Sample */,
907 );
908 path = setkey;
909 sourceTree = "<group>";
910 };
911 25F258000987FB1600D15623 /* racoon */ = {
912 isa = PBXGroup;
913 children = (
914 25F258AE0988657000D15623 /* algorithm.c */,
915 81856B700D6B8BC5001DAE21 /* algorithm_types.h */,
916 25F258AF0988657000D15623 /* algorithm.h */,
917 25F258B00988657000D15623 /* arc4random.h */,
918 25F258B30988657000D15623 /* cfparse_proto.h */,
919 25F258B40988657000D15623 /* cfparse.y */,
920 25F258B50988657000D15623 /* cftoken_proto.h */,
921 25F258B60988657000D15623 /* cftoken.l */,
922 724F99500E3672FD00C56897 /* com.apple.racoon.plist */,
923 25F258B70988657000D15623 /* crypto_cssm.c */,
924 25F258B80988657000D15623 /* crypto_cssm.h */,
925 25F258B90988657000D15623 /* crypto_openssl.c */,
926 25F258BA0988657000D15623 /* crypto_openssl.h */,
927 25F258BB0988657000D15623 /* debug.h */,
928 25F258BD0988657000D15623 /* dhgroup.h */,
929 25F258BE0988657000D15623 /* dnssec.c */,
930 25F258BF0988657000D15623 /* dnssec.h */,
931 25F258C00988657000D15623 /* dump.h */,
932 81CBCFE81447A1C20000D6E6 /* fsm.c */,
933 81CBCFE71447A1680000D6E6 /* fsm.h */,
934 25F258C40988657000D15623 /* gcmalloc.h */,
935 25F258C50988657000D15623 /* genlist.c */,
936 25F258C60988657000D15623 /* genlist.h */,
937 25F258C70988657000D15623 /* getcertsbyname.c */,
938 25F258C90988657000D15623 /* grabmyaddr.c */,
939 25F258CA0988657000D15623 /* grabmyaddr.h */,
940 25F258CD0988657000D15623 /* handler.c */,
941 25F258CE0988657000D15623 /* handler.h */,
942 BA6F109A0EA1DEC200546773 /* ike_session.c */,
943 BA6F10940EA1D67700546773 /* ike_session.h */,
944 25F258CF0988657000D15623 /* ipsec_doi.c */,
945 25F258D00988657000D15623 /* ipsec_doi.h */,
946 BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */,
947 BA5B6F360EC1A03C003774E7 /* ipsecConfigTracer.h */,
948 BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */,
949 BA5B6F370EC1A03C003774E7 /* ipsecSessionTracer.h */,
950 25F258D10988657000D15623 /* isakmp_agg.c */,
951 25F258D20988657000D15623 /* isakmp_agg.h */,
952 25F258D50988657000D15623 /* isakmp_cfg.c */,
953 25F258D60988657000D15623 /* isakmp_cfg.h */,
954 25F258D70988657000D15623 /* isakmp_frag.c */,
955 25F258D80988657000D15623 /* isakmp_frag.h */,
956 25F258D90988657000D15623 /* isakmp_ident.c */,
957 25F258DA0988657000D15623 /* isakmp_ident.h */,
958 25F258DB0988657000D15623 /* isakmp_inf.c */,
959 25F258DC0988657000D15623 /* isakmp_inf.h */,
960 25F258DF0988657000D15623 /* isakmp_quick.c */,
961 25F258E00988657000D15623 /* isakmp_quick.h */,
962 25F258E10988657000D15623 /* isakmp_unity.c */,
963 25F258E20988657000D15623 /* isakmp_unity.h */,
964 25F258E30988657000D15623 /* isakmp_var.h */,
965 25F258E40988657000D15623 /* isakmp_xauth.c */,
966 25F258E50988657000D15623 /* isakmp_xauth.h */,
967 25F258E60988657000D15623 /* isakmp.c */,
968 25F258E70988657000D15623 /* isakmp.h */,
969 25F258E80988657000D15623 /* kmpstat.c */,
970 25F258E90988657000D15623 /* localconf.c */,
971 25F258EA0988657000D15623 /* localconf.h */,
972 25F258ED0988657000D15623 /* main.c */,
973 25F258EE0988657000D15623 /* misc.c */,
974 25F258EF0988657000D15623 /* misc.h */,
975 25F258F00988657000D15623 /* nattraversal.c */,
976 25F258F10988657000D15623 /* nattraversal.h */,
977 25F258F20988657000D15623 /* netdb_dnssec.h */,
978 25F258F30988657000D15623 /* oakley.c */,
979 25F258F40988657000D15623 /* oakley.h */,
980 25F258F50988657000D15623 /* open_dir.c */,
981 25F258F60988657000D15623 /* open_dir.h */,
982 25F258F80988657000D15623 /* pfkey_racoon.c */,
983 25F258F90988657000D15623 /* pfkey.h */,
984 25F258FD0988657000D15623 /* plog.c */,
985 25F258FE0988657000D15623 /* plog.h */,
986 25F258FF0988657000D15623 /* policy.c */,
987 25F259000988657000D15623 /* policy.h */,
988 BA485FA1109C1ECA00545E19 /* power_mgmt.c */,
989 BA485FA6109C243900545E19 /* power_mgmt.h */,
990 BACD8C681496A50C0042DEA1 /* Preferences.c */,
991 BACD8C691496A50C0042DEA1 /* Preferences.h */,
992 25F259030988657000D15623 /* proposal.c */,
993 25F259040988657000D15623 /* proposal.h */,
994 25F259090988657000D15623 /* racoon.8 */,
995 25F2590A0988657000D15623 /* racoon.conf.5 */,
996 81657D551457582300B8A054 /* racoon_types.h */,
997 25F2590E0988657000D15623 /* remoteconf.c */,
998 25F2590F0988657000D15623 /* remoteconf.h */,
999 25F259120988657000D15623 /* safefile.c */,
1000 25F259130988657000D15623 /* safefile.h */,
1001 25F259140988657000D15623 /* sainfo.c */,
1002 25F259150988657000D15623 /* sainfo.h */,
1003 25F259160988657000D15623 /* schedule.c */,
1004 25F259170988657000D15623 /* schedule.h */,
1005 25F259180988657000D15623 /* session.c */,
1006 25F259190988657000D15623 /* session.h */,
1007 25F2591A0988657000D15623 /* sockmisc.c */,
1008 25F2591B0988657000D15623 /* sockmisc.h */,
1009 25F2591C0988657000D15623 /* stats.pl */,
1010 25F2591D0988657000D15623 /* str2val.c */,
1011 25F2591E0988657000D15623 /* str2val.h */,
1012 25F2591F0988657000D15623 /* strnames.c */,
1013 25F259200988657000D15623 /* strnames.h */,
1014 25F259210988657000D15623 /* throttle.c */,
1015 25F259220988657000D15623 /* throttle.h */,
1016 25F259230988657000D15623 /* var.h */,
1017 25F259240988657000D15623 /* vendorid.c */,
1018 25F259250988657000D15623 /* vendorid.h */,
1019 25F259260988657000D15623 /* vmbuf.c */,
1020 25F259270988657000D15623 /* vmbuf.h */,
1021 25DE2DE50A8BD40E0010A46D /* vpn_control_var.h */,
1022 25DE2DE60A8BD40E0010A46D /* vpn_control.c */,
1023 25DE2DE70A8BD40E0010A46D /* vpn_control.h */,
1024 81CA08910CE3BC870055C0AF /* vpn.c */,
1025 BA5B6F4F0EC1A136003774E7 /* vpn.h */,
1026 72F5C72D1607A1AE004C192F /* api_support.c */,
1027 72F5C7311607A1DD004C192F /* api_support.h */,
1028 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */,
1029 723B6A33162F7C1100895EE5 /* ipsec_xpc.h */,
1030 818710380D5BE15400C7B441 /* Sample */,
1031 );
1032 path = racoon;
1033 sourceTree = "<group>";
1034 };
1035 25F2584B098861D900D15623 /* Sample */ = {
1036 isa = PBXGroup;
1037 children = (
1038 25F25895098864AB00D15623 /* sample-policy01.cf */,
1039 25F25896098864AB00D15623 /* sample-policy02.cf */,
1040 25F25897098864AB00D15623 /* sample.cf */,
1041 );
1042 path = Sample;
1043 sourceTree = "<group>";
1044 };
1045 818710380D5BE15400C7B441 /* Sample */ = {
1046 isa = PBXGroup;
1047 children = (
1048 8187103C0D5BE1CF00C7B441 /* anonymous.conf */,
1049 8187103D0D5BE1CF00C7B441 /* psk.txt */,
1050 8187103B0D5BE1B400C7B441 /* racoon.conf */,
1051 818710390D5BE16600C7B441 /* Embedded */,
1052 );
1053 name = Sample;
1054 sourceTree = "<group>";
1055 };
1056 818710390D5BE16600C7B441 /* Embedded */ = {
1057 isa = PBXGroup;
1058 children = (
1059 8187103A0D5BE18800C7B441 /* racoon.conf */,
1060 );
1061 name = Embedded;
1062 sourceTree = "<group>";
1063 };
1064 /* End PBXGroup section */
1065
1066 /* Begin PBXHeadersBuildPhase section */
1067 2537A1A409E4864800D0ECDA /* Headers */ = {
1068 isa = PBXHeadersBuildPhase;
1069 buildActionMask = 2147483647;
1070 files = (
1071 2537A1B109E4867100D0ECDA /* config.h in Headers */,
1072 2537A1B809E4867900D0ECDA /* ipsec_strerror.h in Headers */,
1073 );
1074 runOnlyForDeploymentPostprocessing = 0;
1075 };
1076 81DDFDB90D622C2700C5CB87 /* Headers */ = {
1077 isa = PBXHeadersBuildPhase;
1078 buildActionMask = 2147483647;
1079 files = (
1080 81DDFDBA0D622C2700C5CB87 /* config.h in Headers */,
1081 81DDFDBB0D622C2700C5CB87 /* ipsec_strerror.h in Headers */,
1082 );
1083 runOnlyForDeploymentPostprocessing = 0;
1084 };
1085 /* End PBXHeadersBuildPhase section */
1086
1087 /* Begin PBXNativeTarget section */
1088 2537A1A709E4864800D0ECDA /* libipsec */ = {
1089 isa = PBXNativeTarget;
1090 buildConfigurationList = 2537A1A909E4866800D0ECDA /* Build configuration list for PBXNativeTarget "libipsec" */;
1091 buildPhases = (
1092 2537A1A409E4864800D0ECDA /* Headers */,
1093 2537A1A509E4864800D0ECDA /* Sources */,
1094 2537A1A609E4864800D0ECDA /* Frameworks */,
1095 258CF2CF0A1919CD00166B38 /* CopyFiles */,
1096 258CF3240A1943DE00166B38 /* ShellScript */,
1097 );
1098 buildRules = (
1099 );
1100 dependencies = (
1101 );
1102 name = libipsec;
1103 productName = libipsec;
1104 productReference = 2537A1A809E4864800D0ECDA /* libipsec.A.dylib */;
1105 productType = "com.apple.product-type.library.dynamic";
1106 };
1107 25F258040987FBFA00D15623 /* racoon */ = {
1108 isa = PBXNativeTarget;
1109 buildConfigurationList = 25D3DABC098952B20025F703 /* Build configuration list for PBXNativeTarget "racoon" */;
1110 buildPhases = (
1111 25F258020987FBFA00D15623 /* Sources */,
1112 25F258030987FBFA00D15623 /* Frameworks */,
1113 258CF2E20A191AB000166B38 /* CopyFiles */,
1114 724A38A20E3676FB00F6B25F /* CopyFiles */,
1115 258CF2F80A191B3900166B38 /* CopyFiles */,
1116 258CF2FA0A191B3900166B38 /* CopyFiles */,
1117 BA64A930114EFDFD00F3574C /* CopyFiles */,
1118 258CF31B0A1941A200166B38 /* ShellScript */,
1119 );
1120 buildRules = (
1121 );
1122 dependencies = (
1123 );
1124 name = racoon;
1125 productName = racoon;
1126 productReference = 25F258050987FBFA00D15623 /* racoon */;
1127 productType = "com.apple.product-type.tool";
1128 };
1129 25F258090987FC1500D15623 /* setkey */ = {
1130 isa = PBXNativeTarget;
1131 buildConfigurationList = 25D3DAC0098952B20025F703 /* Build configuration list for PBXNativeTarget "setkey" */;
1132 buildPhases = (
1133 25F258070987FC1500D15623 /* Sources */,
1134 25F258080987FC1500D15623 /* Frameworks */,
1135 258CF2D00A1919CD00166B38 /* CopyFiles */,
1136 258CF3200A19435B00166B38 /* ShellScript */,
1137 );
1138 buildRules = (
1139 );
1140 dependencies = (
1141 );
1142 name = setkey;
1143 productName = setkey;
1144 productReference = 25F2580A0987FC1500D15623 /* setkey */;
1145 productType = "com.apple.product-type.tool";
1146 };
1147 812530BA0D3FE9DC006BDF4F /* racoon Embedded */ = {
1148 isa = PBXNativeTarget;
1149 buildConfigurationList = 812531050D3FE9DC006BDF4F /* Build configuration list for PBXNativeTarget "racoon Embedded" */;
1150 buildPhases = (
1151 812530BF0D3FE9DC006BDF4F /* Sources */,
1152 812530F40D3FE9DC006BDF4F /* Frameworks */,
1153 812530FB0D3FE9DC006BDF4F /* CopyFiles */,
1154 812530FD0D3FE9DC006BDF4F /* CopyFiles */,
1155 812530FF0D3FE9DC006BDF4F /* CopyFiles */,
1156 812531020D3FE9DC006BDF4F /* CopyFiles */,
1157 725F453B0E36A15C005BB55C /* CopyFiles */,
1158 812531040D3FE9DC006BDF4F /* ShellScript */,
1159 834072BB0EDCC5C400B6CCE8 /* CopyFiles */,
1160 );
1161 buildRules = (
1162 );
1163 dependencies = (
1164 );
1165 name = "racoon Embedded";
1166 productName = racoon;
1167 productReference = 8125310A0D3FE9DC006BDF4F /* racoon */;
1168 productType = "com.apple.product-type.tool";
1169 };
1170 81DDFD970D622C1700C5CB87 /* setkey Embedded */ = {
1171 isa = PBXNativeTarget;
1172 buildConfigurationList = 81DDFDA60D622C1700C5CB87 /* Build configuration list for PBXNativeTarget "setkey Embedded" */;
1173 buildPhases = (
1174 81DDFD9A0D622C1700C5CB87 /* Sources */,
1175 81DDFDA10D622C1700C5CB87 /* Frameworks */,
1176 81DDFDA30D622C1700C5CB87 /* CopyFiles */,
1177 81DDFDA50D622C1700C5CB87 /* ShellScript */,
1178 );
1179 buildRules = (
1180 );
1181 dependencies = (
1182 );
1183 name = "setkey Embedded";
1184 productName = setkey;
1185 productReference = 81DDFDAA0D622C1700C5CB87 /* setkey */;
1186 productType = "com.apple.product-type.tool";
1187 };
1188 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */ = {
1189 isa = PBXNativeTarget;
1190 buildConfigurationList = 81DDFDC90D622C2700C5CB87 /* Build configuration list for PBXNativeTarget "libipsec Embedded" */;
1191 buildPhases = (
1192 81DDFDB90D622C2700C5CB87 /* Headers */,
1193 81DDFDBC0D622C2700C5CB87 /* Sources */,
1194 81DDFDC20D622C2700C5CB87 /* Frameworks */,
1195 81DDFDC30D622C2700C5CB87 /* CopyFiles */,
1196 81DDFDC80D622C2700C5CB87 /* ShellScript */,
1197 );
1198 buildRules = (
1199 );
1200 dependencies = (
1201 );
1202 name = "libipsec Embedded";
1203 productName = libipsec;
1204 productReference = 81DDFDCD0D622C2700C5CB87 /* libipsec.A.dylib */;
1205 productType = "com.apple.product-type.library.dynamic";
1206 };
1207 /* End PBXNativeTarget section */
1208
1209 /* Begin PBXProject section */
1210 23D2D790087071FC00C51098 /* Project object */ = {
1211 isa = PBXProject;
1212 attributes = {
1213 LastUpgradeCheck = 0430;
1214 };
1215 buildConfigurationList = 25D3DACC098952B20025F703 /* Build configuration list for PBXProject "ipsec" */;
1216 compatibilityVersion = "Xcode 3.2";
1217 developmentRegion = English;
1218 hasScannedForEncodings = 0;
1219 knownRegions = (
1220 English,
1221 Japanese,
1222 French,
1223 German,
1224 );
1225 mainGroup = 23D2D78C087071FC00C51098;
1226 productRefGroup = 23D2D79C087074CC00C51098 /* Products */;
1227 projectDirPath = "";
1228 projectRoot = "";
1229 targets = (
1230 23B20D2F0871D62A00A3B0FC /* IPSec (Aggregate) */,
1231 72B3C2081684F5C4004E4548 /* ipsec_executables */,
1232 72B3C21116850B87004E4548 /* ipsec_libraries */,
1233 25F258040987FBFA00D15623 /* racoon */,
1234 25F258090987FC1500D15623 /* setkey */,
1235 2537A1A709E4864800D0ECDA /* libipsec */,
1236 812530AA0D3FE994006BDF4F /* IPSec Embedded (Aggregate) */,
1237 78C83A09189841FA00DB2F64 /* ipsec_executables_embedded */,
1238 78C83A04189841E800DB2F64 /* ipsec_libraries_embedded */,
1239 812530BA0D3FE9DC006BDF4F /* racoon Embedded */,
1240 81DDFD970D622C1700C5CB87 /* setkey Embedded */,
1241 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */,
1242 );
1243 };
1244 /* End PBXProject section */
1245
1246 /* Begin PBXShellScriptBuildPhase section */
1247 258CF31B0A1941A200166B38 /* ShellScript */ = {
1248 isa = PBXShellScriptBuildPhase;
1249 buildActionMask = 8;
1250 files = (
1251 );
1252 inputPaths = (
1253 );
1254 outputPaths = (
1255 );
1256 runOnlyForDeploymentPostprocessing = 1;
1257 shellPath = /bin/sh;
1258 shellScript = "/bin/chmod 600 $DSTROOT/private/etc/racoon/psk.txt\n/bin/chmod 644 $DSTROOT/private/etc/racoon/racoon.conf\n/bin/chmod 600 $DSTROOT/private/etc/racoon/remote/anonymous.conf\n/bin/chmod 444 $DSTROOT/usr/share/man/man5/racoon.conf.5\n/bin/chmod 444 $DSTROOT/usr/share/man/man8/racoon.8\n";
1259 };
1260 258CF3200A19435B00166B38 /* ShellScript */ = {
1261 isa = PBXShellScriptBuildPhase;
1262 buildActionMask = 8;
1263 files = (
1264 );
1265 inputPaths = (
1266 );
1267 outputPaths = (
1268 );
1269 runOnlyForDeploymentPostprocessing = 1;
1270 shellPath = /bin/sh;
1271 shellScript = "/bin/chmod 444 $DSTROOT/usr/share/man/man8/setkey.8";
1272 };
1273 258CF3240A1943DE00166B38 /* ShellScript */ = {
1274 isa = PBXShellScriptBuildPhase;
1275 buildActionMask = 8;
1276 files = (
1277 );
1278 inputPaths = (
1279 );
1280 outputPaths = (
1281 );
1282 runOnlyForDeploymentPostprocessing = 1;
1283 shellPath = /bin/sh;
1284 shellScript = "/bin/chmod 444 $DSTROOT/usr/share/man/man3/ipsec_set_policy.3\n/bin/chmod 444 $DSTROOT/usr/share/man/man3/ipsec_strerror.3\n/bin/ln -s libipsec.A.dylib $DSTROOT/usr/lib/libipsec.dylib\n";
1285 };
1286 812531040D3FE9DC006BDF4F /* ShellScript */ = {
1287 isa = PBXShellScriptBuildPhase;
1288 buildActionMask = 8;
1289 files = (
1290 );
1291 inputPaths = (
1292 );
1293 outputPaths = (
1294 );
1295 runOnlyForDeploymentPostprocessing = 1;
1296 shellPath = /bin/sh;
1297 shellScript = "/bin/chmod 600 $DSTROOT/private/etc/racoon/psk.txt\n/bin/chmod 644 $DSTROOT/private/etc/racoon/racoon.conf\n/bin/chmod 600 $DSTROOT/private/etc/racoon/remote/anonymous.conf\n/bin/chmod 444 $DSTROOT/usr/share/man/man5/racoon.conf.5\n/bin/chmod 444 $DSTROOT/usr/share/man/man8/racoon.8\n";
1298 };
1299 81DDFDA50D622C1700C5CB87 /* ShellScript */ = {
1300 isa = PBXShellScriptBuildPhase;
1301 buildActionMask = 8;
1302 files = (
1303 );
1304 inputPaths = (
1305 );
1306 outputPaths = (
1307 );
1308 runOnlyForDeploymentPostprocessing = 1;
1309 shellPath = /bin/sh;
1310 shellScript = "/bin/chmod 444 $DSTROOT/usr/share/man/man8/setkey.8";
1311 };
1312 81DDFDC80D622C2700C5CB87 /* ShellScript */ = {
1313 isa = PBXShellScriptBuildPhase;
1314 buildActionMask = 8;
1315 files = (
1316 );
1317 inputPaths = (
1318 );
1319 outputPaths = (
1320 );
1321 runOnlyForDeploymentPostprocessing = 1;
1322 shellPath = /bin/sh;
1323 shellScript = "/bin/chmod 444 $DSTROOT/usr/share/man/man3/ipsec_set_policy.3\n/bin/chmod 444 $DSTROOT/usr/share/man/man3/ipsec_strerror.3\n/bin/ln -s libipsec.A.dylib $DSTROOT/usr/lib/libipsec.dylib\n";
1324 };
1325 /* End PBXShellScriptBuildPhase section */
1326
1327 /* Begin PBXSourcesBuildPhase section */
1328 2537A1A509E4864800D0ECDA /* Sources */ = {
1329 isa = PBXSourcesBuildPhase;
1330 buildActionMask = 2147483647;
1331 files = (
1332 2537A1B509E4867700D0ECDA /* ipsec_dump_policy.c in Sources */,
1333 2537A1B609E4867700D0ECDA /* ipsec_get_policylen.c in Sources */,
1334 2537A1B709E4867800D0ECDA /* ipsec_strerror.c in Sources */,
1335 2537A1B909E4867900D0ECDA /* policy_parse.y in Sources */,
1336 2537A1BA09E4867A00D0ECDA /* policy_token.l in Sources */,
1337 );
1338 runOnlyForDeploymentPostprocessing = 0;
1339 };
1340 25F258020987FBFA00D15623 /* Sources */ = {
1341 isa = PBXSourcesBuildPhase;
1342 buildActionMask = 2147483647;
1343 files = (
1344 25F259290988657000D15623 /* algorithm.c in Sources */,
1345 25F2592B0988657000D15623 /* cfparse.y in Sources */,
1346 25F2592C0988657000D15623 /* cftoken.l in Sources */,
1347 81C386AA0D451EC300975D5E /* crypto_cssm.c in Sources */,
1348 25F2592E0988657000D15623 /* crypto_openssl.c in Sources */,
1349 25F2592F0988657000D15623 /* dnssec.c in Sources */,
1350 25F259320988657000D15623 /* genlist.c in Sources */,
1351 25F259330988657000D15623 /* getcertsbyname.c in Sources */,
1352 25F259340988657000D15623 /* grabmyaddr.c in Sources */,
1353 25F259360988657000D15623 /* handler.c in Sources */,
1354 25F259370988657000D15623 /* ipsec_doi.c in Sources */,
1355 25F259380988657000D15623 /* isakmp_agg.c in Sources */,
1356 BA7777A11107EBCE00DD87E1 /* isakmp_frag.c in Sources */,
1357 25F2593C0988657000D15623 /* isakmp_ident.c in Sources */,
1358 25F2593D0988657000D15623 /* isakmp_inf.c in Sources */,
1359 25F2593F0988657000D15623 /* isakmp_quick.c in Sources */,
1360 25F259420988657000D15623 /* isakmp.c in Sources */,
1361 25F259440988657000D15623 /* localconf.c in Sources */,
1362 25F259460988657000D15623 /* main.c in Sources */,
1363 25F259470988657000D15623 /* misc.c in Sources */,
1364 25F259490988657000D15623 /* oakley.c in Sources */,
1365 81C387EC0D45268300975D5E /* open_dir.c in Sources */,
1366 25F2594C0988657000D15623 /* pfkey_racoon.c in Sources */,
1367 25F2594F0988657000D15623 /* plog.c in Sources */,
1368 25F259500988657000D15623 /* policy.c in Sources */,
1369 25F259520988657000D15623 /* proposal.c in Sources */,
1370 25F259580988657000D15623 /* remoteconf.c in Sources */,
1371 25F2595A0988657000D15623 /* safefile.c in Sources */,
1372 25F2595B0988657000D15623 /* sainfo.c in Sources */,
1373 25F2595C0988657000D15623 /* schedule.c in Sources */,
1374 25F2595D0988657000D15623 /* session.c in Sources */,
1375 25F2595E0988657000D15623 /* sockmisc.c in Sources */,
1376 25F2595F0988657000D15623 /* str2val.c in Sources */,
1377 25F259600988657000D15623 /* strnames.c in Sources */,
1378 25F259610988657000D15623 /* throttle.c in Sources */,
1379 25F259620988657000D15623 /* vendorid.c in Sources */,
1380 25F259630988657000D15623 /* vmbuf.c in Sources */,
1381 25078AE509D37570005F3F63 /* nattraversal.c in Sources */,
1382 25EAE8C609D87B990042CC7F /* pfkey.c in Sources */,
1383 25DC9ED409DB16F300C89F86 /* isakmp_cfg.c in Sources */,
1384 25DC9ED509DB16F800C89F86 /* isakmp_unity.c in Sources */,
1385 25DC9ED609DB16FA00C89F86 /* isakmp_xauth.c in Sources */,
1386 25DE2DE90A8BD40E0010A46D /* vpn_control.c in Sources */,
1387 81CA08920CE3BC870055C0AF /* vpn.c in Sources */,
1388 BA6F109B0EA1DEC200546773 /* ike_session.c in Sources */,
1389 BA5B6F2A0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */,
1390 BA5B6F2B0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */,
1391 BA485FA2109C1ECA00545E19 /* power_mgmt.c in Sources */,
1392 81CBCFE91447A1C20000D6E6 /* fsm.c in Sources */,
1393 BACD8C6A1496A50C0042DEA1 /* Preferences.c in Sources */,
1394 72F5C72E1607A1AE004C192F /* api_support.c in Sources */,
1395 723B6A30162F7BE300895EE5 /* xpc_racoon.c in Sources */,
1396 );
1397 runOnlyForDeploymentPostprocessing = 0;
1398 };
1399 25F258070987FC1500D15623 /* Sources */ = {
1400 isa = PBXSourcesBuildPhase;
1401 buildActionMask = 2147483647;
1402 files = (
1403 25F258900988648C00D15623 /* parse.y in Sources */,
1404 25ECCDB709AD48A300883CA3 /* pfkey_dump.c in Sources */,
1405 25ECCDB509AD489200883CA3 /* key_debug.c in Sources */,
1406 25ECCDA209AD479A00883CA3 /* pfkey.c in Sources */,
1407 25F258910988648C00D15623 /* setkey.c in Sources */,
1408 25F258940988648C00D15623 /* token.l in Sources */,
1409 BA5B6F310EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */,
1410 );
1411 runOnlyForDeploymentPostprocessing = 0;
1412 };
1413 812530BF0D3FE9DC006BDF4F /* Sources */ = {
1414 isa = PBXSourcesBuildPhase;
1415 buildActionMask = 2147483647;
1416 files = (
1417 8141336B149015E900028D76 /* fsm.c in Sources */,
1418 812530C30D3FE9DC006BDF4F /* algorithm.c in Sources */,
1419 812530C50D3FE9DC006BDF4F /* cfparse.y in Sources */,
1420 812530C60D3FE9DC006BDF4F /* cftoken.l in Sources */,
1421 81C325A80D46A36900E65EB7 /* crypto_cssm.c in Sources */,
1422 812530C70D3FE9DC006BDF4F /* crypto_openssl.c in Sources */,
1423 812530C80D3FE9DC006BDF4F /* dnssec.c in Sources */,
1424 812530CA0D3FE9DC006BDF4F /* genlist.c in Sources */,
1425 812530CB0D3FE9DC006BDF4F /* getcertsbyname.c in Sources */,
1426 812530CC0D3FE9DC006BDF4F /* grabmyaddr.c in Sources */,
1427 812530CE0D3FE9DC006BDF4F /* handler.c in Sources */,
1428 812530CF0D3FE9DC006BDF4F /* ipsec_doi.c in Sources */,
1429 812530D00D3FE9DC006BDF4F /* isakmp_agg.c in Sources */,
1430 BA7777A21107EBF600DD87E1 /* isakmp_frag.c in Sources */,
1431 812530D20D3FE9DC006BDF4F /* isakmp_ident.c in Sources */,
1432 812530D30D3FE9DC006BDF4F /* isakmp_inf.c in Sources */,
1433 812530D50D3FE9DC006BDF4F /* isakmp_quick.c in Sources */,
1434 812530D60D3FE9DC006BDF4F /* isakmp.c in Sources */,
1435 812530D70D3FE9DC006BDF4F /* localconf.c in Sources */,
1436 812530D90D3FE9DC006BDF4F /* main.c in Sources */,
1437 812530DA0D3FE9DC006BDF4F /* misc.c in Sources */,
1438 812530DB0D3FE9DC006BDF4F /* oakley.c in Sources */,
1439 812530DC0D3FE9DC006BDF4F /* pfkey_racoon.c in Sources */,
1440 812530DD0D3FE9DC006BDF4F /* plog.c in Sources */,
1441 812530DE0D3FE9DC006BDF4F /* policy.c in Sources */,
1442 812530E00D3FE9DC006BDF4F /* proposal.c in Sources */,
1443 812530E10D3FE9DC006BDF4F /* remoteconf.c in Sources */,
1444 812530E20D3FE9DC006BDF4F /* safefile.c in Sources */,
1445 812530E30D3FE9DC006BDF4F /* sainfo.c in Sources */,
1446 812530E40D3FE9DC006BDF4F /* schedule.c in Sources */,
1447 812530E50D3FE9DC006BDF4F /* session.c in Sources */,
1448 812530E60D3FE9DC006BDF4F /* sockmisc.c in Sources */,
1449 812530E70D3FE9DC006BDF4F /* str2val.c in Sources */,
1450 812530E80D3FE9DC006BDF4F /* strnames.c in Sources */,
1451 812530E90D3FE9DC006BDF4F /* throttle.c in Sources */,
1452 812530EA0D3FE9DC006BDF4F /* vendorid.c in Sources */,
1453 812530EB0D3FE9DC006BDF4F /* vmbuf.c in Sources */,
1454 812530EC0D3FE9DC006BDF4F /* nattraversal.c in Sources */,
1455 812530ED0D3FE9DC006BDF4F /* pfkey.c in Sources */,
1456 812530EF0D3FE9DC006BDF4F /* isakmp_cfg.c in Sources */,
1457 812530F00D3FE9DC006BDF4F /* isakmp_unity.c in Sources */,
1458 812530F10D3FE9DC006BDF4F /* isakmp_xauth.c in Sources */,
1459 812530F20D3FE9DC006BDF4F /* vpn_control.c in Sources */,
1460 812530F30D3FE9DC006BDF4F /* vpn.c in Sources */,
1461 BA6F109C0EA1DEC200546773 /* ike_session.c in Sources */,
1462 BA5B6F2C0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */,
1463 BA5B6F2D0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */,
1464 BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */,
1465 BACD8C6B1496A50C0042DEA1 /* Preferences.c in Sources */,
1466 72F5C72F1607A1AE004C192F /* api_support.c in Sources */,
1467 723B6A31162F7BE300895EE5 /* xpc_racoon.c in Sources */,
1468 );
1469 runOnlyForDeploymentPostprocessing = 0;
1470 };
1471 81DDFD9A0D622C1700C5CB87 /* Sources */ = {
1472 isa = PBXSourcesBuildPhase;
1473 buildActionMask = 2147483647;
1474 files = (
1475 81DDFD9B0D622C1700C5CB87 /* parse.y in Sources */,
1476 81DDFD9C0D622C1700C5CB87 /* pfkey_dump.c in Sources */,
1477 81DDFD9D0D622C1700C5CB87 /* key_debug.c in Sources */,
1478 81DDFD9E0D622C1700C5CB87 /* pfkey.c in Sources */,
1479 81DDFD9F0D622C1700C5CB87 /* setkey.c in Sources */,
1480 81DDFDA00D622C1700C5CB87 /* token.l in Sources */,
1481 BA5B6F320EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */,
1482 );
1483 runOnlyForDeploymentPostprocessing = 0;
1484 };
1485 81DDFDBC0D622C2700C5CB87 /* Sources */ = {
1486 isa = PBXSourcesBuildPhase;
1487 buildActionMask = 2147483647;
1488 files = (
1489 81DDFDBD0D622C2700C5CB87 /* ipsec_dump_policy.c in Sources */,
1490 81DDFDBE0D622C2700C5CB87 /* ipsec_get_policylen.c in Sources */,
1491 81DDFDBF0D622C2700C5CB87 /* ipsec_strerror.c in Sources */,
1492 81DDFDC00D622C2700C5CB87 /* policy_parse.y in Sources */,
1493 81DDFDC10D622C2700C5CB87 /* policy_token.l in Sources */,
1494 );
1495 runOnlyForDeploymentPostprocessing = 0;
1496 };
1497 /* End PBXSourcesBuildPhase section */
1498
1499 /* Begin PBXTargetDependency section */
1500 724ED876168515A7008F2EBD /* PBXTargetDependency */ = {
1501 isa = PBXTargetDependency;
1502 target = 72B3C21116850B87004E4548 /* ipsec_libraries */;
1503 targetProxy = 724ED875168515A7008F2EBD /* PBXContainerItemProxy */;
1504 };
1505 72B3C20E1684F5DE004E4548 /* PBXTargetDependency */ = {
1506 isa = PBXTargetDependency;
1507 target = 25F258040987FBFA00D15623 /* racoon */;
1508 targetProxy = 72B3C20D1684F5DE004E4548 /* PBXContainerItemProxy */;
1509 };
1510 72B3C2101684F5E1004E4548 /* PBXTargetDependency */ = {
1511 isa = PBXTargetDependency;
1512 target = 25F258090987FC1500D15623 /* setkey */;
1513 targetProxy = 72B3C20F1684F5E1004E4548 /* PBXContainerItemProxy */;
1514 };
1515 72B3C21716850BA0004E4548 /* PBXTargetDependency */ = {
1516 isa = PBXTargetDependency;
1517 target = 2537A1A709E4864800D0ECDA /* libipsec */;
1518 targetProxy = 72B3C21616850BA0004E4548 /* PBXContainerItemProxy */;
1519 };
1520 72B3C21916850CC5004E4548 /* PBXTargetDependency */ = {
1521 isa = PBXTargetDependency;
1522 target = 72B3C2081684F5C4004E4548 /* ipsec_executables */;
1523 targetProxy = 72B3C21816850CC5004E4548 /* PBXContainerItemProxy */;
1524 };
1525 78C83A0F1898421100DB2F64 /* PBXTargetDependency */ = {
1526 isa = PBXTargetDependency;
1527 target = 812530BA0D3FE9DC006BDF4F /* racoon Embedded */;
1528 targetProxy = 78C83A0E1898421100DB2F64 /* PBXContainerItemProxy */;
1529 };
1530 78C83A111898421300DB2F64 /* PBXTargetDependency */ = {
1531 isa = PBXTargetDependency;
1532 target = 81DDFD970D622C1700C5CB87 /* setkey Embedded */;
1533 targetProxy = 78C83A101898421300DB2F64 /* PBXContainerItemProxy */;
1534 };
1535 78C83A131898421900DB2F64 /* PBXTargetDependency */ = {
1536 isa = PBXTargetDependency;
1537 target = 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */;
1538 targetProxy = 78C83A121898421900DB2F64 /* PBXContainerItemProxy */;
1539 };
1540 812531110D3FEA28006BDF4F /* PBXTargetDependency */ = {
1541 isa = PBXTargetDependency;
1542 target = 812530BA0D3FE9DC006BDF4F /* racoon Embedded */;
1543 targetProxy = 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */;
1544 };
1545 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */ = {
1546 isa = PBXTargetDependency;
1547 target = 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */;
1548 targetProxy = 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */;
1549 };
1550 81DDFDF10D627DE300C5CB87 /* PBXTargetDependency */ = {
1551 isa = PBXTargetDependency;
1552 target = 81DDFD970D622C1700C5CB87 /* setkey Embedded */;
1553 targetProxy = 81DDFDF00D627DE300C5CB87 /* PBXContainerItemProxy */;
1554 };
1555 /* End PBXTargetDependency section */
1556
1557 /* Begin XCBuildConfiguration section */
1558 2537A1AA09E4866800D0ECDA /* Development */ = {
1559 isa = XCBuildConfiguration;
1560 buildSettings = {
1561 ALTERNATE_GROUP = "$(inherited)";
1562 ALTERNATE_MODE = "";
1563 ALTERNATE_OWNER = "$(inherited)";
1564 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1565 COPY_PHASE_STRIP = NO;
1566 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
1567 DYLIB_CURRENT_VERSION = 300;
1568 EXECUTABLE_PREFIX = lib;
1569 GCC_DYNAMIC_NO_PIC = NO;
1570 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1571 GCC_MODEL_TUNING = G5;
1572 GCC_OPTIMIZATION_LEVEL = 0;
1573 GCC_PREPROCESSOR_DEFINITIONS = (
1574 "HAVE_CONFIG_H=1",
1575 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1576 );
1577 HEADER_SEARCH_PATHS = (
1578 ../Common,
1579 "$(HEADER_SEARCH_PATHS)",
1580 );
1581 INSTALL_GROUP = wheel;
1582 INSTALL_MODE_FLAG = 555;
1583 INSTALL_OWNER = root;
1584 INSTALL_PATH = /usr/lib;
1585 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
1586 PRODUCT_NAME = ipsec.A;
1587 SKIP_INSTALL = YES;
1588 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
1589 ZERO_LINK = YES;
1590 };
1591 name = Development;
1592 };
1593 2537A1AB09E4866800D0ECDA /* Deployment */ = {
1594 isa = XCBuildConfiguration;
1595 buildSettings = {
1596 ALTERNATE_GROUP = "$(inherited)";
1597 ALTERNATE_MODE = "";
1598 ALTERNATE_OWNER = "$(inherited)";
1599 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1600 COPY_PHASE_STRIP = NO;
1601 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
1602 DYLIB_CURRENT_VERSION = 300;
1603 EXECUTABLE_PREFIX = lib;
1604 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1605 GCC_MODEL_TUNING = G5;
1606 GCC_PREPROCESSOR_DEFINITIONS = (
1607 "HAVE_CONFIG_H=1",
1608 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1609 );
1610 HEADER_SEARCH_PATHS = (
1611 ../Common,
1612 "$(HEADER_SEARCH_PATHS)",
1613 );
1614 INSTALL_GROUP = wheel;
1615 INSTALL_MODE_FLAG = 555;
1616 INSTALL_OWNER = root;
1617 INSTALL_PATH = /usr/lib;
1618 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
1619 PRODUCT_NAME = ipsec.A;
1620 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
1621 ZERO_LINK = YES;
1622 };
1623 name = Deployment;
1624 };
1625 2537A1AC09E4866800D0ECDA /* Default */ = {
1626 isa = XCBuildConfiguration;
1627 buildSettings = {
1628 ALTERNATE_GROUP = "$(inherited)";
1629 ALTERNATE_MODE = "";
1630 ALTERNATE_OWNER = "$(inherited)";
1631 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1632 COPY_PHASE_STRIP = NO;
1633 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
1634 DYLIB_CURRENT_VERSION = 300;
1635 EXECUTABLE_PREFIX = lib;
1636 GCC_MODEL_TUNING = G5;
1637 GCC_PREPROCESSOR_DEFINITIONS = (
1638 "HAVE_CONFIG_H=1",
1639 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1640 );
1641 HEADER_SEARCH_PATHS = (
1642 ../Common,
1643 "$(HEADER_SEARCH_PATHS)",
1644 );
1645 INSTALL_GROUP = wheel;
1646 INSTALL_MODE_FLAG = 555;
1647 INSTALL_OWNER = root;
1648 INSTALL_PATH = /usr/lib;
1649 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
1650 PRODUCT_NAME = ipsec.A;
1651 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
1652 ZERO_LINK = YES;
1653 };
1654 name = Default;
1655 };
1656 25D3DAB9098952B20025F703 /* Development */ = {
1657 isa = XCBuildConfiguration;
1658 buildSettings = {
1659 CODE_SIGN_IDENTITY = "";
1660 COPY_PHASE_STRIP = NO;
1661 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
1662 OTHER_CFLAGS = "";
1663 OTHER_LDFLAGS = "";
1664 OTHER_REZFLAGS = "";
1665 PRODUCT_NAME = "IPSec (Aggregate)";
1666 SECTORDER_FLAGS = "";
1667 SKIP_INSTALL = NO;
1668 WARNING_CFLAGS = "";
1669 };
1670 name = Development;
1671 };
1672 25D3DABA098952B20025F703 /* Deployment */ = {
1673 isa = XCBuildConfiguration;
1674 buildSettings = {
1675 CODE_SIGN_IDENTITY = "";
1676 COPY_PHASE_STRIP = NO;
1677 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
1678 OTHER_CFLAGS = "";
1679 OTHER_LDFLAGS = "";
1680 OTHER_REZFLAGS = "";
1681 PRODUCT_NAME = "IPSec (Aggregate)";
1682 SECTORDER_FLAGS = "";
1683 SKIP_INSTALL = NO;
1684 WARNING_CFLAGS = "";
1685 };
1686 name = Deployment;
1687 };
1688 25D3DABB098952B20025F703 /* Default */ = {
1689 isa = XCBuildConfiguration;
1690 buildSettings = {
1691 CODE_SIGN_IDENTITY = "";
1692 COPY_PHASE_STRIP = NO;
1693 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
1694 OTHER_CFLAGS = "";
1695 OTHER_LDFLAGS = "";
1696 OTHER_REZFLAGS = "";
1697 PRODUCT_NAME = "IPSec (Aggregate)";
1698 SECTORDER_FLAGS = "";
1699 SKIP_INSTALL = NO;
1700 WARNING_CFLAGS = "";
1701 };
1702 name = Default;
1703 };
1704 25D3DABD098952B20025F703 /* Development */ = {
1705 isa = XCBuildConfiguration;
1706 buildSettings = {
1707 ALTERNATE_GROUP = "$(inherited)";
1708 ALTERNATE_MODE = "$(inherited)";
1709 ALTERNATE_OWNER = "$(inherited)";
1710 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1711 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist";
1712 CODE_SIGN_IDENTITY = "-";
1713 COPY_PHASE_STRIP = NO;
1714 FRAMEWORK_SEARCH_PATHS = "";
1715 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1716 GCC_MODEL_TUNING = G5;
1717 GCC_OPTIMIZATION_LEVEL = 0;
1718 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1719 GCC_PREFIX_HEADER = "";
1720 GCC_PREPROCESSOR_DEFINITIONS = (
1721 "HAVE_CONFIG_H=1",
1722 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1723 );
1724 HEADER_SEARCH_PATHS = (
1725 ../Common,
1726 Crypto,
1727 /tmp/ipsec.dst/usr/include,
1728 "$(HEADER_SEARCH_PATHS)",
1729 );
1730 INSTALL_GROUP = wheel;
1731 INSTALL_MODE_FLAG = 555;
1732 INSTALL_OWNER = root;
1733 INSTALL_PATH = /usr/sbin;
1734 LEXFLAGS = "";
1735 OTHER_CFLAGS = (
1736 "$(OTHER_CFLAGS_QUOTED_1)",
1737 "$(OTHER_CFLAGS_QUOTED_2)",
1738 "$(OTHER_CFLAGS_QUOTED_3)",
1739 );
1740 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
1741 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
1742 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
1743 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1744 OTHER_LDFLAGS = "";
1745 OTHER_REZFLAGS = "";
1746 PRODUCT_NAME = racoon;
1747 SECTORDER_FLAGS = "";
1748 SKIP_INSTALL = YES;
1749 WARNING_CFLAGS = (
1750 "-Wmost",
1751 "-Wno-four-char-constants",
1752 "-Wno-unknown-pragmas",
1753 "-Wcast-align",
1754 "-Wimplicit-function-declaration",
1755 );
1756 YACCFLAGS = "$(YACCFLAGS) -d";
1757 YACC_GENERATE_DEBUGGING_DIRECTIVES = NO;
1758 };
1759 name = Development;
1760 };
1761 25D3DABE098952B20025F703 /* Deployment */ = {
1762 isa = XCBuildConfiguration;
1763 buildSettings = {
1764 ALTERNATE_GROUP = "$(inherited)";
1765 ALTERNATE_MODE = "$(inherited)";
1766 ALTERNATE_OWNER = "$(inherited)";
1767 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1768 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist";
1769 CODE_SIGN_IDENTITY = "-";
1770 COPY_PHASE_STRIP = NO;
1771 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
1772 FRAMEWORK_SEARCH_PATHS = "";
1773 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1774 GCC_MODEL_TUNING = G5;
1775 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1776 GCC_PREFIX_HEADER = "";
1777 GCC_PREPROCESSOR_DEFINITIONS = (
1778 "HAVE_CONFIG_H=1",
1779 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1780 );
1781 HEADER_SEARCH_PATHS = (
1782 ../Common,
1783 Crypto,
1784 /tmp/ipsec.dst/usr/include,
1785 "$(HEADER_SEARCH_PATHS)",
1786 );
1787 INSTALL_GROUP = wheel;
1788 INSTALL_MODE_FLAG = 555;
1789 INSTALL_OWNER = root;
1790 INSTALL_PATH = /usr/sbin;
1791 OTHER_CFLAGS = (
1792 "$(OTHER_CFLAGS_QUOTED_1)",
1793 "$(OTHER_CFLAGS_QUOTED_2)",
1794 "$(OTHER_CFLAGS_QUOTED_3)",
1795 );
1796 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
1797 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
1798 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
1799 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1800 OTHER_LDFLAGS = "";
1801 OTHER_REZFLAGS = "";
1802 PRODUCT_NAME = racoon;
1803 SECTORDER_FLAGS = "";
1804 WARNING_CFLAGS = (
1805 "-Wmost",
1806 "-Wno-four-char-constants",
1807 "-Wno-unknown-pragmas",
1808 "-Wcast-align",
1809 "-Wimplicit-function-declaration",
1810 );
1811 YACCFLAGS = "$(YACCFLAGS) -d";
1812 };
1813 name = Deployment;
1814 };
1815 25D3DABF098952B20025F703 /* Default */ = {
1816 isa = XCBuildConfiguration;
1817 buildSettings = {
1818 ALTERNATE_GROUP = "$(inherited)";
1819 ALTERNATE_MODE = "$(inherited)";
1820 ALTERNATE_OWNER = "$(inherited)";
1821 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1822 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist";
1823 CODE_SIGN_IDENTITY = "-";
1824 COPY_PHASE_STRIP = NO;
1825 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
1826 FRAMEWORK_SEARCH_PATHS = "";
1827 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1828 GCC_MODEL_TUNING = G5;
1829 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1830 GCC_PREFIX_HEADER = "";
1831 GCC_PREPROCESSOR_DEFINITIONS = (
1832 "HAVE_CONFIG_H=1",
1833 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1834 );
1835 HEADER_SEARCH_PATHS = (
1836 ../Common,
1837 Crypto,
1838 /tmp/ipsec.dst/usr/include,
1839 "$(HEADER_SEARCH_PATHS)",
1840 );
1841 INSTALL_GROUP = wheel;
1842 INSTALL_MODE_FLAG = 555;
1843 INSTALL_OWNER = root;
1844 INSTALL_PATH = /usr/sbin;
1845 OTHER_CFLAGS = (
1846 "$(OTHER_CFLAGS_QUOTED_1)",
1847 "$(OTHER_CFLAGS_QUOTED_2)",
1848 "$(OTHER_CFLAGS_QUOTED_3)",
1849 );
1850 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
1851 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
1852 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
1853 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1854 OTHER_LDFLAGS = "";
1855 OTHER_REZFLAGS = "";
1856 PRODUCT_NAME = racoon;
1857 SECTORDER_FLAGS = "";
1858 WARNING_CFLAGS = (
1859 "-Wmost",
1860 "-Wno-four-char-constants",
1861 "-Wno-unknown-pragmas",
1862 "-Wcast-align",
1863 "-Wimplicit-function-declaration",
1864 );
1865 YACCFLAGS = "$(YACCFLAGS) -d";
1866 };
1867 name = Default;
1868 };
1869 25D3DAC1098952B20025F703 /* Development */ = {
1870 isa = XCBuildConfiguration;
1871 buildSettings = {
1872 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1873 COPY_PHASE_STRIP = NO;
1874 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1875 GCC_MODEL_TUNING = G5;
1876 GCC_PREPROCESSOR_DEFINITIONS = (
1877 "HAVE_CONFIG_H=1",
1878 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1879 );
1880 HEADER_SEARCH_PATHS = (
1881 "$(DSTROOT)/usr/include",
1882 ../Common,
1883 "$(HEADER_SEARCH_PATHS)",
1884 );
1885 INSTALL_GROUP = wheel;
1886 INSTALL_MODE_FLAG = 555;
1887 INSTALL_OWNER = root;
1888 INSTALL_PATH = /usr/sbin;
1889 LIBRARY_SEARCH_PATHS = "";
1890 MACH_O_TYPE = mh_execute;
1891 OTHER_CFLAGS = "";
1892 OTHER_LDFLAGS = "";
1893 OTHER_REZFLAGS = "";
1894 PRELINK_LIBS = "";
1895 PRODUCT_NAME = setkey;
1896 SECTORDER_FLAGS = "";
1897 SKIP_INSTALL = YES;
1898 WARNING_CFLAGS = (
1899 "-Wmost",
1900 "-Wno-four-char-constants",
1901 "-Wno-unknown-pragmas",
1902 );
1903 YACCFLAGS = "";
1904 };
1905 name = Development;
1906 };
1907 25D3DAC2098952B20025F703 /* Deployment */ = {
1908 isa = XCBuildConfiguration;
1909 buildSettings = {
1910 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1911 COPY_PHASE_STRIP = YES;
1912 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1913 GCC_MODEL_TUNING = G5;
1914 GCC_PREPROCESSOR_DEFINITIONS = (
1915 "HAVE_CONFIG_H=1",
1916 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1917 );
1918 HEADER_SEARCH_PATHS = (
1919 "$(DSTROOT)/usr/include",
1920 ../Common,
1921 "$(HEADER_SEARCH_PATHS)",
1922 );
1923 INSTALL_GROUP = wheel;
1924 INSTALL_MODE_FLAG = 555;
1925 INSTALL_OWNER = root;
1926 INSTALL_PATH = /usr/sbin;
1927 LIBRARY_SEARCH_PATHS = "";
1928 MACH_O_TYPE = mh_execute;
1929 OTHER_CFLAGS = "";
1930 OTHER_LDFLAGS = "";
1931 OTHER_REZFLAGS = "";
1932 PRELINK_LIBS = "";
1933 PRODUCT_NAME = setkey;
1934 SECTORDER_FLAGS = "";
1935 SKIP_INSTALL = NO;
1936 STRIP_INSTALLED_PRODUCT = YES;
1937 WARNING_CFLAGS = (
1938 "-Wmost",
1939 "-Wno-four-char-constants",
1940 "-Wno-unknown-pragmas",
1941 );
1942 };
1943 name = Deployment;
1944 };
1945 25D3DAC3098952B20025F703 /* Default */ = {
1946 isa = XCBuildConfiguration;
1947 buildSettings = {
1948 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1949 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1950 GCC_MODEL_TUNING = G5;
1951 GCC_PREPROCESSOR_DEFINITIONS = (
1952 "HAVE_CONFIG_H=1",
1953 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1954 );
1955 HEADER_SEARCH_PATHS = (
1956 "$(DSTROOT)/usr/include",
1957 ../Common,
1958 "$(HEADER_SEARCH_PATHS)",
1959 );
1960 INSTALL_GROUP = wheel;
1961 INSTALL_MODE_FLAG = 555;
1962 INSTALL_OWNER = root;
1963 INSTALL_PATH = /usr/sbin;
1964 LIBRARY_SEARCH_PATHS = "";
1965 MACH_O_TYPE = mh_execute;
1966 OTHER_CFLAGS = "";
1967 OTHER_LDFLAGS = "";
1968 OTHER_REZFLAGS = "";
1969 PRELINK_LIBS = "";
1970 PRODUCT_NAME = setkey;
1971 SECTORDER_FLAGS = "";
1972 STRIP_INSTALLED_PRODUCT = YES;
1973 WARNING_CFLAGS = (
1974 "-Wmost",
1975 "-Wno-four-char-constants",
1976 "-Wno-unknown-pragmas",
1977 );
1978 };
1979 name = Default;
1980 };
1981 25D3DACD098952B20025F703 /* Development */ = {
1982 isa = XCBuildConfiguration;
1983 buildSettings = {
1984 HEADER_SEARCH_PATHS = (
1985 /System/Library/Frameworks/System.framework/PrivateHeaders,
1986 /System/Library/PrivateFrameworks,
1987 /System/Library/PrivateFrameworks/SecureNetworking.framework/Headers,
1988 );
1989 PRODUCT_NAME = "$(TARGET_NAME)";
1990 };
1991 name = Development;
1992 };
1993 25D3DACE098952B20025F703 /* Deployment */ = {
1994 isa = XCBuildConfiguration;
1995 buildSettings = {
1996 HEADER_SEARCH_PATHS = (
1997 /System/Library/Frameworks/System.framework/PrivateHeaders,
1998 /System/Library/PrivateFrameworks,
1999 /System/Library/PrivateFrameworks/SecureNetworking.framework/Headers,
2000 );
2001 PRODUCT_NAME = "$(TARGET_NAME)";
2002 };
2003 name = Deployment;
2004 };
2005 25D3DACF098952B20025F703 /* Default */ = {
2006 isa = XCBuildConfiguration;
2007 buildSettings = {
2008 HEADER_SEARCH_PATHS = (
2009 /System/Library/Frameworks/System.framework/PrivateHeaders,
2010 /System/Library/PrivateFrameworks,
2011 /System/Library/PrivateFrameworks/SecureNetworking.framework/Headers,
2012 );
2013 PRODUCT_NAME = "$(TARGET_NAME)";
2014 };
2015 name = Default;
2016 };
2017 72B3C2091684F5C4004E4548 /* Development */ = {
2018 isa = XCBuildConfiguration;
2019 buildSettings = {
2020 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
2021 PRODUCT_NAME = "$(TARGET_NAME)";
2022 };
2023 name = Development;
2024 };
2025 72B3C20A1684F5C4004E4548 /* Deployment */ = {
2026 isa = XCBuildConfiguration;
2027 buildSettings = {
2028 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
2029 PRODUCT_NAME = "$(TARGET_NAME)";
2030 };
2031 name = Deployment;
2032 };
2033 72B3C20B1684F5C4004E4548 /* Default */ = {
2034 isa = XCBuildConfiguration;
2035 buildSettings = {
2036 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
2037 PRODUCT_NAME = "$(TARGET_NAME)";
2038 };
2039 name = Default;
2040 };
2041 72B3C21316850B87004E4548 /* Development */ = {
2042 isa = XCBuildConfiguration;
2043 buildSettings = {
2044 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
2045 PRODUCT_NAME = "$(TARGET_NAME)";
2046 };
2047 name = Development;
2048 };
2049 72B3C21416850B87004E4548 /* Deployment */ = {
2050 isa = XCBuildConfiguration;
2051 buildSettings = {
2052 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
2053 PRODUCT_NAME = "$(TARGET_NAME)";
2054 };
2055 name = Deployment;
2056 };
2057 72B3C21516850B87004E4548 /* Default */ = {
2058 isa = XCBuildConfiguration;
2059 buildSettings = {
2060 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
2061 PRODUCT_NAME = "$(TARGET_NAME)";
2062 };
2063 name = Default;
2064 };
2065 78C83A05189841E800DB2F64 /* Development */ = {
2066 isa = XCBuildConfiguration;
2067 buildSettings = {
2068 PRODUCT_NAME = "$(TARGET_NAME)";
2069 };
2070 name = Development;
2071 };
2072 78C83A06189841E800DB2F64 /* Deployment */ = {
2073 isa = XCBuildConfiguration;
2074 buildSettings = {
2075 PRODUCT_NAME = "$(TARGET_NAME)";
2076 };
2077 name = Deployment;
2078 };
2079 78C83A07189841E800DB2F64 /* Default */ = {
2080 isa = XCBuildConfiguration;
2081 buildSettings = {
2082 PRODUCT_NAME = "$(TARGET_NAME)";
2083 };
2084 name = Default;
2085 };
2086 78C83A0B189841FA00DB2F64 /* Development */ = {
2087 isa = XCBuildConfiguration;
2088 buildSettings = {
2089 PRODUCT_NAME = "$(TARGET_NAME)";
2090 };
2091 name = Development;
2092 };
2093 78C83A0C189841FA00DB2F64 /* Deployment */ = {
2094 isa = XCBuildConfiguration;
2095 buildSettings = {
2096 PRODUCT_NAME = "$(TARGET_NAME)";
2097 };
2098 name = Deployment;
2099 };
2100 78C83A0D189841FA00DB2F64 /* Default */ = {
2101 isa = XCBuildConfiguration;
2102 buildSettings = {
2103 PRODUCT_NAME = "$(TARGET_NAME)";
2104 };
2105 name = Default;
2106 };
2107 812530B60D3FE994006BDF4F /* Development */ = {
2108 isa = XCBuildConfiguration;
2109 buildSettings = {
2110 ADDITIONAL_SDKS = "";
2111 ARCHS = (
2112 armv6,
2113 armv7,
2114 );
2115 COPY_PHASE_STRIP = NO;
2116 FRAMEWORK_SEARCH_PATHS = "";
2117 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
2118 OTHER_CFLAGS = "";
2119 OTHER_LDFLAGS = "";
2120 OTHER_REZFLAGS = "";
2121 PRODUCT_NAME = "IPSec Embedded (Aggregate)";
2122 SECTORDER_FLAGS = "";
2123 SKIP_INSTALL = NO;
2124 WARNING_CFLAGS = (
2125 "-Wmost",
2126 "-Wno-four-char-constants",
2127 "-Wno-unknown-pragmas",
2128 );
2129 };
2130 name = Development;
2131 };
2132 812530B70D3FE994006BDF4F /* Deployment */ = {
2133 isa = XCBuildConfiguration;
2134 buildSettings = {
2135 ADDITIONAL_SDKS = "";
2136 ARCHS = (
2137 armv6,
2138 armv7,
2139 );
2140 COPY_PHASE_STRIP = NO;
2141 FRAMEWORK_SEARCH_PATHS = "";
2142 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
2143 OTHER_CFLAGS = "";
2144 OTHER_LDFLAGS = "";
2145 OTHER_REZFLAGS = "";
2146 PRODUCT_NAME = "IPSec Embedded (Aggregate)";
2147 SECTORDER_FLAGS = "";
2148 SKIP_INSTALL = NO;
2149 WARNING_CFLAGS = (
2150 "-Wmost",
2151 "-Wno-four-char-constants",
2152 "-Wno-unknown-pragmas",
2153 );
2154 };
2155 name = Deployment;
2156 };
2157 812530B90D3FE994006BDF4F /* Default */ = {
2158 isa = XCBuildConfiguration;
2159 buildSettings = {
2160 ADDITIONAL_SDKS = "";
2161 ARCHS = (
2162 armv6,
2163 armv7,
2164 );
2165 COPY_PHASE_STRIP = NO;
2166 FRAMEWORK_SEARCH_PATHS = "";
2167 HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
2168 OTHER_CFLAGS = "";
2169 OTHER_LDFLAGS = "";
2170 OTHER_REZFLAGS = "";
2171 PRODUCT_NAME = "IPSec Embedded (Aggregate)";
2172 SECTORDER_FLAGS = "";
2173 SKIP_INSTALL = NO;
2174 WARNING_CFLAGS = (
2175 "-Wmost",
2176 "-Wno-four-char-constants",
2177 "-Wno-unknown-pragmas",
2178 );
2179 };
2180 name = Default;
2181 };
2182 812531060D3FE9DC006BDF4F /* Development */ = {
2183 isa = XCBuildConfiguration;
2184 buildSettings = {
2185 ALTERNATE_GROUP = "$(inherited)";
2186 ALTERNATE_MODE = "$(inherited)";
2187 ALTERNATE_OWNER = "$(inherited)";
2188 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2189 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist";
2190 CODE_SIGN_IDENTITY = "";
2191 COPY_PHASE_STRIP = NO;
2192 FRAMEWORK_SEARCH_PATHS = "";
2193 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2194 GCC_MODEL_TUNING = G5;
2195 GCC_OPTIMIZATION_LEVEL = 0;
2196 GCC_PRECOMPILE_PREFIX_HEADER = YES;
2197 GCC_PREFIX_HEADER = "";
2198 GCC_PREPROCESSOR_DEFINITIONS = (
2199 "HAVE_CONFIG_H=1",
2200 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2201 );
2202 HEADER_SEARCH_PATHS = (
2203 ../Common,
2204 Crypto,
2205 /tmp/ipsec.dst/usr/include,
2206 "$(HEADER_SEARCH_PATHS)",
2207 );
2208 INSTALL_GROUP = wheel;
2209 INSTALL_MODE_FLAG = 555;
2210 INSTALL_OWNER = root;
2211 INSTALL_PATH = /usr/sbin;
2212 LEXFLAGS = "";
2213 OTHER_CFLAGS = (
2214 "$(OTHER_CFLAGS_QUOTED_1)",
2215 "$(OTHER_CFLAGS_QUOTED_2)",
2216 "$(OTHER_CFLAGS_QUOTED_3)",
2217 "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS",
2218 );
2219 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
2220 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
2221 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
2222 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
2223 OTHER_LDFLAGS = "";
2224 OTHER_REZFLAGS = "";
2225 PRODUCT_NAME = racoon;
2226 SECTORDER_FLAGS = "";
2227 SKIP_INSTALL = YES;
2228 WARNING_CFLAGS = (
2229 "-Wmost",
2230 "-Wno-four-char-constants",
2231 "-Wno-unknown-pragmas",
2232 "-Wcast-align",
2233 );
2234 YACCFLAGS = "$(YACCFLAGS) -d";
2235 YACC_GENERATE_DEBUGGING_DIRECTIVES = NO;
2236 };
2237 name = Development;
2238 };
2239 812531070D3FE9DC006BDF4F /* Deployment */ = {
2240 isa = XCBuildConfiguration;
2241 buildSettings = {
2242 ALTERNATE_GROUP = "$(inherited)";
2243 ALTERNATE_MODE = "$(inherited)";
2244 ALTERNATE_OWNER = "$(inherited)";
2245 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2246 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist";
2247 CODE_SIGN_IDENTITY = "";
2248 COPY_PHASE_STRIP = NO;
2249 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
2250 FRAMEWORK_SEARCH_PATHS = "";
2251 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2252 GCC_MODEL_TUNING = G5;
2253 GCC_PRECOMPILE_PREFIX_HEADER = YES;
2254 GCC_PREFIX_HEADER = "";
2255 GCC_PREPROCESSOR_DEFINITIONS = (
2256 "HAVE_CONFIG_H=1",
2257 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2258 );
2259 HEADER_SEARCH_PATHS = (
2260 ../Common,
2261 Crypto,
2262 /tmp/ipsec.dst/usr/include,
2263 "$(HEADER_SEARCH_PATHS)",
2264 );
2265 INSTALL_GROUP = wheel;
2266 INSTALL_MODE_FLAG = 555;
2267 INSTALL_OWNER = root;
2268 INSTALL_PATH = /usr/sbin;
2269 OTHER_CFLAGS = (
2270 "$(OTHER_CFLAGS_QUOTED_1)",
2271 "$(OTHER_CFLAGS_QUOTED_2)",
2272 "$(OTHER_CFLAGS_QUOTED_3)",
2273 "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS",
2274 );
2275 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
2276 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
2277 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
2278 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
2279 OTHER_LDFLAGS = "";
2280 OTHER_REZFLAGS = "";
2281 PRODUCT_NAME = racoon;
2282 SECTORDER_FLAGS = "";
2283 WARNING_CFLAGS = (
2284 "-Wmost",
2285 "-Wno-four-char-constants",
2286 "-Wno-unknown-pragmas",
2287 "-Wcast-align",
2288 );
2289 YACCFLAGS = "$(YACCFLAGS) -d";
2290 };
2291 name = Deployment;
2292 };
2293 812531090D3FE9DC006BDF4F /* Default */ = {
2294 isa = XCBuildConfiguration;
2295 buildSettings = {
2296 ALTERNATE_GROUP = "$(inherited)";
2297 ALTERNATE_MODE = "$(inherited)";
2298 ALTERNATE_OWNER = "$(inherited)";
2299 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2300 CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist";
2301 CODE_SIGN_IDENTITY = "";
2302 COPY_PHASE_STRIP = NO;
2303 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
2304 FRAMEWORK_SEARCH_PATHS = "";
2305 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2306 GCC_MODEL_TUNING = G5;
2307 GCC_PRECOMPILE_PREFIX_HEADER = YES;
2308 GCC_PREFIX_HEADER = "";
2309 GCC_PREPROCESSOR_DEFINITIONS = (
2310 "HAVE_CONFIG_H=1",
2311 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2312 );
2313 HEADER_SEARCH_PATHS = (
2314 ../Common,
2315 Crypto,
2316 /tmp/ipsec.dst/usr/include,
2317 "$(HEADER_SEARCH_PATHS)",
2318 );
2319 INSTALL_GROUP = wheel;
2320 INSTALL_MODE_FLAG = 555;
2321 INSTALL_OWNER = root;
2322 INSTALL_PATH = /usr/sbin;
2323 OTHER_CFLAGS = (
2324 "$(OTHER_CFLAGS_QUOTED_1)",
2325 "$(OTHER_CFLAGS_QUOTED_2)",
2326 "$(OTHER_CFLAGS_QUOTED_3)",
2327 "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS",
2328 );
2329 OTHER_CFLAGS_QUOTED_1 = "-DSYSCONFDIR=\\\"/etc/racoon\\\"";
2330 OTHER_CFLAGS_QUOTED_2 = "-DADMINPORTDIR=\\\"/var/run\\\"";
2331 OTHER_CFLAGS_QUOTED_3 = "-DPATHRACOON=\\\"/usr/sbin/racoon\\\"";
2332 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
2333 OTHER_LDFLAGS = "";
2334 OTHER_REZFLAGS = "";
2335 PRODUCT_NAME = racoon;
2336 SECTORDER_FLAGS = "";
2337 WARNING_CFLAGS = (
2338 "-Wmost",
2339 "-Wno-four-char-constants",
2340 "-Wno-unknown-pragmas",
2341 "-Wcast-align",
2342 );
2343 YACCFLAGS = "$(YACCFLAGS) -d";
2344 };
2345 name = Default;
2346 };
2347 81DDFDA70D622C1700C5CB87 /* Development */ = {
2348 isa = XCBuildConfiguration;
2349 buildSettings = {
2350 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2351 CODE_SIGN_IDENTITY = "";
2352 COPY_PHASE_STRIP = NO;
2353 FRAMEWORK_SEARCH_PATHS = "";
2354 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2355 GCC_MODEL_TUNING = G5;
2356 GCC_PREPROCESSOR_DEFINITIONS = (
2357 "HAVE_CONFIG_H=1",
2358 "HAVE_CONFIG_H=1",
2359 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2360 );
2361 HEADER_SEARCH_PATHS = (
2362 "$(DSTROOT)/usr/include",
2363 ../Common,
2364 "$(HEADER_SEARCH_PATHS)",
2365 );
2366 INSTALL_GROUP = wheel;
2367 INSTALL_MODE_FLAG = 555;
2368 INSTALL_OWNER = root;
2369 INSTALL_PATH = /usr/sbin;
2370 LIBRARY_SEARCH_PATHS = "";
2371 MACH_O_TYPE = mh_execute;
2372 OTHER_CFLAGS = "";
2373 OTHER_LDFLAGS = "";
2374 OTHER_REZFLAGS = "";
2375 PRELINK_LIBS = "";
2376 PRODUCT_NAME = setkey;
2377 SECTORDER_FLAGS = "";
2378 SKIP_INSTALL = YES;
2379 WARNING_CFLAGS = (
2380 "-Wmost",
2381 "-Wno-four-char-constants",
2382 "-Wno-unknown-pragmas",
2383 "-Wcast-align",
2384 );
2385 YACCFLAGS = "";
2386 };
2387 name = Development;
2388 };
2389 81DDFDA80D622C1700C5CB87 /* Deployment */ = {
2390 isa = XCBuildConfiguration;
2391 buildSettings = {
2392 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2393 CODE_SIGN_IDENTITY = "";
2394 COPY_PHASE_STRIP = YES;
2395 FRAMEWORK_SEARCH_PATHS = "";
2396 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2397 GCC_MODEL_TUNING = G5;
2398 GCC_PREPROCESSOR_DEFINITIONS = (
2399 "HAVE_CONFIG_H=1",
2400 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2401 );
2402 HEADER_SEARCH_PATHS = (
2403 "$(DSTROOT)/usr/include",
2404 ../Common,
2405 "$(HEADER_SEARCH_PATHS)",
2406 );
2407 INSTALL_GROUP = wheel;
2408 INSTALL_MODE_FLAG = 555;
2409 INSTALL_OWNER = root;
2410 INSTALL_PATH = /usr/sbin;
2411 LIBRARY_SEARCH_PATHS = "";
2412 MACH_O_TYPE = mh_execute;
2413 OTHER_CFLAGS = "";
2414 OTHER_LDFLAGS = "";
2415 OTHER_REZFLAGS = "";
2416 PRELINK_LIBS = "";
2417 PRODUCT_NAME = setkey;
2418 SECTORDER_FLAGS = "";
2419 SKIP_INSTALL = NO;
2420 STRIP_INSTALLED_PRODUCT = YES;
2421 WARNING_CFLAGS = (
2422 "-Wmost",
2423 "-Wno-four-char-constants",
2424 "-Wno-unknown-pragmas",
2425 "-Wcast-align",
2426 );
2427 };
2428 name = Deployment;
2429 };
2430 81DDFDA90D622C1700C5CB87 /* Default */ = {
2431 isa = XCBuildConfiguration;
2432 buildSettings = {
2433 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2434 CODE_SIGN_IDENTITY = "";
2435 FRAMEWORK_SEARCH_PATHS = "";
2436 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2437 GCC_MODEL_TUNING = G5;
2438 GCC_PREPROCESSOR_DEFINITIONS = (
2439 "HAVE_CONFIG_H=1",
2440 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2441 );
2442 HEADER_SEARCH_PATHS = (
2443 "$(DSTROOT)/usr/include",
2444 ../Common,
2445 "$(HEADER_SEARCH_PATHS)",
2446 );
2447 INSTALL_GROUP = wheel;
2448 INSTALL_MODE_FLAG = 555;
2449 INSTALL_OWNER = root;
2450 INSTALL_PATH = /usr/sbin;
2451 LIBRARY_SEARCH_PATHS = "";
2452 MACH_O_TYPE = mh_execute;
2453 OTHER_CFLAGS = "";
2454 OTHER_LDFLAGS = "";
2455 OTHER_REZFLAGS = "";
2456 PRELINK_LIBS = "";
2457 PRODUCT_NAME = setkey;
2458 SECTORDER_FLAGS = "";
2459 STRIP_INSTALLED_PRODUCT = YES;
2460 WARNING_CFLAGS = (
2461 "-Wmost",
2462 "-Wno-four-char-constants",
2463 "-Wno-unknown-pragmas",
2464 "-Wcast-align",
2465 );
2466 };
2467 name = Default;
2468 };
2469 81DDFDCA0D622C2700C5CB87 /* Development */ = {
2470 isa = XCBuildConfiguration;
2471 buildSettings = {
2472 ALTERNATE_GROUP = "$(inherited)";
2473 ALTERNATE_MODE = "";
2474 ALTERNATE_OWNER = "$(inherited)";
2475 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2476 CODE_SIGN_IDENTITY = "";
2477 COPY_PHASE_STRIP = NO;
2478 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
2479 DYLIB_CURRENT_VERSION = 300;
2480 EXECUTABLE_PREFIX = lib;
2481 FRAMEWORK_SEARCH_PATHS = "";
2482 GCC_DYNAMIC_NO_PIC = NO;
2483 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2484 GCC_MODEL_TUNING = G5;
2485 GCC_OPTIMIZATION_LEVEL = 0;
2486 GCC_PREPROCESSOR_DEFINITIONS = (
2487 "HAVE_CONFIG_H=1",
2488 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2489 );
2490 HEADER_SEARCH_PATHS = (
2491 ../Common,
2492 "$(HEADER_SEARCH_PATHS)",
2493 );
2494 INSTALL_GROUP = wheel;
2495 INSTALL_MODE_FLAG = 555;
2496 INSTALL_OWNER = root;
2497 INSTALL_PATH = /usr/lib;
2498 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
2499 PRODUCT_NAME = ipsec.A;
2500 SKIP_INSTALL = YES;
2501 WARNING_CFLAGS = "-Wcast-align";
2502 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
2503 ZERO_LINK = YES;
2504 };
2505 name = Development;
2506 };
2507 81DDFDCB0D622C2700C5CB87 /* Deployment */ = {
2508 isa = XCBuildConfiguration;
2509 buildSettings = {
2510 ALTERNATE_GROUP = "$(inherited)";
2511 ALTERNATE_MODE = "";
2512 ALTERNATE_OWNER = "$(inherited)";
2513 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2514 CODE_SIGN_IDENTITY = "";
2515 COPY_PHASE_STRIP = NO;
2516 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
2517 DYLIB_CURRENT_VERSION = 300;
2518 EXECUTABLE_PREFIX = lib;
2519 FRAMEWORK_SEARCH_PATHS = "";
2520 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2521 GCC_MODEL_TUNING = G5;
2522 GCC_PREPROCESSOR_DEFINITIONS = (
2523 "HAVE_CONFIG_H=1",
2524 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2525 );
2526 HEADER_SEARCH_PATHS = (
2527 ../Common,
2528 "$(HEADER_SEARCH_PATHS)",
2529 );
2530 INSTALL_GROUP = wheel;
2531 INSTALL_MODE_FLAG = 555;
2532 INSTALL_OWNER = root;
2533 INSTALL_PATH = /usr/lib;
2534 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
2535 PRODUCT_NAME = ipsec.A;
2536 WARNING_CFLAGS = "-Wcast-align";
2537 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
2538 ZERO_LINK = YES;
2539 };
2540 name = Deployment;
2541 };
2542 81DDFDCC0D622C2700C5CB87 /* Default */ = {
2543 isa = XCBuildConfiguration;
2544 buildSettings = {
2545 ALTERNATE_GROUP = "$(inherited)";
2546 ALTERNATE_MODE = "";
2547 ALTERNATE_OWNER = "$(inherited)";
2548 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
2549 CODE_SIGN_IDENTITY = "";
2550 COPY_PHASE_STRIP = NO;
2551 CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
2552 DYLIB_CURRENT_VERSION = 300;
2553 EXECUTABLE_PREFIX = lib;
2554 FRAMEWORK_SEARCH_PATHS = "";
2555 GCC_MODEL_TUNING = G5;
2556 GCC_PREPROCESSOR_DEFINITIONS = (
2557 "HAVE_CONFIG_H=1",
2558 "$(GCC_PREPROCESSOR_DEFINITIONS)",
2559 );
2560 HEADER_SEARCH_PATHS = (
2561 ../Common,
2562 "$(HEADER_SEARCH_PATHS)",
2563 );
2564 INSTALL_GROUP = wheel;
2565 INSTALL_MODE_FLAG = 555;
2566 INSTALL_OWNER = root;
2567 INSTALL_PATH = /usr/lib;
2568 LEXFLAGS = "$(LEXFLAGS) -P__libipsec";
2569 PRODUCT_NAME = ipsec.A;
2570 WARNING_CFLAGS = "-Wcast-align";
2571 YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec";
2572 ZERO_LINK = YES;
2573 };
2574 name = Default;
2575 };
2576 /* End XCBuildConfiguration section */
2577
2578 /* Begin XCConfigurationList section */
2579 2537A1A909E4866800D0ECDA /* Build configuration list for PBXNativeTarget "libipsec" */ = {
2580 isa = XCConfigurationList;
2581 buildConfigurations = (
2582 2537A1AA09E4866800D0ECDA /* Development */,
2583 2537A1AB09E4866800D0ECDA /* Deployment */,
2584 2537A1AC09E4866800D0ECDA /* Default */,
2585 );
2586 defaultConfigurationIsVisible = 0;
2587 defaultConfigurationName = Default;
2588 };
2589 25D3DAB8098952B20025F703 /* Build configuration list for PBXAggregateTarget "IPSec (Aggregate)" */ = {
2590 isa = XCConfigurationList;
2591 buildConfigurations = (
2592 25D3DAB9098952B20025F703 /* Development */,
2593 25D3DABA098952B20025F703 /* Deployment */,
2594 25D3DABB098952B20025F703 /* Default */,
2595 );
2596 defaultConfigurationIsVisible = 0;
2597 defaultConfigurationName = Default;
2598 };
2599 25D3DABC098952B20025F703 /* Build configuration list for PBXNativeTarget "racoon" */ = {
2600 isa = XCConfigurationList;
2601 buildConfigurations = (
2602 25D3DABD098952B20025F703 /* Development */,
2603 25D3DABE098952B20025F703 /* Deployment */,
2604 25D3DABF098952B20025F703 /* Default */,
2605 );
2606 defaultConfigurationIsVisible = 0;
2607 defaultConfigurationName = Default;
2608 };
2609 25D3DAC0098952B20025F703 /* Build configuration list for PBXNativeTarget "setkey" */ = {
2610 isa = XCConfigurationList;
2611 buildConfigurations = (
2612 25D3DAC1098952B20025F703 /* Development */,
2613 25D3DAC2098952B20025F703 /* Deployment */,
2614 25D3DAC3098952B20025F703 /* Default */,
2615 );
2616 defaultConfigurationIsVisible = 0;
2617 defaultConfigurationName = Default;
2618 };
2619 25D3DACC098952B20025F703 /* Build configuration list for PBXProject "ipsec" */ = {
2620 isa = XCConfigurationList;
2621 buildConfigurations = (
2622 25D3DACD098952B20025F703 /* Development */,
2623 25D3DACE098952B20025F703 /* Deployment */,
2624 25D3DACF098952B20025F703 /* Default */,
2625 );
2626 defaultConfigurationIsVisible = 0;
2627 defaultConfigurationName = Default;
2628 };
2629 72B3C20C1684F5C4004E4548 /* Build configuration list for PBXAggregateTarget "ipsec_executables" */ = {
2630 isa = XCConfigurationList;
2631 buildConfigurations = (
2632 72B3C2091684F5C4004E4548 /* Development */,
2633 72B3C20A1684F5C4004E4548 /* Deployment */,
2634 72B3C20B1684F5C4004E4548 /* Default */,
2635 );
2636 defaultConfigurationIsVisible = 0;
2637 defaultConfigurationName = Default;
2638 };
2639 72B3C21216850B87004E4548 /* Build configuration list for PBXAggregateTarget "ipsec_libraries" */ = {
2640 isa = XCConfigurationList;
2641 buildConfigurations = (
2642 72B3C21316850B87004E4548 /* Development */,
2643 72B3C21416850B87004E4548 /* Deployment */,
2644 72B3C21516850B87004E4548 /* Default */,
2645 );
2646 defaultConfigurationIsVisible = 0;
2647 defaultConfigurationName = Default;
2648 };
2649 78C83A08189841E800DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_libraries_embedded" */ = {
2650 isa = XCConfigurationList;
2651 buildConfigurations = (
2652 78C83A05189841E800DB2F64 /* Development */,
2653 78C83A06189841E800DB2F64 /* Deployment */,
2654 78C83A07189841E800DB2F64 /* Default */,
2655 );
2656 defaultConfigurationIsVisible = 0;
2657 defaultConfigurationName = Default;
2658 };
2659 78C83A0A189841FA00DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_executables_embedded" */ = {
2660 isa = XCConfigurationList;
2661 buildConfigurations = (
2662 78C83A0B189841FA00DB2F64 /* Development */,
2663 78C83A0C189841FA00DB2F64 /* Deployment */,
2664 78C83A0D189841FA00DB2F64 /* Default */,
2665 );
2666 defaultConfigurationIsVisible = 0;
2667 defaultConfigurationName = Default;
2668 };
2669 812530B50D3FE994006BDF4F /* Build configuration list for PBXAggregateTarget "IPSec Embedded (Aggregate)" */ = {
2670 isa = XCConfigurationList;
2671 buildConfigurations = (
2672 812530B60D3FE994006BDF4F /* Development */,
2673 812530B70D3FE994006BDF4F /* Deployment */,
2674 812530B90D3FE994006BDF4F /* Default */,
2675 );
2676 defaultConfigurationIsVisible = 0;
2677 defaultConfigurationName = Default;
2678 };
2679 812531050D3FE9DC006BDF4F /* Build configuration list for PBXNativeTarget "racoon Embedded" */ = {
2680 isa = XCConfigurationList;
2681 buildConfigurations = (
2682 812531060D3FE9DC006BDF4F /* Development */,
2683 812531070D3FE9DC006BDF4F /* Deployment */,
2684 812531090D3FE9DC006BDF4F /* Default */,
2685 );
2686 defaultConfigurationIsVisible = 0;
2687 defaultConfigurationName = Default;
2688 };
2689 81DDFDA60D622C1700C5CB87 /* Build configuration list for PBXNativeTarget "setkey Embedded" */ = {
2690 isa = XCConfigurationList;
2691 buildConfigurations = (
2692 81DDFDA70D622C1700C5CB87 /* Development */,
2693 81DDFDA80D622C1700C5CB87 /* Deployment */,
2694 81DDFDA90D622C1700C5CB87 /* Default */,
2695 );
2696 defaultConfigurationIsVisible = 0;
2697 defaultConfigurationName = Default;
2698 };
2699 81DDFDC90D622C2700C5CB87 /* Build configuration list for PBXNativeTarget "libipsec Embedded" */ = {
2700 isa = XCConfigurationList;
2701 buildConfigurations = (
2702 81DDFDCA0D622C2700C5CB87 /* Development */,
2703 81DDFDCB0D622C2700C5CB87 /* Deployment */,
2704 81DDFDCC0D622C2700C5CB87 /* Default */,
2705 );
2706 defaultConfigurationIsVisible = 0;
2707 defaultConfigurationName = Default;
2708 };
2709 /* End XCConfigurationList section */
2710 };
2711 rootObject = 23D2D790087071FC00C51098 /* Project object */;
2712 }