1. 0d58e6f Add helpers for finding root project + first target by Sidney Bofah · 9 years ago
  2. 1b738a4 bumping version by Anis Kadri · 9 years ago
  3. 6660f4e Merge branch 'Mitko-Kerezov-add-target-dependency' by Anis Kadri · 9 years ago
  4. 13988b8 Introduce a way to add PBXTargetDependencies to a target by Dimitar Kerezov · 9 years ago
  5. 7c617e4 Bumping version by Anis Kadri · 9 years ago
  6. 2482c87 Merge branch 'master' of github.com:alunny/node-xcode by Anis Kadri · 9 years ago
  7. d86ed8c Merge branch 'Mitko-Kerezov-add-get-target-by-name' by Anis Kadri · 9 years ago
  8. 57768ea Merge branch 'add-get-target-by-name' of https://github.com/Mitko-Kerezov/node-xcode into Mitko-Kerezov-add-get-target-by-name by Anis Kadri · 9 years ago
  9. e2445ef Merge pull request #57 from Mitko-Kerezov/expose-pbxproject by Anis Kadri · 9 years ago
  10. be19b0d Merge branch 'Mitko-Kerezov-add-xcconfiguration-list' by Anis Kadri · 9 years ago
  11. c1988af Merge branch 'add-xcconfiguration-list' of https://github.com/Mitko-Kerezov/node-xcode into Mitko-Kerezov-add-xcconfiguration-list by Anis Kadri · 9 years ago
  12. d2a44ad Merge branch 'Mitko-Kerezov-add-pbx-group' by Anis Kadri · 9 years ago
  13. 057a613 Merge branch 'add-pbx-group' of https://github.com/Mitko-Kerezov/node-xcode into Mitko-Kerezov-add-pbx-group by Anis Kadri · 9 years ago
  14. ccf2194 Merge branch 'Mitko-Kerezov-add-build-output-files' by Anis Kadri · 9 years ago
  15. dbaa2e7 Merge branch 'add-build-output-files' of https://github.com/Mitko-Kerezov/node-xcode into Mitko-Kerezov-add-build-output-files by Anis Kadri · 9 years ago
  16. 23d24df Allow setting of 'includeInIndex' and 'explicitFileType' properties by Dimitar Kerezov · 9 years ago
  17. 34f4d68 Merge branch 'master' of https://github.com/Mitko-Kerezov/node-xcode by Anis Kadri · 9 years ago
  18. 6a3108a Implement pbxTargetByName and pbxItemByComment by Dimitar Kerezov · 9 years ago
  19. 6af1ba8 Fix AddBuildPhase able to add duplicate files by Dimitar Kerezov · 9 years ago
  20. eba0492 Expose PbxProject Section by Dimitar Kerezov · 9 years ago
  21. 4cffcd3 Introduce a way to add XCConfigurationLists by Dimitar Kerezov · 9 years ago
  22. 0c3bf19 Introduce a way to add PBXGroups by Dimitar Kerezov · 9 years ago
  23. 4982ced Fix build phase uuid being written in the PBXproject by Dimitar Kerezov · 9 years ago
  24. 15ec067 Bumping version by Anis Kadri · 9 years ago
  25. f2eb6ef Merge branch 'Mitko-Kerezov-master' by Anis Kadri · 9 years ago
  26. 3085e40 Introduce a way to add Build Phases by Dimitar Kerezov · 9 years ago
  27. c61762d Fixing bug whereby parser would fail when array entry does not have a trailing comma by Rashin Arab · 9 years ago
  28. 1c7d060 Updating nodeunit to 0.9.0 by Anis Kadri · 9 years ago
  29. 9b7e87e Merge branch 'Icenium-bektchiev/merge-sections-with-same-name' by Anis Kadri · 9 years ago
  30. d3bf486 Fix parser to merge properties of multiple sections with the same name by Martin Bektchiev · 9 years ago
  31. a8f8e25 Bumping version by Anis Kadri · 9 years ago
  32. cbecfa1 Merge branch 'BBosman-windows' by Anis Kadri · 9 years ago
  33. 923eaee Merge branch 'windows' of https://github.com/BBosman/node-xcode into BBosman-windows by Anis Kadri · 9 years ago
  34. 95aba21 Merge branch 'seobyeongky-array_replace_ok' by Anis Kadri · 9 years ago
  35. 6d3c5c9 Merge branch 'array_replace_ok' of https://github.com/seobyeongky/node-xcode into seobyeongky-array_replace_ok by Anis Kadri · 9 years ago
  36. 626aef6 Merge branch 'peutetre-fix-iojs' by Anis Kadri · 9 years ago
  37. 7fd3a3d Merge branch 'fix-iojs' of https://github.com/peutetre/node-xcode into peutetre-fix-iojs by Anis Kadri · 9 years ago
  38. 808cae2 Merge branch 'Icenium-feature/fixCompilerFlagsInProjectFile' by Anis Kadri · 9 years ago
  39. ea6260d Merge branch 'feature/fixCompilerFlagsInProjectFile' of https://github.com/Icenium/node-xcode into Icenium-feature/fixCompilerFlagsInProjectFile by Anis Kadri · 9 years ago
  40. d8094c0 Merge branch 'ogoguel-master' by Anis Kadri · 9 years ago
  41. 53a6f7f iojs support (v2.1.0) by Paul Panserrieu · 9 years ago
  42. 7267f77 Added double quotes around COMPILER_FLAGS by Ilian Iliev · 9 years ago
  43. 1792611 added multiple target support by Olivier Goguel · 9 years ago
  44. c9a3ee5 Merge branch 'initialxy-master' by Anis Kadri · 9 years ago
  45. e4d45d7 Added a unit test to verify correct source file removal from PBXFileReference after being modified by Xcode. by Xingchen Yu · 9 years ago
  46. 09d6466 Fixes issue #44, where removeFromPbxFileReferenceSection fails to remove its given file from PBXFileReference. by Xingchen Yu · 9 years ago
  47. 42e3fb4 add test replacing field that has array case by byeonggee.seo · 9 years ago
  48. 94245e5 XCBuildConfiguration array field replace ok by byeonggee.seo · 9 years ago
  49. 19879f9 Merge pull request #38 from gameclosure/feature-add-include-lib-strings by Andrew Lunny · 9 years ago
  50. fab08c5 Support string args to add lib/include path by Joe Wilm · 9 years ago
  51. 1542225 Windows path fix by Bas Bosman · 10 years ago
  52. ff9f67a bumping version to 0.6.7 by Anis Kadri · 10 years ago
  53. f145205 adding test for updateBuildProperty by Anis Kadri · 10 years ago
  54. 5562020 adds updateBuildProperty for changing custom build settings by sgrebnov · 10 years ago
  55. a429a59 Update version to 0.6.6. No changes, just overriding old NPM version. by Braden Shepherdson · 10 years ago
  56. a825f32 Bump version to 0.6.5 by Braden Shepherdson · 10 years ago
  57. d2374f0 Fix missing comma in var block. by Braden Shepherdson · 10 years ago
  58. 0759498 FIX unit test for escaped paths by Ignacio Calderon · 10 years ago
  59. 7e14b97 FIX adding ; by Ignacio Calderon · 10 years ago
  60. 47c9d8d FIX escaping search path of custom frameworks. by Ignacio Calderon · 10 years ago
  61. d40003d Bump version to 0.6.4. by Braden Shepherdson · 10 years ago
  62. 31462a9 Add test/ to .npmignore by Braden Shepherdson · 10 years ago
  63. 05fed86 Merge pull request #25 from kronenthaler/master by Braden Shepherdson · 10 years ago
  64. 70b3e29 Modified unit test to reflect the right behaviour by Ignacio Calderon · 10 years ago
  65. 4cca665 Removed the customFramework check on the correctPath, since it's better to use the filepath instead. Xcode can navigate the location of the framework for inspection of the files. by Ignacio Calderon · 10 years ago
  66. d08b53c Merge pull request #24 from imhotep/customFrameworks by Anis Kadri · 11 years ago
  67. 748e982 Bumping version by Anis Kadri · 11 years ago
  68. d7f5646 Merge pull request #20 from imhotep/customFrameworks by Anis Kadri · 11 years ago
  69. 71118fb Issue #17 adding/removing custom frameworks by Anis Kadri · 11 years ago
  70. 4d566be Bump version to 0.6.2. by Braden Shepherdson · 11 years ago
  71. 533d9b8 Adding add/removeToHeaderSearchPath by Maximiliano Fierro · 11 years ago
  72. 67f5f96 handle "$(inherited)" library search paths value by alunny · 11 years ago
  73. f69eb17 allow periods in unquoted property names by alunny · 11 years ago
  74. dc0d5fb 0.6.1 by Fil Maj · 11 years ago
  75. 86c5011 start of compiler flag support. by Fil Maj · 11 years ago
  76. eab037f Merge pull request #12 from filmaj/master by Andrew Lunny · 11 years ago
  77. c2f1b15 Forgot to add the librarysearchpaths test file.. by Fil Maj · 11 years ago
  78. 06053b7 docs for updating grammar by Andrew Lunny · 11 years ago
  79. af20a96 fix for #11 by Andrew Lunny · 11 years ago
  80. c4be849 fixed failing tests and added test for adding/removing from lib search paths. by Fil Maj · 11 years ago
  81. 915ef35 adding support for adding/removing from library search paths by Fil Maj · 11 years ago
  82. 3d20386 0.6.0 by alunny · 12 years ago
  83. 347651f [project] check if file exists before adding by alunny · 12 years ago
  84. cd937af [pbxProject] first pass at #hasFile method by alunny · 12 years ago
  85. ef21e54 [AUTHORS] add Brett by alunny · 12 years ago
  86. 6245e12 Merge pull request #9 from goya/master by Andrew Lunny · 12 years ago
  87. 293ca2c [pbxProject] enforce quote delimiters to support unsupported chars by Brett Rudd · 12 years ago
  88. 5884dec [pbxFile] implement option for weak linked frameworks by Brett Rudd · 12 years ago
  89. 2d6a0ee 0.5.5 by alunny · 12 years ago
  90. 65a0c40 [proj] always add static libraries to build phases by alunny · 12 years ago
  91. 69e3cb6 0.5.4 by alunny · 12 years ago
  92. 8427c53 [proj] static library plugins without group fix by alunny · 12 years ago
  93. 84d1841 0.5.3 by alunny · 12 years ago
  94. 6a12350 [pbxProject] add static libraries as plugins by alunny · 12 years ago
  95. f689c61 0.5.2 by alunny · 12 years ago
  96. 62e7316 [project] addStaticLibrary - support for .a files by alunny · 12 years ago
  97. 111392a [project] accessor for productName by alunny · 12 years ago
  98. aeb25d7 [test] wrong function called in test by alunny · 12 years ago
  99. e4abe04 0.5.1 by alunny · 12 years ago
  100. 98628fe [pbxProject] "plugin" option to addResourceFile by alunny · 12 years ago