Skip to content

Commit

Permalink
[macOS] Embed the dSYM file in the app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due authored and perim committed Feb 15, 2018
1 parent 083fcee commit aeb78fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macosx/configs/Warzone-All.xcconfig
Expand Up @@ -99,3 +99,7 @@ WarnForCpp = $(WarnForCppDep)
// Additional build flags for both c and c++ files
FlagsForCandCpp = $(BuildDependentFlagsForCandCpp) $(WarnForCandCpp)
FlagsForCandCpp[arch=i386] = $(inherited) // Flags for intel 32 bit only

// Embed the dSYM file in the app bundle
DWARF_DSYM_FOLDER_PATH = $(CONFIGURATION_BUILD_DIR)/$(EXECUTABLE_FOLDER_PATH)
DWARF_DSYM_FILE_NAME = $(EXECUTABLE_NAME).dSYM

0 comments on commit aeb78fe

Please sign in to comment.