1. 08 May, 2013 3 commits
    • Jeremy Slater's avatar
      Manually build dependencies with xcodebuild · df7a0272
      Jeremy Slater authored
      The xcodebuild -target <target> invocation does not support implicit 
      dependencies.  Therefor building the Pods integration library fails 
      because none of the spec libraries are built.  Building a scheme 
      results in proper implicit dependency resolution, but there are no 
      schemes created in the integration tests.  Just walk the list of 
      spec libraries and manually build all dependencies before building 
      the Pod integration library.
      df7a0272
    • Jeremy Slater's avatar
      Quote copy resources scripts · d379f481
      Jeremy Slater authored
      d379f481
    • Jeremy Slater's avatar
      Move integration library linking outside of target integrator · 22ad8457
      Jeremy Slater authored
      The target integrator is only run when libraries are being integrated 
      with user projects.  The Pods integration library needs to be 
      updated, linked with the spec libraries, regardless of user 
      project integration.
      22ad8457
  2. 07 May, 2013 12 commits
  3. 05 May, 2013 1 commit
  4. 03 May, 2013 1 commit
    • Jeremy Slater's avatar
      Add Pods integration library · 3868eba8
      Jeremy Slater authored
      Adds the libPods.a and target derivatives back as targets in the Pods 
      project.  The integration libraries are simple containers linked with 
      all of the per spec libraries to create a single library for the user 
      project to link with.  The xcconfig file for the integration library 
      merges namespaced config settings for all dependent specs for use by 
      the user project.
      3868eba8
  5. 30 Apr, 2013 13 commits
  6. 29 Apr, 2013 1 commit
  7. 26 Apr, 2013 1 commit
    • Jeremy Slater's avatar
      Support xcconfig files per Podfile target · 717dc518
      Jeremy Slater authored
      Xcconfig files are generated for every library target and target 
      defined in the Podfile.  However, only the Podfile target xcconfig 
      files are added to the user project.  This required tracking all the 
      libraries as well as the Podfile targets through the installation and 
      integration procedures.
      717dc518
  8. 20 Apr, 2013 3 commits
  9. 19 Apr, 2013 5 commits