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

Allow manipulation of existing xcscheme #288

Merged
merged 21 commits into from
Aug 9, 2015
Merged

Allow manipulation of existing xcscheme #288

merged 21 commits into from
Aug 9, 2015

Commits on Jul 28, 2015

  1. [XCScheme] Initial refactoring: use ruby objects to manipulate the sc…

    …heme elements and access it
    
     - WIP (specs KO)
    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    e338d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7ec6b View commit details
    Browse the repository at this point in the history
  3. [XCScheme] Fix rspecs

    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    c3d3587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e059993 View commit details
    Browse the repository at this point in the history
  5. [XCScheme] Doc fixes

    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    dc5fa5b View commit details
    Browse the repository at this point in the history
  6. [XCScheme] Code cleanup

    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    6b58f09 View commit details
    Browse the repository at this point in the history
  7. [XCScheme] factorize #build_configuration method used by various XCSc…

    …heme::XXXAction classes into one abstract parent class AbstractSchemeAction
    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    c599d01 View commit details
    Browse the repository at this point in the history
  8. [XCScheme] Spec XMLElementWrapper

    Olivier Halligon authored and AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    ce6655f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f8bb95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d4312f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6d0502 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    146f014 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6546877 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d427047 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f183343 View commit details
    Browse the repository at this point in the history
  16. [XCScheme] Renamed #build_product_runnable to #buildable_product_runn…

    …able to match XML node name
    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    ba0b5e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c13e27 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be87007 View commit details
    Browse the repository at this point in the history
  19. [XCScheme] Added YARD Documentation

    (+ fix access to private methods from specs)
    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    b09f4d7 View commit details
    Browse the repository at this point in the history
  20. [XCScheme] CHANGELOG

    AliSoftware committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    eddfd69 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. [XCScheme] Get rid of the version check when loading from file

    (as latest Xcode seem to sometimes use 1.8 which is retro-compatible with 1.3)
    AliSoftware committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    a28b0c1 View commit details
    Browse the repository at this point in the history