From 3b8c6117aab36f3fc08f8d1fb0a6b4aecb1e2537 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Fri, 6 Oct 2017 22:06:52 -0700 Subject: [PATCH] Update xcodeproj file for cocoapods --- pass.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pass.xcodeproj/project.pbxproj b/pass.xcodeproj/project.pbxproj index d011204..0febf93 100644 --- a/pass.xcodeproj/project.pbxproj +++ b/pass.xcodeproj/project.pbxproj @@ -874,10 +874,12 @@ inputPaths = ( "${SRCROOT}/Pods/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; @@ -910,10 +912,12 @@ inputPaths = ( "${SRCROOT}/Pods/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;