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.
2 parents 9b0caf8 + 464ed17 commit 85ce23fCopy full SHA for 85ce23f
fastlane/Fastfile
@@ -66,6 +66,7 @@ platform :ios do
66
app_version: version_number,
67
copyright: COPYRIGHT,
68
api_key: APPSTORE_API_KEY,
69
+ precheck_include_in_app_purchases: false,
70
force: true # to prevent fastlane from crashing waiting for user confirmation
71
)
72
end
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stock",
3
- "version": "0.20.6",
+ "version": "0.20.7",
4
"private": true,
5
"directories": {
6
"doc": "doc",
0 commit comments