phoenix-firestorm/indra/mac_crash_logger
Nat Goodspeed 6ae2f14244 Fix cmake -E copy of CrashReporter.nib.
indra/mac_crash_logger/CMakeLists.txt was using 'cmake -E copy_directory' to
copy CrashReporter.nib -- which is actually a binary file. Apparently that
works, until CMake 3.12.0, which produces an error. Use copy_if_different
instead.
2018-08-08 15:37:39 -04:00
..
CMakeLists.txt Fix cmake -E copy of CrashReporter.nib. 2018-08-08 15:37:39 -04:00
CrashReporter.nib
CrashReporter.xib
Info.plist remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcrashloggermac.cpp DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llcrashloggermac.h DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llcrashloggermacdelegate.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcrashloggermacdelegate.mm remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
mac_crash_logger.cpp DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00