Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 90f7966

Browse files
author
Benjamin Scholtysik (Reimold)
authored
Merge pull request #494 from bitstadium/fix/crashonly-headers
don’t copy metricsmanager.h into crashonly fat framework
2 parents 017f55f + 2b5ac11 commit 90f7966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Support/HockeySDKDistribution.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ cp -f "${SRCROOT}/module_crashonly.modulemap" "${INSTALL_DIR}/Modules/module.mod
151151

152152
# Copies the headers without the resources files to the final product folder.
153153
cp -R "${SRCROOT}/${DEVICE_CRASH_ONLY_DIR}"/include/HockeySDK/BITCrash*.h "${INSTALL_DIR}/Headers/"
154-
cp -R "${SRCROOT}/${DEVICE_CRASH_ONLY_DIR}/include/HockeySDK/BITMetricsManager.h" "${INSTALL_DIR}/Headers/"
155154
cp -R "${SRCROOT}/${DEVICE_CRASH_ONLY_DIR}/include/HockeySDK/BITHockeyAttachment.h" "${INSTALL_DIR}/Headers/"
156155
cp -R "${SRCROOT}/${DEVICE_CRASH_ONLY_DIR}/include/HockeySDK/BITHockeyBaseManager.h" "${INSTALL_DIR}/Headers/"
157156
cp -R "${SRCROOT}/${DEVICE_CRASH_ONLY_DIR}/include/HockeySDK/BITHockeyManager.h" "${INSTALL_DIR}/Headers/"

0 commit comments

Comments
 (0)