move dist/* -> .

master
Edouard Tisserant 7 years ago
parent 447eee06bc
commit 7e30d01607

@ -7,7 +7,6 @@
objects = {
/* Begin PBXBuildFile section */
64532C361B8B3FD800F02F00 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 64532C331B8B3FA700F02F00 /* libcrypto.a */; };
64AA9C5E1B45691C00D0F542 /* bufgap.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3B1B45691C00D0F542 /* bufgap.c */; };
64AA9C5F1B45691C00D0F542 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3D1B45691C00D0F542 /* compress.c */; };
64AA9C601B45691C00D0F542 /* create.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3E1B45691C00D0F542 /* create.c */; };
@ -27,20 +26,13 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
64532C321B8B3FA700F02F00 /* PBXContainerItemProxy */ = {
6403856F1C3EA8CC00390F64 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 9069D28C0FCE659A0042E34C;
remoteInfo = crypto;
};
64532C341B8B3FCD00F02F00 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 9069D28B0FCE659A0042E34C;
remoteInfo = crypto;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
@ -94,7 +86,7 @@
64AA9C5D1B45691C00D0F542 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writer.h; path = ../src/writer.h; sourceTree = "<group>"; };
64AA9C6E1B4569CD00D0F542 /* netpgp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgp.h; path = ../include/netpgp.h; sourceTree = "<group>"; };
64AA9C721B456A2600D0F542 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
64DA24061B832E7D000BEE80 /* openssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openssl.xcodeproj; path = "../../../openssl-xcode/openssl.xcodeproj"; sourceTree = "<group>"; };
64DA24061B832E7D000BEE80 /* openssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openssl.xcodeproj; path = "../../openssl-xcode/openssl.xcodeproj"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -102,17 +94,16 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
64532C361B8B3FD800F02F00 /* libcrypto.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
64532C2F1B8B3FA700F02F00 /* Products */ = {
6403856C1C3EA8CC00390F64 /* Products */ = {
isa = PBXGroup;
children = (
64532C331B8B3FA700F02F00 /* libcrypto.a */,
640385701C3EA8CC00390F64 /* libcrypto.a */,
);
name = Products;
sourceTree = "<group>";
@ -193,7 +184,6 @@
buildRules = (
);
dependencies = (
64532C351B8B3FCD00F02F00 /* PBXTargetDependency */,
);
name = netpgp;
productName = netpgp;
@ -226,7 +216,7 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = 64532C2F1B8B3FA700F02F00 /* Products */;
ProductGroup = 6403856C1C3EA8CC00390F64 /* Products */;
ProjectRef = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */;
},
);
@ -238,11 +228,11 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
64532C331B8B3FA700F02F00 /* libcrypto.a */ = {
640385701C3EA8CC00390F64 /* libcrypto.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libcrypto.a;
remoteRef = 64532C321B8B3FA700F02F00 /* PBXContainerItemProxy */;
remoteRef = 6403856F1C3EA8CC00390F64 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
@ -289,14 +279,6 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
64532C351B8B3FCD00F02F00 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = crypto;
targetProxy = 64532C341B8B3FCD00F02F00 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
64AA9C321B45686800D0F542 /* Debug */ = {
isa = XCBuildConfiguration;
Loading…
Cancel
Save