dolphin/Source/Core/MacUpdater
Skyler Saleh 948764d37b Apple M1: Build, Analytics, and Memory Management
Analytics:
- Incorporated fix to allow the full set of analytics that was recommended by
  spotlightishere

BuildMacOSUniversalBinary:
- The x86_64 slice for a universal binary is now built for 10.12
- The universal binary build script now can be configured though command line
  options instead of modifying the script itself.
- os.system calls were replaced with equivalent subprocess calls
- Formatting was reworked to be more PEP 8 compliant
- The script was refactored to make it more modular
- The com.apple.security.cs.disable-library-validation entitlement was removed

Memory Management:
- Changed the JITPageWrite*Execute*() functions to incorporate support for
  nesting

Other:
- Fixed several small lint errors
- Fixed doc and formatting mistakes
- Several small refactors to make things clearer
2021-05-22 15:25:17 -07:00
..
AppDelegate.h MacUpdater: Initial implementation 2019-02-06 20:50:09 +01:00
AppDelegate.mm Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
CMakeLists.txt Apple M1: Build, Analytics, and Memory Management 2021-05-22 15:25:17 -07:00
Info.plist.in MacUpdater: Set LSUIElement to true 2019-02-26 20:26:52 +01:00
MacUI.mm Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Main.storyboard MacUpdater: Properly display and truncate update messages 2019-03-03 13:27:18 +01:00
ViewController.h MacUpdater: Initial implementation 2019-02-06 20:50:09 +01:00
ViewController.m MacUpdater: Initial implementation 2019-02-06 20:50:09 +01:00
main.m Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00