We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551ea1 commit d621e02Copy full SHA for d621e02
test/removeResourceFile.js
@@ -165,7 +165,7 @@ exports.removeResourceFile = {
165
test.equal(plugins.children.length, 0);
166
test.done();
167
},
168
- 'should remove to the PBXSourcesBuildPhase': function (test) {
+ 'should remove from the PBXSourcesBuildPhase': function (test) {
169
var newFile = proj.addResourceFile('Plugins/assets.bundle'),
170
sources = proj.pbxResourcesBuildPhaseObj();
171
0 commit comments