Skip to content

Commit 2482c87

Browse files
author
Anis Kadri
committed
Merge branch 'master' of github.com:alunny/node-xcode
2 parents d86ed8c + e2445ef commit 2482c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/pbxProject.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ pbxProject.prototype.addBuildPhase = function (filePathsArray, isa, comment) {
537537
}
538538

539539
// helper access functions
540+
pbxProject.prototype.pbxProjectSection = function () {
541+
return this.hash.project.objects['PBXProject'];
542+
}
540543
pbxProject.prototype.pbxBuildFileSection = function () {
541544
return this.hash.project.objects['PBXBuildFile'];
542545
}

0 commit comments

Comments
 (0)