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 4cca665 commit 70b3e29Copy full SHA for 70b3e29
test/addFramework.js
@@ -182,7 +182,7 @@ exports.addFramework = {
182
test.equal(newFile.basename, 'Custom.framework');
183
test.equal(newFile.dirname, '/path/to');
184
// XXX framework has to be copied over to PROJECT root. That is what XCode does when you drag&drop
185
- test.equal(newFile.path, 'Custom.framework');
+ test.equal(newFile.path, '/path/to/Custom.framework');
186
187
188
// should add path to framework search path
0 commit comments