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

macOS Sierra and above Blocked Plugin Fix + Legacy Xcode Building #671

Merged
merged 5 commits into from
Mar 13, 2019

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    39da217 View commit details
    Browse the repository at this point in the history
  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
    radiant-player#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
    Configuration menu
    Copy the full SHA
    55fc72e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    504ff57 View commit details
    Browse the repository at this point in the history
  2. Correction

    Word correction
    BarakaAka1Only committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    491cf93 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    c39398f View commit details
    Browse the repository at this point in the history