|
|
@ -23,6 +23,7 @@ |
|
|
|
4E84799F24EC1F9500D5A6D8 /* libboost_iostreams.dylib in Embed Libraries */ = {isa = PBXBuildFile; fileRef = 4E84799424EC1F9500D5A6D8 /* libboost_iostreams.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
|
|
|
4E8479A024EC1F9500D5A6D8 /* libcrypto.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E84799524EC1F9500D5A6D8 /* libcrypto.3.dylib */; }; |
|
|
|
4E8479A124EC1F9500D5A6D8 /* libcrypto.3.dylib in Embed Libraries */ = {isa = PBXBuildFile; fileRef = 4E84799524EC1F9500D5A6D8 /* libcrypto.3.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
|
|
|
4E8479AB24EE723100D5A6D8 /* pEp.foundation.pEpMacOSAdapter.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4E8479AA24EE723100D5A6D8 /* pEp.foundation.pEpMacOSAdapter.plist */; }; |
|
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */ |
|
|
@ -65,6 +66,7 @@ |
|
|
|
4E84799324EC1F9500D5A6D8 /* libboost_system.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libboost_system.dylib; path = ../local/lib/libboost_system.dylib; sourceTree = "<group>"; }; |
|
|
|
4E84799424EC1F9500D5A6D8 /* libboost_iostreams.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libboost_iostreams.dylib; path = ../local/lib/libboost_iostreams.dylib; sourceTree = "<group>"; }; |
|
|
|
4E84799524EC1F9500D5A6D8 /* libcrypto.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.3.dylib; path = ../local/lib/libcrypto.3.dylib; sourceTree = "<group>"; }; |
|
|
|
4E8479AA24EE723100D5A6D8 /* pEp.foundation.pEpMacOSAdapter.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = pEp.foundation.pEpMacOSAdapter.plist; sourceTree = "<group>"; }; |
|
|
|
4EC93EF224E4499700E96297 /* pEpMacOSAdapter.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = pEpMacOSAdapter.xpc; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
4EC93EFB24E4499700E96297 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
|
/* End PBXFileReference section */ |
|
|
@ -127,6 +129,7 @@ |
|
|
|
4EC93EF424E4499700E96297 /* pEpMacOSAdapter */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
4E8479AA24EE723100D5A6D8 /* pEp.foundation.pEpMacOSAdapter.plist */, |
|
|
|
4E71B97424E578BC001016F0 /* pEpMacOSAdapter.entitlements */, |
|
|
|
4E71B8F624E44C69001016F0 /* pEpMacOSAdapterProtocol.h */, |
|
|
|
4E71B8F824E44C69001016F0 /* pEpMacOSAdapter.h */, |
|
|
@ -150,6 +153,7 @@ |
|
|
|
4EC93EEF24E4499700E96297 /* Frameworks */, |
|
|
|
4EC93EF024E4499700E96297 /* Resources */, |
|
|
|
4E8479A224EC1F9600D5A6D8 /* Embed Libraries */, |
|
|
|
4E8479AC24EE72CA00D5A6D8 /* ShellScript */, |
|
|
|
); |
|
|
|
buildRules = ( |
|
|
|
); |
|
|
@ -197,11 +201,32 @@ |
|
|
|
isa = PBXResourcesBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
4E8479AB24EE723100D5A6D8 /* pEp.foundation.pEpMacOSAdapter.plist in Resources */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
|
/* End PBXResourcesBuildPhase section */ |
|
|
|
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */ |
|
|
|
4E8479AC24EE72CA00D5A6D8 /* ShellScript */ = { |
|
|
|
isa = PBXShellScriptBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
); |
|
|
|
inputFileListPaths = ( |
|
|
|
); |
|
|
|
inputPaths = ( |
|
|
|
); |
|
|
|
outputFileListPaths = ( |
|
|
|
); |
|
|
|
outputPaths = ( |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
shellPath = /bin/sh; |
|
|
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n"; |
|
|
|
}; |
|
|
|
/* End PBXShellScriptBuildPhase section */ |
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
|
|
4EC93EEE24E4499700E96297 /* Sources */ = { |
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|