Skip to content

Commit e2445ef

Browse files
committed
Merge pull request apache#57 from Mitko-Kerezov/expose-pbxproject
Expose PbxProject Section
2 parents be19b0d + eba0492 commit e2445ef

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)