1. 13 Jun, 2015 3 commits
    • David Fuhrmann's avatar
      macosx: disable isVisibleOnLaunch and isRestorable for main window · 43822a61
      David Fuhrmann authored
      This workarounds a bug in the cocoa framework.
      
      close #9903
      43822a61
    • David Fuhrmann's avatar
      macosx: rename vlc target to vlc-bundle-helper · ce5d8671
      David Fuhrmann authored
      This is the target called from our makefile scripts. Rename it
      so it is more clear that it should not be called in Xcode
      directly.
      ce5d8671
    • David Fuhrmann's avatar
      macosx: add build schemes to Xcode project for complete compilation · c5ffebd6
      David Fuhrmann authored
      This adds several build targets to the project for doing all needed
      steps for compilation.
      
      Additionally, they are some schemes included which are intended
      to be used for compilation:
      - "Rebuild everything" builds all targets in the right order, including
        extras/tools, contribs, bootstrap, configure, make and make VLC-dev.
      
        This scheme should be used once to setup everything. For later
        builds, you should switch to the Make project scheme.
      - "Make project" runs "make && make VLC-dev.app", to only recompile
        files if needed. Additionally, it creates a VLC-dev.app for testing.
      
      The end result will be stored in the build folder set in Xcode. Both
      VLC.app and VLC-dev.app can be accessed by using the "Build artifacts"
      folder, and showing the files in finder.
      c5ffebd6
  2. 12 Jun, 2015 18 commits
  3. 11 Jun, 2015 19 commits