Skip to content

Commit

Permalink
Ugh, sorry, small fix (in a rush.) This works though.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozael committed Jun 3, 2014
1 parent a0d2739 commit 267ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public bool AddFolder( string folderPath, PBXGroup parent = null, string[] exclu

if( recursive ) {
Debug.Log( "recursive" );
AddFolder( directory, newGroup, exclude, recursive, createBuildFile, true, compilerFlags );
AddFolder( directory, newGroup, exclude, recursive, createBuildFile, compilerFlags );
}
}

Expand Down

0 comments on commit 267ef53

Please sign in to comment.