Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/node-xcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: NativeScript/node-xcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 3 files changed
  • 6 contributors

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    5c9c2c6 View commit details
    Browse the repository at this point in the history
  2. feat: Implement adding and removing of pbx groups

    *support for c++ files added
    *recursively add pbxGroup and its children
    *recursively remove pbxGroup and its children
    *make sure pbx group name is not duplicated on adding new group
    tdermendjiev committed May 18, 2018
    Configuration menu
    Copy the full SHA
    a56960f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    93cb011 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from NativeScript/tdermendzhiev/fix-addpbxgroup

    feature: Add groups created by addPbxGroup() to the meta PBXGroup
    tdermendjiev authored May 22, 2018
    Configuration menu
    Copy the full SHA
    0aa91f6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    692a08d View commit details
    Browse the repository at this point in the history
  2. Bump version

    tdermendjiev committed May 23, 2018
    Configuration menu
    Copy the full SHA
    848b424 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from NativeScript/tdermendzhiev/fix-root-group-…

    …duplication
    
    bugfix: Remove group reference from root group after group removal
    tdermendjiev authored May 23, 2018
    Configuration menu
    Copy the full SHA
    f6acdd4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. fix: Add C++ Source files to the Sources group

    They were wrongly being added to Resources.
    mbektchiev committed May 25, 2018
    Configuration menu
    Copy the full SHA
    5aaca2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52b5c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from NativeScript/bektchiev/fix-cpp-files-group

    fix: Add C++ Source files to the Sources group  …
    Martin Bektchiev authored May 25, 2018
    Configuration menu
    Copy the full SHA
    90db4d6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Fix C source code files' type

    The correct file type string is `sourcecode.c.c` and not `sourcecode.c`
    mbektchiev committed May 30, 2018
    Configuration menu
    Copy the full SHA
    2f89da0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    bd5622d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from NativeScript/fatme/fix-file-references

    Fix file references inside .pbxproject
    Fatme authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    92a6f07 View commit details
    Browse the repository at this point in the history
  3. Update version to 1.5.2

    Fatme authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a907be7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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