X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/d9c572c0d1634988834f2a68361f92bc7242cce4..6b88cae0d0da46a0b1b6418a44da86af3e4527c3:/ipsec.xcodeproj/project.pbxproj diff --git a/ipsec.xcodeproj/project.pbxproj b/ipsec.xcodeproj/project.pbxproj index 33ec9e6..84809d9 100644 --- a/ipsec.xcodeproj/project.pbxproj +++ b/ipsec.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 72B3C21E16850D1E004E4548 /* CopyFiles */, ); dependencies = ( + 69983DBD1E7B3D30007683BF /* PBXTargetDependency */, 72B3C2101684F5E1004E4548 /* PBXTargetDependency */, 72B3C20E1684F5DE004E4548 /* PBXTargetDependency */, ); @@ -75,6 +76,7 @@ buildPhases = ( ); dependencies = ( + 69983DBF1E7B4DE4007683BF /* PBXTargetDependency */, 812531110D3FEA28006BDF4F /* PBXTargetDependency */, 81DDFDD90D622C4E00C5CB87 /* PBXTargetDependency */, 81DDFDF10D627DE300C5CB87 /* PBXTargetDependency */, @@ -104,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 */; }; @@ -149,16 +149,35 @@ 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 */; }; + 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 */; }; + 697EFE7324281E030032C70E /* ipsec_doi.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258CF0988657000D15623 /* ipsec_doi.c */; }; + 697EFE742428278D0032C70E /* strnames.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591F0988657000D15623 /* strnames.c */; }; + 697EFE75242951900032C70E /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258AE0988657000D15623 /* algorithm.c */; }; + 697EFE77242952370032C70E /* oakley.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F30988657000D15623 /* oakley.c */; }; + 697EFE78242952560032C70E /* crypto_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B90988657000D15623 /* crypto_openssl.c */; }; + 697EFE7A2429CDAF0032C70E /* isakmp_cfg.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258D50988657000D15623 /* isakmp_cfg.c */; }; + 697EFE822429D70C0032C70E /* sockmisc.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F2591A0988657000D15623 /* sockmisc.c */; }; + 697EFE832429E4A00032C70E /* pfkey_racoon.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258F80988657000D15623 /* pfkey_racoon.c */; }; + 697EFE842429E4C80032C70E /* policy.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258FF0988657000D15623 /* policy.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 */; }; + 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 */; }; + 78A0A1BF1F7F54F600B34E00 /* libnetwork.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */; }; + 78A0A1C11F7F550300B34E00 /* libnetwork.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A0A1C01F7F550200B34E00 /* libnetwork.dylib */; }; 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 */; }; @@ -250,12 +269,6 @@ BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = BA485FA1109C1ECA00545E19 /* power_mgmt.c */; }; BA48611C109C2BBA00545E19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA48611B109C2BBA00545E19 /* IOKit.framework */; }; BA486225109C2BF500545E19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA48611B109C2BBA00545E19 /* IOKit.framework */; }; - BA5B6F2A0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */; }; - BA5B6F2B0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */; }; - BA5B6F2C0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F280EC19F40003774E7 /* ipsecConfigTracer.c */; }; - BA5B6F2D0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5B6F290EC19F40003774E7 /* ipsecSessionTracer.c */; }; - 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 */; }; 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 */; }; @@ -267,6 +280,20 @@ /* 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 */; @@ -401,6 +428,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; @@ -678,14 +714,26 @@ 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 = ""; }; + 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 = ""; }; + 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; }; + 78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libnetwork.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/lib/libnetwork.tbd; sourceTree = DEVELOPER_DIR; }; + 78A0A1C01F7F550200B34E00 /* libnetwork.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libnetwork.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.Internal.sdk/usr/lib/libnetwork.dylib; 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 = ""; }; @@ -722,7 +770,6 @@ 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 = ""; }; - 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 */ @@ -737,14 +784,13 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 78A0A1BF1F7F54F600B34E00 /* libnetwork.tbd in Frameworks */, 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 */, @@ -759,10 +805,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 = ( + 78A0A1C11F7F550300B34E00 /* libnetwork.dylib in Frameworks */, 7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */, 8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */, 817FFC4E0D6134A7004A8DD8 /* libipsec.A.dylib in Frameworks */, @@ -799,7 +856,6 @@ BA64A933114EFE5C00F3574C /* racoon.sb */, BACBF18B10290AE000BBFC85 /* ipsec.txt */, 72265DDB0F818F9300730A7D /* ipsec.plist */, - C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */, 25E5E82D0981A61900F2834C /* ipsec-tools */, 2589CB5409D8AE95002DC960 /* Libraries */, 25D3DB4C098998230025F703 /* Frameworks */, @@ -816,6 +872,7 @@ 8125310A0D3FE9DC006BDF4F /* racoon */, 81DDFDAA0D622C1700C5CB87 /* setkey */, 81DDFDCD0D622C2700C5CB87 /* libipsec.A.dylib */, + 69BB7E341E777E3C009EE2BA /* racoon_test */, ); name = Products; sourceTree = ""; @@ -855,6 +912,11 @@ 25D3DB4C098998230025F703 /* Frameworks */ = { isa = PBXGroup; children = ( + 78A0A1C01F7F550200B34E00 /* libnetwork.dylib */, + 78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */, + 6912CB751E78DD7100631D9A /* SystemConfiguration.framework */, + 6912CB711E78D97200631D9A /* CoreFoundation.framework */, + 6912CB6F1E78D96900631D9A /* Security.framework */, 7822D11F188DB07C00874E91 /* NetworkExtension.framework */, 7822D11D188DB07300874E91 /* NetworkExtension.framework */, 81C964580DA2CBEF00257BC8 /* SystemConfiguration.framework */, @@ -864,6 +926,7 @@ 25EAE83709D875BF0042CC7F /* DirectoryService.framework */, 25EAE8C009D87B080042CC7F /* CoreFoundation.framework */, BA48611B109C2BBA00545E19 /* IOKit.framework */, + 69BB7E351E777E3D009EE2BA /* Foundation.framework */, ); name = Frameworks; sourceTree = ""; @@ -888,6 +951,7 @@ 25D3DB1B098996310025F703 /* libipsec */, 25F258000987FB1600D15623 /* racoon */, 25F257FF0987FB0E00D15623 /* setkey */, + 69BB7E2F1E777DEB009EE2BA /* Tests */, ); path = "ipsec-tools"; sourceTree = ""; @@ -1044,6 +1108,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 = ( @@ -1146,6 +1247,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" */; @@ -1213,6 +1331,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"; @@ -1241,6 +1365,7 @@ 812530BA0D3FE9DC006BDF4F /* racoon Embedded */, 81DDFD970D622C1700C5CB87 /* setkey Embedded */, 81DDFDB80D622C2700C5CB87 /* libipsec Embedded */, + 69BB7E331E777E3C009EE2BA /* racoon_test */, ); }; /* End PBXProject section */ @@ -1388,8 +1513,6 @@ 25DE2DE90A8BD40E0010A46D /* vpn_control.c in Sources */, 81CA08920CE3BC870055C0AF /* vpn.c in Sources */, BA6F109B0EA1DEC200546773 /* ike_session.c in Sources */, - BA5B6F2A0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */, - BA5B6F2B0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */, BA485FA2109C1ECA00545E19 /* power_mgmt.c in Sources */, 81CBCFE91447A1C20000D6E6 /* fsm.c in Sources */, BACD8C6A1496A50C0042DEA1 /* Preferences.c in Sources */, @@ -1408,7 +1531,27 @@ 25ECCDA209AD479A00883CA3 /* pfkey.c in Sources */, 25F258910988648C00D15623 /* setkey.c in Sources */, 25F258940988648C00D15623 /* token.l in Sources */, - BA5B6F310EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 69BB7E301E777E3C009EE2BA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 697EFE842429E4C80032C70E /* policy.c in Sources */, + 697EFE832429E4A00032C70E /* pfkey_racoon.c in Sources */, + 697EFE822429D70C0032C70E /* sockmisc.c in Sources */, + 697EFE7A2429CDAF0032C70E /* isakmp_cfg.c in Sources */, + 697EFE78242952560032C70E /* crypto_openssl.c in Sources */, + 697EFE77242952370032C70E /* oakley.c in Sources */, + 697EFE75242951900032C70E /* algorithm.c in Sources */, + 697EFE742428278D0032C70E /* strnames.c in Sources */, + 697EFE7324281E030032C70E /* ipsec_doi.c in Sources */, + 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; }; @@ -1461,8 +1604,6 @@ 812530F20D3FE9DC006BDF4F /* vpn_control.c in Sources */, 812530F30D3FE9DC006BDF4F /* vpn.c in Sources */, BA6F109C0EA1DEC200546773 /* ike_session.c in Sources */, - BA5B6F2C0EC19F40003774E7 /* ipsecConfigTracer.c in Sources */, - BA5B6F2D0EC19F40003774E7 /* ipsecSessionTracer.c in Sources */, BA485FA3109C1ECA00545E19 /* power_mgmt.c in Sources */, BACD8C6B1496A50C0042DEA1 /* Preferences.c in Sources */, 72F5C72F1607A1AE004C192F /* api_support.c in Sources */, @@ -1480,7 +1621,6 @@ 81DDFD9E0D622C1700C5CB87 /* pfkey.c in Sources */, 81DDFD9F0D622C1700C5CB87 /* setkey.c in Sources */, 81DDFDA00D622C1700C5CB87 /* token.l in Sources */, - BA5B6F320EC19F80003774E7 /* ipsecPolicyTracer.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1499,6 +1639,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 */; @@ -1562,7 +1712,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)"; @@ -1582,8 +1731,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; SKIP_INSTALL = YES; @@ -1597,7 +1746,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)"; @@ -1615,8 +1763,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec"; @@ -1629,7 +1777,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)"; @@ -1646,8 +1793,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; YACCFLAGS = "$(YACCFLAGS) -d -p__libipsec"; @@ -1731,7 +1878,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LEXFLAGS = ""; OTHER_CFLAGS = ( @@ -1746,6 +1892,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; SKIP_INSTALL = YES; WARNING_CFLAGS = ( @@ -1788,7 +1935,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -1802,6 +1948,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1842,7 +1989,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -1856,6 +2002,7 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = macosx.internal; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1886,7 +2033,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -1924,7 +2070,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -1961,7 +2106,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2016,11 +2160,172 @@ }; 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; + DEAD_CODE_STRIPPING = YES; + 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; }; @@ -2029,6 +2334,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx.internal; }; name = Deployment; }; @@ -2037,6 +2343,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx.internal; }; name = Default; }; @@ -2089,6 +2396,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; }; name = Development; }; @@ -2096,6 +2404,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; }; name = Deployment; }; @@ -2103,12 +2412,12 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos.internal; }; name = Default; }; 812530B60D3FE994006BDF4F /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2124,6 +2433,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2134,7 +2444,6 @@ }; 812530B70D3FE994006BDF4F /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2150,6 +2459,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2160,7 +2470,6 @@ }; 812530B90D3FE994006BDF4F /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ADDITIONAL_SDKS = ""; ARCHS = ( @@ -2176,6 +2485,7 @@ PRODUCT_NAME = "IPSec Embedded (Aggregate)"; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2186,12 +2496,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; @@ -2213,7 +2520,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LEXFLAGS = ""; OTHER_CFLAGS = ( @@ -2229,8 +2535,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", @@ -2244,12 +2552,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; @@ -2271,7 +2576,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -2286,7 +2590,9 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = iphoneos.internal; SECTORDER_FLAGS = ""; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2299,12 +2605,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; @@ -2326,7 +2629,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "$(OTHER_CFLAGS_QUOTED_1)", @@ -2341,7 +2643,9 @@ OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = racoon; + SDKROOT = iphoneos.internal; SECTORDER_FLAGS = ""; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2354,7 +2658,6 @@ }; 81DDFDA70D622C1700C5CB87 /* Development */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2374,7 +2677,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2397,7 +2699,6 @@ }; 81DDFDA80D622C1700C5CB87 /* Deployment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2416,7 +2717,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2439,7 +2739,6 @@ }; 81DDFDA90D622C1700C5CB87 /* Default */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C172BD980E6369BE0030F8EB /* AspenSDK.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -2457,7 +2756,6 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/sbin; LIBRARY_SEARCH_PATHS = ""; MACH_O_TYPE = mh_execute; @@ -2479,11 +2777,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; @@ -2505,8 +2801,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; SKIP_INSTALL = YES; @@ -2518,11 +2814,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; @@ -2542,8 +2836,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; WARNING_CFLAGS = "-Wcast-align"; @@ -2554,11 +2848,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; @@ -2577,8 +2869,8 @@ ); INSTALL_GROUP = wheel; INSTALL_MODE_FLAG = 555; - INSTALL_OWNER = root; INSTALL_PATH = /usr/lib; + IS_ZIPPERED = YES; LEXFLAGS = "$(LEXFLAGS) -P__libipsec"; PRODUCT_NAME = ipsec.A; WARNING_CFLAGS = "-Wcast-align"; @@ -2640,6 +2932,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 = (