|
|
@ -7,6 +7,10 @@ |
|
|
|
objects = { |
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
|
150D91D2254732B600010463 /* libboost_regex.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 150D91D1254732B600010463 /* libboost_regex.a */; }; |
|
|
|
150D91D5254732E800010463 /* libcryptopp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 150D91D4254732E800010463 /* libcryptopp.a */; }; |
|
|
|
150D91D72547330100010463 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 150D91D62547330100010463 /* libcrypto.a */; }; |
|
|
|
150D91D92547331D00010463 /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 150D91D82547331D00010463 /* libssl.a */; }; |
|
|
|
15CC85A72546D71A00DC43A1 /* libdownloadclient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15CC85A62546D71A00DC43A1 /* libdownloadclient.a */; }; |
|
|
|
35380AE7247BD13A004A08A6 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 35380AE6247BD13A004A08A6 /* README.md */; }; |
|
|
|
35380AEA247C784E004A08A6 /* pEpUpdater.mm in Sources */ = {isa = PBXBuildFile; fileRef = 35380AE9247C784E004A08A6 /* pEpUpdater.mm */; }; |
|
|
@ -15,6 +19,10 @@ |
|
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
/* Begin PBXFileReference section */ |
|
|
|
150D91D1254732B600010463 /* libboost_regex.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libboost_regex.a; path = ../local/lib/libboost_regex.a; sourceTree = "<group>"; }; |
|
|
|
150D91D4254732E800010463 /* libcryptopp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcryptopp.a; path = ../local/lib/libcryptopp.a; sourceTree = "<group>"; }; |
|
|
|
150D91D62547330100010463 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = ../local/lib/libcrypto.a; sourceTree = "<group>"; }; |
|
|
|
150D91D82547331D00010463 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = ../local/lib/libssl.a; sourceTree = "<group>"; }; |
|
|
|
15CC85A62546D71A00DC43A1 /* libdownloadclient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libdownloadclient.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
35380AE6247BD13A004A08A6 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; |
|
|
|
35380AE8247C784E004A08A6 /* pEpUpdater.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pEpUpdater.h; sourceTree = "<group>"; }; |
|
|
@ -34,6 +42,10 @@ |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
15CC85A72546D71A00DC43A1 /* libdownloadclient.a in Frameworks */, |
|
|
|
150D91D2254732B600010463 /* libboost_regex.a in Frameworks */, |
|
|
|
150D91D5254732E800010463 /* libcryptopp.a in Frameworks */, |
|
|
|
150D91D72547330100010463 /* libcrypto.a in Frameworks */, |
|
|
|
150D91D92547331D00010463 /* libssl.a in Frameworks */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
@ -76,6 +88,10 @@ |
|
|
|
35F06969247D58C800543884 /* Frameworks */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
150D91D82547331D00010463 /* libssl.a */, |
|
|
|
150D91D62547330100010463 /* libcrypto.a */, |
|
|
|
150D91D4254732E800010463 /* libcryptopp.a */, |
|
|
|
150D91D1254732B600010463 /* libboost_regex.a */, |
|
|
|
15CC85A62546D71A00DC43A1 /* libdownloadclient.a */, |
|
|
|
); |
|
|
|
name = Frameworks; |
|
|
@ -309,12 +325,7 @@ |
|
|
|
INSTALL_PATH = "/Library/Application Support/pEp"; |
|
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)"; |
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10; |
|
|
|
OTHER_LDFLAGS = ( |
|
|
|
"-lssl", |
|
|
|
"-lcrypto", |
|
|
|
"-lboost_regex", |
|
|
|
"-lcryptopp", |
|
|
|
); |
|
|
|
OTHER_LDFLAGS = ""; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = pEp.foundation.pEpMacOSAdapter; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
SDKROOT = macosx; |
|
|
@ -338,12 +349,7 @@ |
|
|
|
INSTALL_PATH = "/Library/Application Support/pEp"; |
|
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)"; |
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10; |
|
|
|
OTHER_LDFLAGS = ( |
|
|
|
"-lssl", |
|
|
|
"-lcrypto", |
|
|
|
"-lboost_regex", |
|
|
|
"-lcryptopp", |
|
|
|
); |
|
|
|
OTHER_LDFLAGS = ""; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = pEp.foundation.pEpMacOSAdapter; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
SDKROOT = macosx; |
|
|
|