mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
remove old libfido2swift fix
This commit is contained in:
parent
f34e291433
commit
4f9b7f8f6a
1 changed files with 0 additions and 19 deletions
|
|
@ -706,7 +706,6 @@
|
|||
buildConfigurationList = CAD2E7BC2449575100113D76 /* Build configuration list for PBXNativeTarget "Xcodes" */;
|
||||
buildPhases = (
|
||||
CAD2E79A2449574E00113D76 /* Sources */,
|
||||
D971F84C2E79102E005F84C9 /* Fix libfido2 structure */,
|
||||
CAD2E79B2449574E00113D76 /* Frameworks */,
|
||||
CA9FF8292594F33200E47BAF /* Generate Acknowledgements */,
|
||||
CAD2E79C2449574E00113D76 /* Resources */,
|
||||
|
|
@ -882,24 +881,6 @@
|
|||
shellPath = /bin/sh;
|
||||
shellScript = "cd \"${SRCROOT}/Xcodes/AcknowledgementsGenerator\"\nxcrun -sdk macosx swift run AcknowledgementsGenerator \\\n -p \"${SRCROOT}/Xcodes.xcodeproj\" \\\n -o \"${SRCROOT}/Xcodes/Resources/Licenses.rtf\"\n";
|
||||
};
|
||||
D971F84C2E79102E005F84C9 /* Fix libfido2 structure */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Fix libfido2 structure";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "${SRCROOT}/Scripts/fix_libfido2_framework.sh\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
|
|
|
|||
Loading…
Reference in a new issue