From 867931ab8902f743554bd5748ca3f6379258df71 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Tue, 27 Apr 2021 23:21:22 +0200 Subject: [PATCH] Update project settings by running 'pod install' --- pass.xcodeproj/project.pbxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pass.xcodeproj/project.pbxproj b/pass.xcodeproj/project.pbxproj index 79c7852..6e535ff 100644 --- a/pass.xcodeproj/project.pbxproj +++ b/pass.xcodeproj/project.pbxproj @@ -1391,12 +1391,10 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-passKitTests/Pods-passKitTests-frameworks.sh", "${PODS_ROOT}/ObjectivePGP/Frameworks/ios/ObjectivePGP.framework", - "${PODS_ROOT}/ObjectivePGP/Frameworks/ios/ObjectivePGP.framework.dSYM", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectivePGP.framework", - "${DWARF_DSYM_FOLDER_PATH}/ObjectivePGP.framework.dSYM", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1491,12 +1489,10 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-pass/Pods-pass-frameworks.sh", "${PODS_ROOT}/ObjectivePGP/Frameworks/ios/ObjectivePGP.framework", - "${PODS_ROOT}/ObjectivePGP/Frameworks/ios/ObjectivePGP.framework.dSYM", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectivePGP.framework", - "${DWARF_DSYM_FOLDER_PATH}/ObjectivePGP.framework.dSYM", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;