Skip to content

Commit

Permalink
💩 Remove Breakpad Crash Reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiengineer committed Jul 4, 2021
1 parent 5728dd5 commit 2a37cd1
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 1,468 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake_build.yml
Expand Up @@ -80,8 +80,6 @@ jobs:
- name: Configure
env:
# Error reporing
CRASH_REPORT_URL: ${{ secrets.CRASH_REPORT_URL }}
# Apple code signing
APPLE_CODESIGN_IDENTITY: ${{ secrets.APPLE_CODESIGN_IDENTITY }}
APPLE_NOTARIZATION_USER_NAME: ${{ secrets.APPLE_NOTARIZATION_USER_NAME }}
Expand Down
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -204,10 +204,6 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
message( STATUS " MacOS SDK: ${CMAKE_OSX_SYSROOT}" )
message( STATUS )

if(${_OPT}has_crashreports)
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym")
endif()

endif()

# Try to get the current commit information
Expand Down Expand Up @@ -476,9 +472,6 @@ add_subdirectory( "cmake-proxies" )
resolve_conan_dependencies()

add_subdirectory( "help" )
if(${_OPT}has_crashreports)
add_subdirectory( "crashreports" )
endif()
add_subdirectory( "images" )
add_subdirectory( "libraries" )
add_subdirectory( "locale" )
Expand Down
4 changes: 0 additions & 4 deletions cmake-proxies/CMakeLists.txt
Expand Up @@ -18,10 +18,6 @@ add_conan_lib(
expat:shared=True
)

if(${_OPT}has_crashreports)
add_conan_lib(breakpad breakpad/0.1 REQUIRED)
endif()

set( wx_zlib "zlib" )

set( wx_png "libpng" )
Expand Down
51 changes: 0 additions & 51 deletions crashreports/BreakpadConfigurer.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions crashreports/BreakpadConfigurer.h

This file was deleted.

53 changes: 0 additions & 53 deletions crashreports/CMakeLists.txt

This file was deleted.

41 changes: 0 additions & 41 deletions crashreports/crashreporter/CMakeLists.txt

This file was deleted.

0 comments on commit 2a37cd1

Please sign in to comment.