Skip to content

Commit 6a8a0ce

Browse files
committed
Update addFramework.js
Added test for the previous commit.
1 parent f8675fb commit 6a8a0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/addFramework.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ exports.addFramework = {
219219
var newFile = proj.addFramework('/path/to/SomeEmbeddableCustom.framework', {customFramework: true, embed: true}),
220220
frameworks = proj.pbxEmbedFrameworksBuildPhaseObj();
221221

222+
var buildPhaseInPbx = proj.pbxEmbedFrameworksBuildPhaseObj();
223+
test.equal(buildPhaseInPbx.dstSubfolderSpec, 10);
224+
222225
test.equal(frameworks.files.length, 1);
223226
test.done();
224227
},

0 commit comments

Comments
 (0)