Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: radiant-player/radiant-player-mac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.6
Choose a base ref
...
head repository: radiant-player/radiant-player-mac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 2, 2018

  1. Copy the full SHA
    39da217 View commit details
  2. macOS Sierra and above Blocked Plugin Fix + Legacy Xcode Building

    Thanks to @xrubioj for pointing the his solution
    
    This fix addresses the Blocked Plugin issue and UI properties are
    usable than a blanked out UI from @xrubioj original PR
    #670
    
    Legacy Build System is needed so i enabled it in my workspace
    
    Only if you set `UseModernBuildSystem=NO` in the Workspace setting
    
    ```
    Xcode 9.3 adds a new IDEWorkspaceChecks.plist file to a workspace’s
    shared data, to store the state of necessary workspace checks.
    Committing this file to source control will prevent unnecessary
    rerunning of those checks for each user opening the workspace.
    ```
    BarakaAka1Only committed Nov 2, 2018
    Copy the full SHA
    55fc72e View commit details

Commits on Nov 7, 2018

  1. Copy the full SHA
    504ff57 View commit details
  2. Correction

    Word correction
    BarakaAka1Only committed Nov 7, 2018
    Copy the full SHA
    491cf93 View commit details

Commits on Nov 18, 2018

  1. Adds a verification on whether the process is trusted for Accessibility

    This fixes/mitigates the issue #674: "Application will not restart after
    update in macOS Mojave"
    xrubioj committed Nov 18, 2018
    Copy the full SHA
    7796877 View commit details
  2. Merge pull request #676 from xrubioj/accessibility-verification

    Adds a verification on whether the process is trusted for Accessibility
    jacobwgillespie authored Nov 18, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1ae4ab7 View commit details
  3. Update CHANGELOG

    jacobwgillespie committed Nov 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    jacobwgillespie Jacob Gillespie
    Copy the full SHA
    f47ed48 View commit details
  4. v1.11.7

    jacobwgillespie committed Nov 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    jacobwgillespie Jacob Gillespie
    Copy the full SHA
    ff301fd View commit details

Commits on Nov 28, 2018

  1. Copy the full SHA
    c39398f View commit details

Commits on Mar 13, 2019

  1. Merge pull request #671 from BarakaAka1Only/master

    macOS Sierra and above Blocked Plugin Fix + Legacy Xcode Building
    jacobwgillespie authored Mar 13, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c242bc3 View commit details
  2. Update CHANGELOG

    jacobwgillespie committed Mar 13, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    jacobwgillespie Jacob Gillespie
    Copy the full SHA
    59718c1 View commit details
  3. v1.12.0

    jacobwgillespie committed Mar 13, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    jacobwgillespie Jacob Gillespie
    Copy the full SHA
    690018a View commit details

Commits on Mar 29, 2021

  1. Add note to README

    jacobwgillespie authored Mar 29, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    69d2b69 View commit details
Showing with 307 additions and 143 deletions.
  1. +254 −141 CHANGELOG.md
  2. +8 −0 README.md
  3. +27 −0 radiant-player-mac/AppDelegate.m
  4. +16 −0 radiant-player-mac/WebView/CustomWebView.m
  5. +2 −2 radiant-player-mac/info.plist
Loading