removes Xcode's create_commit_hash_dot.h aggregate. Is not required by Engine any more.

IOSAD-201
Andreas Buff 2 years ago
parent 439b141fe0
commit 722e9d3b8f

@ -18,17 +18,6 @@
name = generate_code;
productName = generate_code;
};
15B21C2225FB8BE70097927A /* create_commit_hash_dot.h */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 15B21C2925FB8BE70097927A /* Build configuration list for PBXAggregateTarget "create_commit_hash_dot.h" */;
buildPhases = (
15B21C2F25FB8BEC0097927A /* ShellScript */,
);
dependencies = (
);
name = create_commit_hash_dot.h;
productName = create_commit_hash_dot.h;
};
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
@ -452,13 +441,6 @@
remoteGlobalIDString = 150845DE25F13CE700D46DA6;
remoteInfo = generate_code;
};
15B21C3725FB8DDB0097927A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64796A371B455AA5004B1C24 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 15B21C2225FB8BE70097927A;
remoteInfo = create_commit_hash_dot.h;
};
15B21C3E25FB8E160097927A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64796A371B455AA5004B1C24 /* Project object */;
@ -466,13 +448,6 @@
remoteGlobalIDString = 150845DE25F13CE700D46DA6;
remoteInfo = generate_code;
};
15B21C4025FB8E1B0097927A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64796A371B455AA5004B1C24 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 15B21C2225FB8BE70097927A;
remoteInfo = create_commit_hash_dot.h;
};
43D47AA0225CC82400E97C5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64796A371B455AA5004B1C24 /* Project object */;
@ -1319,7 +1294,6 @@
buildRules = (
);
dependencies = (
15B21C4125FB8E1B0097927A /* PBXTargetDependency */,
15B21C3F25FB8E160097927A /* PBXTargetDependency */,
1508460725F24D1100D46DA6 /* PBXTargetDependency */,
);
@ -1358,7 +1332,6 @@
buildRules = (
);
dependencies = (
15B21C3825FB8DDB0097927A /* PBXTargetDependency */,
15B21C3625FB8DD10097927A /* PBXTargetDependency */,
43D47AA1225CC82400E97C5B /* PBXTargetDependency */,
64289E3F1B8B638800FC617B /* PBXTargetDependency */,
@ -1383,9 +1356,6 @@
1552DB102577D4F100A92F71 = {
CreatedOnToolsVersion = 12.2;
};
15B21C2225FB8BE70097927A = {
CreatedOnToolsVersion = 12.4;
};
644297BE1BE11C65002BC73B = {
CreatedOnToolsVersion = 7.1;
};
@ -1417,7 +1387,6 @@
644297BE1BE11C65002BC73B /* pEpTrustWords */,
1552DB102577D4F100A92F71 /* pEpEngine_macOS */,
150845DE25F13CE700D46DA6 /* generate_code */,
15B21C2225FB8BE70097927A /* create_commit_hash_dot.h */,
);
};
/* End PBXProject section */
@ -1495,23 +1464,6 @@
shellPath = /bin/sh;
shellScript = "export LANG=en_US.UTF-8\n\necho \"***************************************\"\necho \"*** Generate files: ACTION: $ACTION ***\"\necho \"***************************************\"\n\ncd \"$SRCROOT/..\"\n\nbash -l -c \"gmake -C sync\"\nbash -l -c \"make -C asn.1 Sync.c Distribution.c\"\n";
};
15B21C2F25FB8BEC0097927A /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Creates `commit_hash.h` required by Engine and missing as we do not use the makefile\n\nCOMMIT_HASH=$(git rev-parse HEAD)\necho \"#ifndef COMMIT_HASH_H\\n#define COMMIT_HASH_H\\n#define PEP_CURRENT_COMMIT_HASH \\\"${COMMIT_HASH}\\\"\\n#endif\\n\" > ${PROJECT_DIR}/../src/commit_hash.h\n";
};
644297C61BE11D00002BC73B /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -1771,21 +1723,11 @@
target = 150845DE25F13CE700D46DA6 /* generate_code */;
targetProxy = 15B21C3525FB8DD10097927A /* PBXContainerItemProxy */;
};
15B21C3825FB8DDB0097927A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 15B21C2225FB8BE70097927A /* create_commit_hash_dot.h */;
targetProxy = 15B21C3725FB8DDB0097927A /* PBXContainerItemProxy */;
};
15B21C3F25FB8E160097927A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 150845DE25F13CE700D46DA6 /* generate_code */;
targetProxy = 15B21C3E25FB8E160097927A /* PBXContainerItemProxy */;
};
15B21C4125FB8E1B0097927A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 15B21C2225FB8BE70097927A /* create_commit_hash_dot.h */;
targetProxy = 15B21C4025FB8E1B0097927A /* PBXContainerItemProxy */;
};
43D47AA1225CC82400E97C5B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 644297BE1BE11C65002BC73B /* pEpTrustWords */;
@ -1871,24 +1813,6 @@
};
name = Release;
};
15B21C2325FB8BE70097927A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = NQLYU6MGPN;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
15B21C2425FB8BE70097927A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = NQLYU6MGPN;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
644297C31BE11C65002BC73B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@ -2105,15 +2029,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
15B21C2925FB8BE70097927A /* Build configuration list for PBXAggregateTarget "create_commit_hash_dot.h" */ = {
isa = XCConfigurationList;
buildConfigurations = (
15B21C2325FB8BE70097927A /* Debug */,
15B21C2425FB8BE70097927A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
644297C21BE11C65002BC73B /* Build configuration list for PBXNativeTarget "pEpTrustWords" */ = {
isa = XCConfigurationList;
buildConfigurations = (

Loading…
Cancel
Save