Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix qlstephen project warnings #1388

Merged
merged 1 commit into from
Mar 16, 2023

Commits on Mar 16, 2023

  1. Fix qlstephen project warnings

    Part of this was originally part of macvim-dev#1178 but we removed the qlstephen
    parts to prepare for eventual removal. Couple years later and we haven't
    removed qlstephen yet, so just fix the warnings for now first.
    
    From macvim-dev#1178:
    
    - Fix the project localization name from English to "en"
    - Set ALWAYS_SEARCH_USER_PATHS to "NO"
    
    Also:
    
    - Remove the hard-coded macOS 10.8 deployment target which actually
      isn't supported by modern Xcode versions. Just unset it as our CI
      usually sets that for us.
    - The post-build script is now tagged properly to always run.
    - Ignore all deprecation warnings. These were exposed because we removed
      the 10.8 deployment target. Since we aren't going to be fixing them
      (we are either just going to grab newer versions from upsteram, or
      delete this), there's no point in having these warnings.
    ychin committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c40d9b4 View commit details
    Browse the repository at this point in the history