From f78ed9b477dcb77913f9f9f1d7214d632ba61993 Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Thu, 6 Jul 2023 17:36:07 +0200 Subject: [PATCH] chore: update IVPNClient.xcscheme --- IVPNClient.xcodeproj/xcshareddata/xcschemes/IVPNClient.xcscheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IVPNClient.xcodeproj/xcshareddata/xcschemes/IVPNClient.xcscheme b/IVPNClient.xcodeproj/xcshareddata/xcschemes/IVPNClient.xcscheme index f3f7fb563..b86e17588 100644 --- a/IVPNClient.xcodeproj/xcshareddata/xcschemes/IVPNClient.xcscheme +++ b/IVPNClient.xcodeproj/xcshareddata/xcschemes/IVPNClient.xcscheme @@ -10,7 +10,7 @@ ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> + scriptText = "if [ "${PLATFORM_NAME}" == "iphoneos" ]; then LIBOQS_LIB="liboqs-iphoneos.a" else LIBOQS_LIB="liboqs-iphonesimulator.a" fi if test -f "${SRCROOT}/IVPNClient/liboqs/${LIBOQS_LIB}"; then cp "${SRCROOT}/IVPNClient/liboqs/${LIBOQS_LIB}" "${SRCROOT}/IVPNClient/liboqs/liboqs.a" fi ">