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 86c8df8 commit de9ebedCopy full SHA for de9ebed
marmot.config.js
@@ -2,6 +2,11 @@
2
3
const helper = require('marmot-cli/lib/helper');
4
5
+const {
6
+ iosUtils,
7
+ getDepsPkgVersion,
8
+} = require('marmot-cli/lib/helper');
9
+
10
const pkg = require('./package');
11
12
module.exports = {
@@ -10,8 +15,7 @@ module.exports = {
15
],
16
packages: [
17
{
13
- version: helper
14
- .iosUtils
18
+ version: iosUtils
19
.getFieldFromPlist(`${pkg.name}/Info.plist`, 'CFBundleVersion'),
20
path: `build/Release-iphonesimulator/${pkg.name}.app/`,
21
type: 'Release'
@@ -20,5 +24,6 @@ module.exports = {
24
testInfo: {
25
},
22
26
extraInfo: {
27
+ 'marmot-cli': getDepsPkgVersion('marmot-cli')
23
28
}
29
};
0 commit comments