Skip to content

Commit

Permalink
Merge pull request #843 from bugsnag/PLAT-12879-loaded-modules-tracker
Browse files Browse the repository at this point in the history
[PLAT-12879] Add support for getting and searching the currently loaded images
  • Loading branch information
kstenerud authored Nov 1, 2024
2 parents 97e40b7 + f27bab5 commit 7597b27
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 122 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ namespace :plugin do
build_type = "Release" # "Debug" or "Release"
FileUtils.mkdir_p cocoa_build_dir
FileUtils.cp_r "bugsnag-cocoa/Bugsnag", cocoa_build_dir
bugsnag_unity_file = File.realpath("BugsnagUnity.m", "src")
bugsnag_unity_file = File.realpath("BugsnagUnity.mm", "src")
public_headers = Dir.entries(File.join(cocoa_build_dir, "Bugsnag", "include", "Bugsnag"))

Dir.chdir cocoa_build_dir do
Expand Down
Loading

0 comments on commit 7597b27

Please sign in to comment.