summaryrefslogtreecommitdiff
path: root/Source/Core/MacUpdater
AgeCommit message (Expand)Author
2026-01-25Merge pull request #14036 from TellowKrinkle/SkipPostprocessOatmealDome
2026-01-17Fix MacUpdater build on CMake 3.31+Sintendo
2026-01-04CMake: Apply editorconfig formattingJoshua Vandaƫle
2025-11-09CMake: Switch from SKIP_POSTPROCESS_BUNDLE to POSTPROCESS_BUNDLETellowKrinkle
2025-06-07InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to re...Jordan Woyak
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2024-12-05ScmRevGen: Don't generate Info.plist files directlyOatmealDome
2024-08-01MacUpdater: Post-process the bundleOatmealDome
2024-08-01MacUpdater: Switch to mac-codesign script for code signingOatmealDome
2024-08-01MacUpdater: Change bundle ID to org.dolphin-emu.updaterOatmealDome
2024-08-01MacUpdater: Change CFBundleName to match the bundle's output nameOatmealDome
2024-08-01MacUpdater: Always use the same signing identity as the DolphinQt bundleOatmealDome
2024-07-29MacUpdater: Don't set bundle name via a CMake variableOatmealDome
2024-07-29MacUpdater: Remove unused variables in CMakeListsOatmealDome
2024-04-21ScmRevGen: Generate Info.plist for MacUpdaterOatmealDome
2023-04-29CMake: Fix storyboard copyingTellowKrinkle
2023-03-17CMake: Use proper dependency tracking command for storyboard compilingTellowKrinkle
2023-03-17CMake: Use generator expressions to get codesigning targetsTellowKrinkle
2023-03-16MacUI: Add stub implementation of UI::IsTestMode()OatmealDome
2023-03-11updater: flush log after each writeShawn Hoffman
2022-10-30MacUpdater: check os versionShawn Hoffman
2022-10-29MacUpdater: add version info to Updater.app tooShawn Hoffman
2022-09-20WinUpdater: Check OS and VC++ Redist versions.Shawn Hoffman
2022-01-16CMakeLists: Replace tab characters with spacesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-22Apple M1: Build, Analytics, and Memory ManagementSkyler Saleh
2021-04-13Updater: Add code documentation Markdown fileDentomologist
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-03-21MacUpdater: Fix updater not closing after update is completedspycrab
2019-03-03UpdaterCommon: Move most of the programs herespycrab
2019-03-03MacUpdater: Properly display and truncate update messagesspycrab
2019-02-26Merge pull request #7823 from spycrab/updatercommonspycrab
2019-02-26MacUpdater: Set LSUIElement to truespycrab
2019-02-26Move shared Updater logic into UpdaterCommonspycrab
2019-02-26MacUpdater: Fix permissions some morespycrab
2019-02-25MacUpdater: Retain file permissionsspycrab
2019-02-06UICommon/AutoUpdate: Add macOS supportspycrab
2019-02-06MacUpdater: Initial implementationspycrab