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 4b6a4c0 commit 97714ccCopy full SHA for 97714cc
src/ios/getPlist.js
@@ -3,9 +3,7 @@ const plistParser = require('plist');
3
const path = require('path');
4
5
/**
6
- * Returns Info.plist located in the iOS project and removes
7
- * xcode $(SRCROOT) and other implementation specific decorators, so that
8
- * return value can be easily used in e.g. path.join calls
+ * Returns Info.plist located in the iOS project
9
*
10
* Returns `null` if INFOPLIST_FILE is not specified.
11
*/
0 commit comments