aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontends/osx/strongSwan.xcodeproj/project.pbxproj')
-rw-r--r--src/frontends/osx/strongSwan.xcodeproj/project.pbxproj333
1 files changed, 333 insertions, 0 deletions
diff --git a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj
new file mode 100644
index 000000000..2eb88b77a
--- /dev/null
+++ b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj
@@ -0,0 +1,333 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 5B74989217311B200041971E /* xpc_channels.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B74989117311B200041971E /* xpc_channels.c */; };
+ 5B7498B8173275D10041971E /* xpc_logger.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B7498B7173275D10041971E /* xpc_logger.c */; };
+ 5BD1CCD71726DB4000587077 /* charon-xpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5BD1CCD61726DB4000587077 /* charon-xpc.c */; };
+ 5BF60F31173405A000E5D608 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BD1CCD31726DB4000587077 /* CoreFoundation.framework */; };
+ 5BF60F33173405AC00E5D608 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BD1CCF21727DE3E00587077 /* Security.framework */; };
+ 5BF60F3E1734070A00E5D608 /* xpc_dispatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B74984C172AA3550041971E /* xpc_dispatch.c */; };
+ 5BF60F631743C57500E5D608 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BF60F621743C57500E5D608 /* SystemConfiguration.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 5B74984C172AA3550041971E /* xpc_dispatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpc_dispatch.c; sourceTree = "<group>"; };
+ 5B74984E172AA3670041971E /* xpc_dispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xpc_dispatch.h; sourceTree = "<group>"; };
+ 5B74989017311AFC0041971E /* xpc_channels.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xpc_channels.h; sourceTree = "<group>"; };
+ 5B74989117311B200041971E /* xpc_channels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpc_channels.c; sourceTree = "<group>"; };
+ 5B7498B7173275D10041971E /* xpc_logger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpc_logger.c; sourceTree = "<group>"; };
+ 5B7498B9173275DD0041971E /* xpc_logger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xpc_logger.h; sourceTree = "<group>"; };
+ 5BD1CCD31726DB4000587077 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
+ 5BD1CCD61726DB4000587077 /* charon-xpc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "charon-xpc.c"; sourceTree = "<group>"; };
+ 5BD1CCE01726DCD000587077 /* charon-xpc-Launchd.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "charon-xpc-Launchd.plist"; sourceTree = "<group>"; };
+ 5BD1CCE11726DD9900587077 /* charon-xpc-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "charon-xpc-Info.plist"; sourceTree = "<group>"; };
+ 5BD1CCEA1727CCA400587077 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
+ 5BD1CCEC1727D7AF00587077 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
+ 5BD1CCF21727DE3E00587077 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
+ 5BF60F621743C57500E5D608 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 5BD1CCCE1726DB4000587077 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 5BF60F631743C57500E5D608 /* SystemConfiguration.framework in Frameworks */,
+ 5BF60F31173405A000E5D608 /* CoreFoundation.framework in Frameworks */,
+ 5BF60F33173405AC00E5D608 /* Security.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 5BD1CCA11726DB0100587077 = {
+ isa = PBXGroup;
+ children = (
+ 5BD1CCEA1727CCA400587077 /* README.md */,
+ 5BD1CCD51726DB4000587077 /* charon-xpc */,
+ 5BD1CCAF1726DB0100587077 /* Frameworks */,
+ 5BD1CCAD1726DB0100587077 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 5BD1CCAD1726DB0100587077 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 5BD1CCD11726DB4000587077 /* org.strongswan.charon-xpc */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 5BD1CCAF1726DB0100587077 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 5BF60F621743C57500E5D608 /* SystemConfiguration.framework */,
+ 5BD1CCF21727DE3E00587077 /* Security.framework */,
+ 5BD1CCEC1727D7AF00587077 /* ServiceManagement.framework */,
+ 5BD1CCD31726DB4000587077 /* CoreFoundation.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ 5BD1CCD51726DB4000587077 /* charon-xpc */ = {
+ isa = PBXGroup;
+ children = (
+ 5BD1CCD61726DB4000587077 /* charon-xpc.c */,
+ 5BD1CCE01726DCD000587077 /* charon-xpc-Launchd.plist */,
+ 5BD1CCE11726DD9900587077 /* charon-xpc-Info.plist */,
+ 5B74984C172AA3550041971E /* xpc_dispatch.c */,
+ 5B74984E172AA3670041971E /* xpc_dispatch.h */,
+ 5B74989017311AFC0041971E /* xpc_channels.h */,
+ 5B74989117311B200041971E /* xpc_channels.c */,
+ 5B7498B7173275D10041971E /* xpc_logger.c */,
+ 5B7498B9173275DD0041971E /* xpc_logger.h */,
+ );
+ path = "charon-xpc";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 5BD1CCD01726DB4000587077 /* charon-xpc */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 5BD1CCDA1726DB4000587077 /* Build configuration list for PBXNativeTarget "charon-xpc" */;
+ buildPhases = (
+ 5BD1CCCD1726DB4000587077 /* Sources */,
+ 5BD1CCCE1726DB4000587077 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "charon-xpc";
+ productName = "charon-xpc";
+ productReference = 5BD1CCD11726DB4000587077 /* org.strongswan.charon-xpc */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 5BD1CCA31726DB0100587077 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0450;
+ ORGANIZATIONNAME = "revosec AG";
+ };
+ buildConfigurationList = 5BD1CCA61726DB0100587077 /* Build configuration list for PBXProject "strongSwan" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 5BD1CCA11726DB0100587077;
+ productRefGroup = 5BD1CCAD1726DB0100587077 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 5BD1CCD01726DB4000587077 /* charon-xpc */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 5BD1CCCD1726DB4000587077 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 5BD1CCD71726DB4000587077 /* charon-xpc.c in Sources */,
+ 5B74989217311B200041971E /* xpc_channels.c in Sources */,
+ 5BF60F3E1734070A00E5D608 /* xpc_dispatch.c in Sources */,
+ 5B7498B8173275D10041971E /* xpc_logger.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 5BD1CCC81726DB0200587077 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ 5BD1CCC91726DB0200587077 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ 5BD1CCDB1726DB4000587077 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_IDENTITY = "Joe Developer";
+ GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
+ GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
+ HEADER_SEARCH_PATHS = (
+ /usr/include,
+ ../../libstrongswan,
+ ../../libcharon,
+ ../../libhydra,
+ /opt/local/include,
+ );
+ INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist";
+ INSTALL_PATH = /;
+ LIBRARY_SEARCH_PATHS = (
+ /usr/lib,
+ ../../libstrongswan/.libs,
+ ../../libcharon/.libs,
+ ../../libhydra/.libs,
+ /opt/local/lib,
+ );
+ OTHER_CFLAGS = (
+ "-include",
+ ../../../config.h,
+ "-DVSTR_COMPILE_INLINE=0",
+ );
+ OTHER_LDFLAGS = (
+ "-lcrypto",
+ /opt/local/lib/libvstr.a,
+ "-force_load",
+ ../../libstrongswan/.libs/libstrongswan.a,
+ "-force_load",
+ ../../libhydra/.libs/libhydra.a,
+ "-force_load",
+ ../../libcharon/.libs/libcharon.a,
+ "-sectcreate",
+ __TEXT,
+ __info_plist,
+ "charon-xpc/charon-xpc-Info.plist",
+ "-sectcreate",
+ __TEXT,
+ __launchd_plist,
+ "charon-xpc/charon-xpc-Launchd.plist",
+ );
+ PRODUCT_NAME = "org.strongswan.charon-xpc";
+ PROVISIONING_PROFILE = "";
+ STRIP_STYLE = "non-global";
+ };
+ name = Debug;
+ };
+ 5BD1CCDC1726DB4000587077 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_IDENTITY = "Joe Developer";
+ COPY_PHASE_STRIP = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
+ GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
+ HEADER_SEARCH_PATHS = (
+ /usr/include,
+ ../../libstrongswan,
+ ../../libcharon,
+ ../../libhydra,
+ /opt/local/include,
+ );
+ INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist";
+ INSTALL_PATH = /;
+ LIBRARY_SEARCH_PATHS = (
+ /usr/lib,
+ ../../libstrongswan/.libs,
+ ../../libcharon/.libs,
+ ../../libhydra/.libs,
+ /opt/local/lib,
+ );
+ OTHER_CFLAGS = (
+ "-include",
+ ../../../config.h,
+ "-DVSTR_COMPILE_INLINE=0",
+ );
+ OTHER_LDFLAGS = (
+ "-lcrypto",
+ /opt/local/lib/libvstr.a,
+ "-force_load",
+ ../../libstrongswan/.libs/libstrongswan.a,
+ "-force_load",
+ ../../libhydra/.libs/libhydra.a,
+ "-force_load",
+ ../../libcharon/.libs/libcharon.a,
+ "-sectcreate",
+ __TEXT,
+ __info_plist,
+ "charon-xpc/charon-xpc-Info.plist",
+ "-sectcreate",
+ __TEXT,
+ __launchd_plist,
+ "charon-xpc/charon-xpc-Launchd.plist",
+ );
+ PRODUCT_NAME = "org.strongswan.charon-xpc";
+ PROVISIONING_PROFILE = "";
+ STRIP_STYLE = "non-global";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 5BD1CCA61726DB0100587077 /* Build configuration list for PBXProject "strongSwan" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 5BD1CCC81726DB0200587077 /* Debug */,
+ 5BD1CCC91726DB0200587077 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 5BD1CCDA1726DB4000587077 /* Build configuration list for PBXNativeTarget "charon-xpc" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 5BD1CCDB1726DB4000587077 /* Debug */,
+ 5BD1CCDC1726DB4000587077 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 5BD1CCA31726DB0100587077 /* Project object */;
+}