From 464ed17e5d05dac0aa9ed3533db57c42afe0c9e1 Mon Sep 17 00:00:00 2001 From: Patrick R Date: Wed, 18 Nov 2020 13:24:05 +0800 Subject: [PATCH] :construction_worker: IOS: fix build by adding precheck_include_in_app_purchases: false --- fastlane/Fastfile | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index bc486022a..eb5484616 100755 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -66,6 +66,7 @@ platform :ios do app_version: version_number, copyright: COPYRIGHT, api_key: APPSTORE_API_KEY, + precheck_include_in_app_purchases: false, force: true # to prevent fastlane from crashing waiting for user confirmation ) end diff --git a/package.json b/package.json index b66a61b2d..0d8d66d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stock", - "version": "0.20.6", + "version": "0.20.7", "private": true, "directories": { "doc": "doc",