X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/65c257469f746e64364e5df94f3ed8c6698a9d0a..7ebaebe21b526e3d6ce7f5237b574332785dd198:/ipsec.xcodeproj/project.pbxproj diff --git a/ipsec.xcodeproj/project.pbxproj b/ipsec.xcodeproj/project.pbxproj index 64d7e29..140c9cf 100644 --- a/ipsec.xcodeproj/project.pbxproj +++ b/ipsec.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 72B3C21E16850D1E004E4548 /* CopyFiles */, ); dependencies = ( + 69983DBD1E7B3D30007683BF /* PBXTargetDependency */, 72B3C2101684F5E1004E4548 /* PBXTargetDependency */, 72B3C20E1684F5DE004E4548 /* PBXTargetDependency */, ); @@ -46,12 +47,36 @@ name = ipsec_libraries; productName = ipsec_libraries; }; + 78C83A04189841E800DB2F64 /* ipsec_libraries_embedded */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 78C83A08189841E800DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_libraries_embedded" */; + buildPhases = ( + ); + dependencies = ( + 78C83A131898421900DB2F64 /* PBXTargetDependency */, + ); + name = ipsec_libraries_embedded; + productName = ipsec_libraries_embedded; + }; + 78C83A09189841FA00DB2F64 /* ipsec_executables_embedded */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 78C83A0A189841FA00DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_executables_embedded" */; + buildPhases = ( + ); + dependencies = ( + 78C83A111898421300DB2F64 /* PBXTargetDependency */, + 78C83A0F1898421100DB2F64 /* PBXTargetDependency */, + ); + name = ipsec_executables_embedded; + productName = ipsec_executables_embedded; + }; 812530AA0D3FE994006BDF4F /* IPSec Embedded (Aggregate) */ = { isa = PBXAggregateTarget; buildConfigurationList = 812530B50D3FE994006BDF4F /* Build configuration list for PBXAggregateTarget "IPSec Embedded (Aggregate)" */; buildPhases = ( ); dependencies = ( + 69983DBF1E7B4DE4007683BF /* PBXTargetDependency */, 812531110D3FEA28006BDF4F /* PBXTargetDependency */, 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */, 81DDFDF10D627DE300C5CB87 /* PBXTargetDependency */, @@ -81,8 +106,6 @@ 25DC9ED509DB16F800C89F86 /* isakmp_unity.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E10988657000D15623 /* isakmp_unity.c */; }; 25DC9ED609DB16FA00C89F86 /* isakmp_xauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258E40988657000D15623 /* isakmp_xauth.c */; }; 25DE2DE90A8BD40E0010A46D /* vpn_control.c in Sources */ = {isa = PBXBuildFile; fileRef = 25DE2DE60A8BD40E0010A46D /* vpn_control.c */; }; - 25EAE84809D879700042CC7F /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE84709D879700042CC7F /* libssl.dylib */; }; - 25EAE84B09D879DE0042CC7F /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE84A09D879DE0042CC7F /* libcrypto.dylib */; }; 25EAE87709D87A770042CC7F /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE87609D87A770042CC7F /* libiconv.dylib */; }; 25EAE8C109D87B080042CC7F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */; }; 25EAE8C609D87B990042CC7F /* pfkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 25D949A209A6AAD700CA0F24 /* pfkey.c */; }; @@ -126,17 +149,24 @@ 25F259610988657000D15623 /* throttle.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259210988657000D15623 /* throttle.c */; }; 25F259620988657000D15623 /* vendorid.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259240988657000D15623 /* vendorid.c */; }; 25F259630988657000D15623 /* vmbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259260988657000D15623 /* vmbuf.c */; }; - 72171DAF166443AB0050B3B9 /* eap_aka.c in Sources */ = {isa = PBXBuildFile; fileRef = 72171DAE166443AB0050B3B9 /* eap_aka.c */; }; + 6912CB6E1E78D94B00631D9A /* crypto_cssm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B70988657000D15623 /* crypto_cssm.c */; }; + 6912CB701E78D96900631D9A /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6912CB6F1E78D96900631D9A /* Security.framework */; }; + 6912CB721E78D97200631D9A /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6912CB711E78D97200631D9A /* CoreFoundation.framework */; }; + 6912CB731E78D9A900631D9A /* vmbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F259260988657000D15623 /* vmbuf.c */; }; + 6912CB741E78D9D800631D9A /* plog.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FD0988657000D15623 /* plog.c */; }; + 6912CB761E78DD7100631D9A /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6912CB751E78DD7100631D9A /* SystemConfiguration.framework */; }; + 6912CB771E78DD8800631D9A /* Preferences.c in Sources */ = {isa = PBXBuildFile; fileRef = BACD8C681496A50C0042DEA1 /* Preferences.c */; }; 72265DDC0F818F9300730A7D /* ipsec.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 72265DDB0F818F9300730A7D /* ipsec.plist */; }; 723B6A30162F7BE300895EE5 /* xpc_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */; }; 723B6A31162F7BE300895EE5 /* xpc_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */; }; 724ED87916851AAC008F2EBD /* ipsec.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = BACBF18B10290AE000BBFC85 /* ipsec.txt */; }; 724ED87A16851AB6008F2EBD /* ipsec.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 72265DDB0F818F9300730A7D /* ipsec.plist */; }; - 727FA360163A1A25000A3986 /* ipsec_interface.c in Sources */ = {isa = PBXBuildFile; fileRef = 727FA35F163A1A24000A3986 /* ipsec_interface.c */; }; - 727FA361163A1A25000A3986 /* ipsec_interface.c in Sources */ = {isa = PBXBuildFile; fileRef = 727FA35F163A1A24000A3986 /* ipsec_interface.c */; }; + 7253CC651E7B3F4600B2DDF5 /* racoon_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 7253CC611E7B3EAB00B2DDF5 /* racoon_test.c */; }; 72B433770E3677D800D67508 /* com.apple.racoon.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 724F99500E3672FD00C56897 /* com.apple.racoon.plist */; }; 72F5C72E1607A1AE004C192F /* api_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F5C72D1607A1AE004C192F /* api_support.c */; }; 72F5C72F1607A1AE004C192F /* api_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F5C72D1607A1AE004C192F /* api_support.c */; }; + 7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11D188DB07300874E91 /* NetworkExtension.framework */; }; + 7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11F188DB07C00874E91 /* NetworkExtension.framework */; }; 812530C30D3FE9DC006BDF4F /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258AE0988657000D15623 /* algorithm.c */; }; 812530C50D3FE9DC006BDF4F /* cfparse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B40988657000D15623 /* cfparse.y */; }; 812530C60D3FE9DC006BDF4F /* cftoken.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B60988657000D15623 /* cftoken.l */; }; @@ -224,7 +254,6 @@ 834072A90EDCC5AC00B6CCE8 /* com.apple.racoon.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 724F99500E3672FD00C56897 /* com.apple.racoon.plist */; }; 8D5B16750E5F7F4E00E72675 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D5B16230E5F7E9300E72675 /* libresolv.dylib */; }; 8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D5B16230E5F7E9300E72675 /* libresolv.dylib */; }; - BA04622B1562E6E400EF348A /* EAP8021X.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA04622A1562E6E400EF348A /* EAP8021X.framework */; }; BA485FA2109C1ECA00545E19 /* power_mgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = BA485FA1109C1ECA00545E19 /* power_mgmt.c */; }; BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = BA485FA1109C1ECA00545E19 /* power_mgmt.c */; }; BA48611C109C2BBA00545E19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA48611B109C2BBA00545E19 /* IOKit.framework */; }; @@ -236,29 +265,30 @@ BA5B6F310EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */; }; BA5B6F320EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F300EC19F80003774E7 /* ipsecPolicyTracer.c */; }; BA64A934114EFE8C00F3574C /* racoon.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA64A933114EFE5C00F3574C /* racoon.sb */; }; - BA64A935114EFE9900F3574C /* racoon.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA64A933114EFE5C00F3574C /* racoon.sb */; }; BA6F109B0EA1DEC200546773 /* ike_session.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6F109A0EA1DEC200546773 /* ike_session.c */; }; BA6F109C0EA1DEC200546773 /* ike_session.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6F109A0EA1DEC200546773 /* ike_session.c */; }; BA7777A11107EBCE00DD87E1 /* isakmp_frag.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D70988657000D15623 /* isakmp_frag.c */; }; BA7777A21107EBF600DD87E1 /* isakmp_frag.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D70988657000D15623 /* isakmp_frag.c */; }; - BA8BE71815655D360068DEB9 /* eap_sim.c in Sources */ = {isa = PBXBuildFile; fileRef = BA8BE71615655D360068DEB9 /* eap_sim.c */; }; - BA952E79156704DF00B07934 /* eap.c in Sources */ = {isa = PBXBuildFile; fileRef = BA952E77156704DF00B07934 /* eap.c */; }; - BAC2E175146DFD06009D4506 /* ikev2_ike_sa_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E16C146DFD05009D4506 /* ikev2_ike_sa_rfc.c */; }; - BAC2E176146DFD06009D4506 /* ikev2_ike_sa_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E16C146DFD05009D4506 /* ikev2_ike_sa_rfc.c */; }; - BAC2E177146DFD06009D4506 /* ikev2_ipsec_sa_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E16F146DFD05009D4506 /* ikev2_ipsec_sa_rfc.c */; }; - BAC2E178146DFD06009D4506 /* ikev2_ipsec_sa_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E16F146DFD05009D4506 /* ikev2_ipsec_sa_rfc.c */; }; - BAC2E179146DFD06009D4506 /* ikev2_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E172146DFD05009D4506 /* ikev2_rfc.c */; }; - BAC2E17A146DFD06009D4506 /* ikev2_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E172146DFD05009D4506 /* ikev2_rfc.c */; }; BACBF18C10290AE000BBFC85 /* ipsec.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = BACBF18B10290AE000BBFC85 /* ipsec.txt */; }; BACD8C6A1496A50C0042DEA1 /* Preferences.c in Sources */ = {isa = PBXBuildFile; fileRef = BACD8C681496A50C0042DEA1 /* Preferences.c */; }; BACD8C6B1496A50C0042DEA1 /* Preferences.c in Sources */ = {isa = PBXBuildFile; fileRef = BACD8C681496A50C0042DEA1 /* Preferences.c */; }; - BACF4E5F146F909E008F04FC /* ikev2_info_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BACF4E5E146F909E008F04FC /* ikev2_info_rfc.c */; }; - BACF4E60146F909E008F04FC /* ikev2_info_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BACF4E5E146F909E008F04FC /* ikev2_info_rfc.c */; }; - BACF4E631470E394008F04FC /* ikev2_sessresume_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BACF4E621470E394008F04FC /* ikev2_sessresume_rfc.c */; }; - BACF4E641470E394008F04FC /* ikev2_sessresume_rfc.c in Sources */ = {isa = PBXBuildFile; fileRef = BACF4E621470E394008F04FC /* ikev2_sessresume_rfc.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 69983DBC1E7B3D30007683BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 23D2D790087071FC00C51098 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69BB7E331E777E3C009EE2BA; + remoteInfo = racoon_test; + }; + 69983DBE1E7B4DE4007683BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 23D2D790087071FC00C51098 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69BB7E331E777E3C009EE2BA; + remoteInfo = racoon_test; + }; 724ED875168515A7008F2EBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 23D2D790087071FC00C51098 /* Project object */; @@ -294,28 +324,35 @@ remoteGlobalIDString = 72B3C2081684F5C4004E4548; remoteInfo = ipsec_executables; }; - 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */ = { + 78C83A0E1898421100DB2F64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 23D2D790087071FC00C51098 /* Project object */; proxyType = 1; remoteGlobalIDString = 812530BA0D3FE9DC006BDF4F; - remoteInfo = "racoon arm"; + remoteInfo = "racoon Embedded"; }; - 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */ = { + 78C83A101898421300DB2F64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 23D2D790087071FC00C51098 /* Project object */; proxyType = 1; - remoteGlobalIDString = 81DDFDB80D622C2700C5CB87; - remoteInfo = "libipsec Embedded"; + remoteGlobalIDString = 81DDFD970D622C1700C5CB87; + remoteInfo = "setkey Embedded"; }; - 81DDFDDE0D622D1700C5CB87 /* PBXContainerItemProxy */ = { + 78C83A121898421900DB2F64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 23D2D790087071FC00C51098 /* Project object */; proxyType = 1; remoteGlobalIDString = 81DDFDB80D622C2700C5CB87; remoteInfo = "libipsec Embedded"; }; - 81DDFDE30D622D8C00C5CB87 /* PBXContainerItemProxy */ = { + 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 23D2D790087071FC00C51098 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 812530BA0D3FE9DC006BDF4F; + remoteInfo = "racoon arm"; + }; + 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 23D2D790087071FC00C51098 /* Project object */; proxyType = 1; @@ -386,6 +423,15 @@ ); runOnlyForDeploymentPostprocessing = 1; }; + 69BB7E321E777E3C009EE2BA /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; 72265DD80F818ED700730A7D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; @@ -519,16 +565,6 @@ ); runOnlyForDeploymentPostprocessing = 1; }; - BA64A932114EFE4400F3574C /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 8; - dstPath = /usr/local/share/sandbox/profiles/embedded/builtin; - dstSubfolderSpec = 0; - files = ( - BA64A935114EFE9900F3574C /* racoon.sb in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 1; - }; BAA6806112B17CF900ACF6D3 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; @@ -673,15 +709,24 @@ 25F259270988657000D15623 /* vmbuf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vmbuf.h; sourceTree = ""; }; 25F777B909ABE3E100C99783 /* key_debug.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = key_debug.c; path = Common/key_debug.c; sourceTree = ""; }; 25F777ED09ABE58400C99783 /* pfkey_dump.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pfkey_dump.c; path = Common/pfkey_dump.c; sourceTree = ""; }; - 72171DAE166443AB0050B3B9 /* eap_aka.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eap_aka.c; sourceTree = ""; }; + 6912CB6F1E78D96900631D9A /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.Internal.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + 6912CB711E78D97200631D9A /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.Internal.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; + 6912CB751E78DD7100631D9A /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.Internal.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + 69BB7E341E777E3C009EE2BA /* racoon_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = racoon_test; sourceTree = BUILT_PRODUCTS_DIR; }; + 69BB7E351E777E3D009EE2BA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 72265DDB0F818F9300730A7D /* ipsec.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = ipsec.plist; sourceTree = ""; }; 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpc_racoon.c; sourceTree = ""; }; 723B6A33162F7C1100895EE5 /* ipsec_xpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipsec_xpc.h; sourceTree = ""; }; 724F99500E3672FD00C56897 /* com.apple.racoon.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.racoon.plist; sourceTree = ""; }; - 727FA35F163A1A24000A3986 /* ipsec_interface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipsec_interface.c; sourceTree = ""; }; - 727FA362163A1A43000A3986 /* ipsec_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ipsec_interface.h; sourceTree = ""; }; + 7253CC601E7B3EAB00B2DDF5 /* racoon_certs_data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = racoon_certs_data.h; path = "ipsec-tools/racoon_test/racoon_certs_data.h"; sourceTree = SOURCE_ROOT; }; + 7253CC611E7B3EAB00B2DDF5 /* racoon_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = racoon_test.c; path = "ipsec-tools/racoon_test/racoon_test.c"; sourceTree = SOURCE_ROOT; }; + 7253CC621E7B3EB700B2DDF5 /* future_cert.der */ = {isa = PBXFileReference; lastKnownFileType = file; name = future_cert.der; path = "ipsec-tools/racoon_test/future_cert.der"; sourceTree = SOURCE_ROOT; }; + 7253CC631E7B3EB700B2DDF5 /* past_cert.der */ = {isa = PBXFileReference; lastKnownFileType = file; name = past_cert.der; path = "ipsec-tools/racoon_test/past_cert.der"; sourceTree = SOURCE_ROOT; }; + 7253CC641E7B3EB700B2DDF5 /* valid_cert.der */ = {isa = PBXFileReference; lastKnownFileType = file; name = valid_cert.der; path = "ipsec-tools/racoon_test/valid_cert.der"; sourceTree = SOURCE_ROOT; }; 72F5C72D1607A1AE004C192F /* api_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = api_support.c; sourceTree = ""; }; 72F5C7311607A1DD004C192F /* api_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = api_support.h; sourceTree = ""; }; + 7822D11D188DB07300874E91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = ../../../../../System/Library/Frameworks/NetworkExtension.framework; sourceTree = ""; }; + 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; }; 8125310A0D3FE9DC006BDF4F /* racoon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = racoon; sourceTree = BUILT_PRODUCTS_DIR; }; 812A64EC0D4AA082004CB7EB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = SDKs/Purple/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; 81657D551457582300B8A054 /* racoon_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = racoon_types.h; sourceTree = ""; }; @@ -701,7 +746,6 @@ 81EDB0670B5D8D7000840BC7 /* ipsec_dump_policy.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_dump_policy.3; path = libipsec/ipsec_dump_policy.3; sourceTree = ""; }; 81EDB0680B5D8D8900840BC7 /* ipsec_get_policylen.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = ipsec_get_policylen.3; path = libipsec/ipsec_get_policylen.3; sourceTree = ""; }; 8D5B16230E5F7E9300E72675 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = /usr/lib/libresolv.dylib; sourceTree = ""; }; - BA04622A1562E6E400EF348A /* EAP8021X.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EAP8021X.framework; path = System/Library/PrivateFrameworks/EAP8021X.framework; sourceTree = SDKROOT; }; BA485FA1109C1ECA00545E19 /* power_mgmt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = power_mgmt.c; sourceTree = ""; }; BA485FA6109C243900545E19 /* power_mgmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = power_mgmt.h; sourceTree = ""; }; BA48611B109C2BBA00545E19 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; @@ -716,24 +760,9 @@ BA64A933114EFE5C00F3574C /* racoon.sb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = racoon.sb; sourceTree = ""; }; BA6F10940EA1D67700546773 /* ike_session.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ike_session.h; sourceTree = ""; }; BA6F109A0EA1DEC200546773 /* ike_session.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ike_session.c; sourceTree = ""; }; - BA8BE71615655D360068DEB9 /* eap_sim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eap_sim.c; sourceTree = ""; }; - BA8BE71715655D360068DEB9 /* eap_sim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eap_sim.h; sourceTree = ""; }; - BA952E77156704DF00B07934 /* eap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eap.c; sourceTree = ""; }; - BA952E78156704DF00B07934 /* eap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eap.h; sourceTree = ""; }; - BAC2E16C146DFD05009D4506 /* ikev2_ike_sa_rfc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ikev2_ike_sa_rfc.c; sourceTree = ""; }; - BAC2E16D146DFD05009D4506 /* ikev2_ike_sa_rfc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ikev2_ike_sa_rfc.h; sourceTree = ""; }; - BAC2E16E146DFD05009D4506 /* ikev2_info_rfc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ikev2_info_rfc.h; sourceTree = ""; }; - BAC2E16F146DFD05009D4506 /* ikev2_ipsec_sa_rfc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ikev2_ipsec_sa_rfc.c; sourceTree = ""; }; - BAC2E170146DFD05009D4506 /* ikev2_ipsec_sa_rfc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ikev2_ipsec_sa_rfc.h; sourceTree = ""; }; - BAC2E172146DFD05009D4506 /* ikev2_rfc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ikev2_rfc.c; sourceTree = ""; }; - BAC2E173146DFD06009D4506 /* ikev2_rfc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ikev2_rfc.h; sourceTree = ""; }; - BAC2E174146DFD06009D4506 /* ikev2_sessresume_rfc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ikev2_sessresume_rfc.h; sourceTree = ""; }; BACBF18B10290AE000BBFC85 /* ipsec.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ipsec.txt; sourceTree = ""; }; BACD8C681496A50C0042DEA1 /* Preferences.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Preferences.c; sourceTree = ""; }; BACD8C691496A50C0042DEA1 /* Preferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Preferences.h; sourceTree = ""; }; - BACF4E5E146F909E008F04FC /* ikev2_info_rfc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ikev2_info_rfc.c; sourceTree = ""; }; - BACF4E621470E394008F04FC /* ikev2_sessresume_rfc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ikev2_sessresume_rfc.c; sourceTree = ""; }; - C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = AspenSDK.xcconfig; path = AppleInternal/XcodeConfig/AspenSDK.xcconfig; sourceTree = DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -748,13 +777,12 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */, 81C387570D45208700975D5E /* DirectoryService.framework in Frameworks */, 81C387560D45208700975D5E /* Security.framework in Frameworks */, 25EAE8C109D87B080042CC7F /* CoreFoundation.framework in Frameworks */, 8D5B16750E5F7F4E00E72675 /* libresolv.dylib in Frameworks */, 2537A1C709E49D0600D0ECDA /* libipsec.A.dylib in Frameworks */, - 25EAE84809D879700042CC7F /* libssl.dylib in Frameworks */, - 25EAE84B09D879DE0042CC7F /* libcrypto.dylib in Frameworks */, 25EAE87709D87A770042CC7F /* libiconv.dylib in Frameworks */, 81C9645F0DA2CC2D00257BC8 /* SystemConfiguration.framework in Frameworks */, BA486225109C2BF500545E19 /* IOKit.framework in Frameworks */, @@ -769,11 +797,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 69BB7E311E777E3C009EE2BA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6912CB761E78DD7100631D9A /* SystemConfiguration.framework in Frameworks */, + 6912CB721E78D97200631D9A /* CoreFoundation.framework in Frameworks */, + 6912CB701E78D96900631D9A /* Security.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 812530F40D3FE9DC006BDF4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BA04622B1562E6E400EF348A /* EAP8021X.framework in Frameworks */, + 7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */, 8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */, 817FFC4E0D6134A7004A8DD8 /* libipsec.A.dylib in Frameworks */, 812530F80D3FE9DC006BDF4F /* libiconv.dylib in Frameworks */, @@ -806,11 +844,9 @@ 23D2D78C087071FC00C51098 = { isa = PBXGroup; children = ( - BA04622A1562E6E400EF348A /* EAP8021X.framework */, BA64A933114EFE5C00F3574C /* racoon.sb */, BACBF18B10290AE000BBFC85 /* ipsec.txt */, 72265DDB0F818F9300730A7D /* ipsec.plist */, - C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */, 25E5E82D0981A61900F2834C /* ipsec-tools */, 2589CB5409D8AE95002DC960 /* Libraries */, 25D3DB4C098998230025F703 /* Frameworks */, @@ -827,6 +863,7 @@ 8125310A0D3FE9DC006BDF4F /* racoon */, 81DDFDAA0D622C1700C5CB87 /* setkey */, 81DDFDCD0D622C2700C5CB87 /* libipsec.A.dylib */, + 69BB7E341E777E3C009EE2BA /* racoon_test */, ); name = Products; sourceTree = ""; @@ -866,6 +903,11 @@ 25D3DB4C098998230025F703 /* Frameworks */ = { isa = PBXGroup; children = ( + 6912CB751E78DD7100631D9A /* SystemConfiguration.framework */, + 6912CB711E78D97200631D9A /* CoreFoundation.framework */, + 6912CB6F1E78D96900631D9A /* Security.framework */, + 7822D11F188DB07C00874E91 /* NetworkExtension.framework */, + 7822D11D188DB07300874E91 /* NetworkExtension.framework */, 81C964580DA2CBEF00257BC8 /* SystemConfiguration.framework */, 81C9645D0DA2CC2D00257BC8 /* SystemConfiguration.framework */, 812A64EC0D4AA082004CB7EB /* Security.framework */, @@ -873,6 +915,7 @@ 25EAE83709D875BF0042CC7F /* DirectoryService.framework */, 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */, BA48611B109C2BBA00545E19 /* IOKit.framework */, + 69BB7E351E777E3D009EE2BA /* Foundation.framework */, ); name = Frameworks; sourceTree = ""; @@ -897,6 +940,7 @@ 25D3DB1B098996310025F703 /* libipsec */, 25F258000987FB1600D15623 /* racoon */, 25F257FF0987FB0E00D15623 /* setkey */, + 69BB7E2F1E777DEB009EE2BA /* Tests */, ); path = "ipsec-tools"; sourceTree = ""; @@ -952,16 +996,6 @@ 25F258CE0988657000D15623 /* handler.h */, BA6F109A0EA1DEC200546773 /* ike_session.c */, BA6F10940EA1D67700546773 /* ike_session.h */, - BAC2E16C146DFD05009D4506 /* ikev2_ike_sa_rfc.c */, - BAC2E16D146DFD05009D4506 /* ikev2_ike_sa_rfc.h */, - BAC2E16E146DFD05009D4506 /* ikev2_info_rfc.h */, - BACF4E5E146F909E008F04FC /* ikev2_info_rfc.c */, - BAC2E16F146DFD05009D4506 /* ikev2_ipsec_sa_rfc.c */, - BAC2E170146DFD05009D4506 /* ikev2_ipsec_sa_rfc.h */, - BAC2E172146DFD05009D4506 /* ikev2_rfc.c */, - BAC2E173146DFD06009D4506 /* ikev2_rfc.h */, - BAC2E174146DFD06009D4506 /* ikev2_sessresume_rfc.h */, - BACF4E621470E394008F04FC /* ikev2_sessresume_rfc.c */, 25F258CF0988657000D15623 /* ipsec_doi.c */, 25F258D00988657000D15623 /* ipsec_doi.h */, BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */, @@ -1043,14 +1077,7 @@ 25DE2DE60A8BD40E0010A46D /* vpn_control.c */, 25DE2DE70A8BD40E0010A46D /* vpn_control.h */, 81CA08910CE3BC870055C0AF /* vpn.c */, - BA8BE71615655D360068DEB9 /* eap_sim.c */, - 72171DAE166443AB0050B3B9 /* eap_aka.c */, - BA8BE71715655D360068DEB9 /* eap_sim.h */, - BA952E77156704DF00B07934 /* eap.c */, - BA952E78156704DF00B07934 /* eap.h */, BA5B6F4F0EC1A136003774E7 /* vpn.h */, - 727FA35F163A1A24000A3986 /* ipsec_interface.c */, - 727FA362163A1A43000A3986 /* ipsec_interface.h */, 72F5C72D1607A1AE004C192F /* api_support.c */, 72F5C7311607A1DD004C192F /* api_support.h */, 723B6A2F162F7BE300895EE5 /* xpc_racoon.c */, @@ -1070,6 +1097,43 @@ path = Sample; sourceTree = ""; }; + 69983DB81E7B1BC6007683BF /* Source */ = { + isa = PBXGroup; + children = ( + 7253CC601E7B3EAB00B2DDF5 /* racoon_certs_data.h */, + 7253CC611E7B3EAB00B2DDF5 /* racoon_test.c */, + ); + path = Source; + sourceTree = ""; + }; + 69983DB91E7B1BCE007683BF /* Support */ = { + isa = PBXGroup; + children = ( + 7253CC621E7B3EB700B2DDF5 /* future_cert.der */, + 7253CC631E7B3EB700B2DDF5 /* past_cert.der */, + 7253CC641E7B3EB700B2DDF5 /* valid_cert.der */, + ); + path = Support; + sourceTree = ""; + }; + 69BB7E2F1E777DEB009EE2BA /* Tests */ = { + isa = PBXGroup; + children = ( + 69BB7E371E777E3D009EE2BA /* racoon_test */, + ); + path = Tests; + sourceTree = ""; + }; + 69BB7E371E777E3D009EE2BA /* racoon_test */ = { + isa = PBXGroup; + children = ( + 69983DB81E7B1BC6007683BF /* Source */, + 69983DB91E7B1BCE007683BF /* Support */, + ); + name = racoon_test; + path = ../../racoon_test; + sourceTree = ""; + }; 818710380D5BE15400C7B441 /* Sample */ = { isa = PBXGroup; children = ( @@ -1172,6 +1236,23 @@ productReference = 25F2580A0987FC1500D15623 /* setkey */; productType = "com.apple.product-type.tool"; }; + 69BB7E331E777E3C009EE2BA /* racoon_test */ = { + isa = PBXNativeTarget; + buildConfigurationList = 69BB7E3C1E777E3D009EE2BA /* Build configuration list for PBXNativeTarget "racoon_test" */; + buildPhases = ( + 69BB7E301E777E3C009EE2BA /* Sources */, + 69BB7E311E777E3C009EE2BA /* Frameworks */, + 69BB7E321E777E3C009EE2BA /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = racoon_test; + productName = racoon_test; + productReference = 69BB7E341E777E3C009EE2BA /* racoon_test */; + productType = "com.apple.product-type.tool"; + }; 812530BA0D3FE9DC006BDF4F /* racoon Embedded */ = { isa = PBXNativeTarget; buildConfigurationList = 812531050D3FE9DC006BDF4F /* Build configuration list for PBXNativeTarget "racoon Embedded" */; @@ -1183,14 +1264,12 @@ 812530FF0D3FE9DC006BDF4F /* CopyFiles */, 812531020D3FE9DC006BDF4F /* CopyFiles */, 725F453B0E36A15C005BB55C /* CopyFiles */, - BA64A932114EFE4400F3574C /* CopyFiles */, 812531040D3FE9DC006BDF4F /* ShellScript */, 834072BB0EDCC5C400B6CCE8 /* CopyFiles */, ); buildRules = ( ); dependencies = ( - 81DDFDDF0D622D1700C5CB87 /* PBXTargetDependency */, ); name = "racoon Embedded"; productName = racoon; @@ -1209,7 +1288,6 @@ buildRules = ( ); dependencies = ( - 81DDFDE40D622D8C00C5CB87 /* PBXTargetDependency */, ); name = "setkey Embedded"; productName = setkey; @@ -1242,6 +1320,12 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 0430; + TargetAttributes = { + 69BB7E331E777E3C009EE2BA = { + CreatedOnToolsVersion = 9.0; + ProvisioningStyle = Automatic; + }; + }; }; buildConfigurationList = 25D3DACC098952B20025F703 /* Build configuration list for PBXProject "ipsec" */; compatibilityVersion = "Xcode 3.2"; @@ -1265,9 +1349,12 @@ 25F258090987FC1500D15623 /* setkey */, 2537A1A709E4864800D0ECDA /* libipsec */, 812530AA0D3FE994006BDF4F /* IPSec Embedded (Aggregate) */, + 78C83A09189841FA00DB2F64 /* ipsec_executables_embedded */, + 78C83A04189841E800DB2F64 /* ipsec_libraries_embedded */, 812530BA0D3FE9DC006BDF4F /* racoon Embedded */, 81DDFD970D622C1700C5CB87 /* setkey Embedded */, 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */, + 69BB7E331E777E3C009EE2BA /* racoon_test */, ); }; /* End PBXProject section */ @@ -1419,15 +1506,9 @@ BA5B6F2B0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */, BA485FA2109C1ECA00545E19 /* power_mgmt.c in Sources */, 81CBCFE91447A1C20000D6E6 /* fsm.c in Sources */, - BAC2E175146DFD06009D4506 /* ikev2_ike_sa_rfc.c in Sources */, - BAC2E177146DFD06009D4506 /* ikev2_ipsec_sa_rfc.c in Sources */, - BAC2E179146DFD06009D4506 /* ikev2_rfc.c in Sources */, - BACF4E5F146F909E008F04FC /* ikev2_info_rfc.c in Sources */, - BACF4E631470E394008F04FC /* ikev2_sessresume_rfc.c in Sources */, BACD8C6A1496A50C0042DEA1 /* Preferences.c in Sources */, 72F5C72E1607A1AE004C192F /* api_support.c in Sources */, 723B6A30162F7BE300895EE5 /* xpc_racoon.c in Sources */, - 727FA360163A1A25000A3986 /* ipsec_interface.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1445,6 +1526,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 69BB7E301E777E3C009EE2BA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7253CC651E7B3F4600B2DDF5 /* racoon_test.c in Sources */, + 6912CB771E78DD8800631D9A /* Preferences.c in Sources */, + 6912CB741E78D9D800631D9A /* plog.c in Sources */, + 6912CB731E78D9A900631D9A /* vmbuf.c in Sources */, + 6912CB6E1E78D94B00631D9A /* crypto_cssm.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 812530BF0D3FE9DC006BDF4F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1497,18 +1590,9 @@ BA5B6F2C0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */, BA5B6F2D0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */, BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */, - BAC2E176146DFD06009D4506 /* ikev2_ike_sa_rfc.c in Sources */, - BAC2E178146DFD06009D4506 /* ikev2_ipsec_sa_rfc.c in Sources */, - BAC2E17A146DFD06009D4506 /* ikev2_rfc.c in Sources */, - BACF4E60146F909E008F04FC /* ikev2_info_rfc.c in Sources */, - BACF4E641470E394008F04FC /* ikev2_sessresume_rfc.c in Sources */, BACD8C6B1496A50C0042DEA1 /* Preferences.c in Sources */, - BA8BE71815655D360068DEB9 /* eap_sim.c in Sources */, - BA952E79156704DF00B07934 /* eap.c in Sources */, 72F5C72F1607A1AE004C192F /* api_support.c in Sources */, 723B6A31162F7BE300895EE5 /* xpc_racoon.c in Sources */, - 727FA361163A1A25000A3986 /* ipsec_interface.c in Sources */, - 72171DAF166443AB0050B3B9 /* eap_aka.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1541,6 +1625,16 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 69983DBD1E7B3D30007683BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69BB7E331E777E3C009EE2BA /* racoon_test */; + targetProxy = 69983DBC1E7B3D30007683BF /* PBXContainerItemProxy */; + }; + 69983DBF1E7B4DE4007683BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69BB7E331E777E3C009EE2BA /* racoon_test */; + targetProxy = 69983DBE1E7B4DE4007683BF /* PBXContainerItemProxy */; + }; 724ED876168515A7008F2EBD /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 72B3C21116850B87004E4548 /* ipsec_libraries */; @@ -1566,25 +1660,30 @@ target = 72B3C2081684F5C4004E4548 /* ipsec_executables */; targetProxy = 72B3C21816850CC5004E4548 /* PBXContainerItemProxy */; }; - 812531110D3FEA28006BDF4F /* PBXTargetDependency */ = { + 78C83A0F1898421100DB2F64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 812530BA0D3FE9DC006BDF4F /* racoon Embedded */; - targetProxy = 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */; + targetProxy = 78C83A0E1898421100DB2F64 /* PBXContainerItemProxy */; }; - 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */ = { + 78C83A111898421300DB2F64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */; - targetProxy = 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */; + target = 81DDFD970D622C1700C5CB87 /* setkey Embedded */; + targetProxy = 78C83A101898421300DB2F64 /* PBXContainerItemProxy */; }; - 81DDFDDF0D622D1700C5CB87 /* PBXTargetDependency */ = { + 78C83A131898421900DB2F64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */; - targetProxy = 81DDFDDE0D622D1700C5CB87 /* PBXContainerItemProxy */; + targetProxy = 78C83A121898421900DB2F64 /* PBXContainerItemProxy */; }; - 81DDFDE40D622D8C00C5CB87 /* PBXTargetDependency */ = { + 812531110D3FEA28006BDF4F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 812530BA0D3FE9DC006BDF4F /* racoon Embedded */; + targetProxy = 812531100D3FEA28006BDF4F /* PBXContainerItemProxy */; + }; + 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */; - targetProxy = 81DDFDE30D622D8C00C5CB87 /* PBXContainerItemProxy */; + targetProxy = 81DDFDD80D622C4E00C5CB87 /* PBXContainerItemProxy */; }; 81DDFDF10D627DE300C5CB87 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -1599,7 +1698,6 @@ buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)"; @@ -1619,7 +1717,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -1634,7 +1731,6 @@ buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)"; @@ -1652,7 +1748,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -1666,7 +1761,6 @@ buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)"; @@ -1683,7 +1777,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -1747,6 +1840,8 @@ ALTERNATE_MODE = "$(inherited)"; ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist"; + CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -1766,7 +1861,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LEXFLAGS = ""; OTHER_CFLAGS = ( @@ -1781,6 +1875,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; SKIP_INSTALL = YES; WARNING_CFLAGS = ( @@ -1802,6 +1897,8 @@ ALTERNATE_MODE = "$(inherited)"; ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist"; + CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DSTROOT = "/tmp/$(PROJECT_NAME).dst"; FRAMEWORK_SEARCH_PATHS = ""; @@ -1821,7 +1918,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -1835,6 +1931,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1854,6 +1951,8 @@ ALTERNATE_MODE = "$(inherited)"; ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements-mac.plist"; + CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DSTROOT = "/tmp/$(PROJECT_NAME).dst"; FRAMEWORK_SEARCH_PATHS = ""; @@ -1873,7 +1972,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -1887,6 +1985,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1917,7 +2016,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -1955,7 +2053,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -1992,7 +2089,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2047,11 +2143,171 @@ }; name = Default; }; + 69BB7E3D1E777E3D009EE2BA /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + APPLY_RULES_IN_COPY_FILES = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + STRIP_INSTALLED_PRODUCT = NO; + SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvos appletvsimulator"; + TVOS_DEPLOYMENT_TARGET = 11.0; + VALID_ARCHS = "arm64 arm64_32 arm64e armv4t armv5 armv6 armv6m armv7 armv7em armv7f armv7k armv7m armv7s xscale x86_64h x86_64 i386"; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Development; + }; + 69BB7E3E1E777E3D009EE2BA /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + APPLY_RULES_IN_COPY_FILES = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-"; + COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_CFLAGS = "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvos appletvsimulator"; + TVOS_DEPLOYMENT_TARGET = 11.0; + VALIDATE_PRODUCT = YES; + VALID_ARCHS = "arm64 arm64_32 arm64e armv4t armv5 armv6 armv6m armv7 armv7em armv7f armv7k armv7m armv7s xscale x86_64h x86_64 i386"; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Deployment; + }; + 69BB7E3F1E777E3D009EE2BA /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + APPLY_RULES_IN_COPY_FILES = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-"; + COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_CFLAGS = "-DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvos appletvsimulator"; + TVOS_DEPLOYMENT_TARGET = 11.0; + VALIDATE_PRODUCT = YES; + VALID_ARCHS = "arm64 arm64_32 arm64e armv4t armv5 armv6 armv6m armv7 armv7em armv7f armv7k armv7m armv7s xscale x86_64h x86_64 i386"; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Default; + }; 72B3C2091684F5C4004E4548 /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx.internal; }; name = Development; }; @@ -2060,6 +2316,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx.internal; }; name = Deployment; }; @@ -2068,6 +2325,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx.internal; }; name = Default; }; @@ -2095,9 +2353,53 @@ }; name = Default; }; + 78C83A05189841E800DB2F64 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Development; + }; + 78C83A06189841E800DB2F64 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Deployment; + }; + 78C83A07189841E800DB2F64 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Default; + }; + 78C83A0B189841FA00DB2F64 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + }; + name = Development; + }; + 78C83A0C189841FA00DB2F64 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + }; + name = Deployment; + }; + 78C83A0D189841FA00DB2F64 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; + }; + name = Default; + }; 812530B60D3FE994006BDF4F /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2113,6 +2415,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2123,7 +2426,6 @@ }; 812530B70D3FE994006BDF4F /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2139,6 +2441,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2149,7 +2452,6 @@ }; 812530B90D3FE994006BDF4F /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2165,6 +2467,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2175,12 +2478,9 @@ }; 812531060D3FE9DC006BDF4F /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = "$(inherited)"; - ALTERNATE_OWNER = "$(inherited)"; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2202,7 +2502,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LEXFLAGS = ""; OTHER_CFLAGS = ( @@ -2218,8 +2517,10 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = iphoneos.internal; SECTORDER_FLAGS = ""; SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2233,12 +2534,9 @@ }; 812531070D3FE9DC006BDF4F /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = "$(inherited)"; - ALTERNATE_OWNER = "$(inherited)"; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2260,7 +2558,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -2275,7 +2572,9 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = iphoneos.internal; SECTORDER_FLAGS = ""; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2288,12 +2587,9 @@ }; 812531090D3FE9DC006BDF4F /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = "$(inherited)"; - ALTERNATE_OWNER = "$(inherited)"; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/entitlements.plist"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2315,7 +2611,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -2330,7 +2625,9 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = iphoneos.internal; SECTORDER_FLAGS = ""; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2343,7 +2640,6 @@ }; 81DDFDA70D622C1700C5CB87 /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2363,7 +2659,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2386,7 +2681,6 @@ }; 81DDFDA80D622C1700C5CB87 /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2405,7 +2699,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2428,7 +2721,6 @@ }; 81DDFDA90D622C1700C5CB87 /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2446,7 +2738,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2468,11 +2759,9 @@ }; 81DDFDCA0D622C2700C5CB87 /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2494,7 +2783,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -2507,11 +2795,9 @@ }; 81DDFDCB0D622C2700C5CB87 /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2531,7 +2817,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -2543,11 +2828,9 @@ }; 81DDFDCC0D622C2700C5CB87 /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ALTERNATE_GROUP = "$(inherited)"; ALTERNATE_MODE = ""; - ALTERNATE_OWNER = "$(inherited)"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; @@ -2566,7 +2849,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; @@ -2629,6 +2911,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; + 69BB7E3C1E777E3D009EE2BA /* Build configuration list for PBXNativeTarget "racoon_test" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 69BB7E3D1E777E3D009EE2BA /* Development */, + 69BB7E3E1E777E3D009EE2BA /* Deployment */, + 69BB7E3F1E777E3D009EE2BA /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; 72B3C20C1684F5C4004E4548 /* Build configuration list for PBXAggregateTarget "ipsec_executables" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -2649,6 +2941,26 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; + 78C83A08189841E800DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_libraries_embedded" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 78C83A05189841E800DB2F64 /* Development */, + 78C83A06189841E800DB2F64 /* Deployment */, + 78C83A07189841E800DB2F64 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 78C83A0A189841FA00DB2F64 /* Build configuration list for PBXAggregateTarget "ipsec_executables_embedded" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 78C83A0B189841FA00DB2F64 /* Development */, + 78C83A0C189841FA00DB2F64 /* Deployment */, + 78C83A0D189841FA00DB2F64 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; 812530B50D3FE994006BDF4F /* Build configuration list for PBXAggregateTarget "IPSec Embedded (Aggregate)" */ = { isa = XCConfigurationList; buildConfigurations = (