mirror of https://github.com/tooot-app/app
Fix in-store purchase to false
This commit is contained in:
parent
6efcd7c316
commit
d572f55360
|
@ -15,3 +15,8 @@ support_url({
|
|||
|
||||
copyright("#{Time.now.year} ©️ xmflsct")
|
||||
primary_category("SOCIAL_NETWORKING")
|
||||
|
||||
automatic_release(false)
|
||||
force(true)
|
||||
precheck_include_in_app_purchases(false)
|
||||
submit_for_review(true)
|
|
@ -106,12 +106,7 @@ private_lane :build_ios do
|
|||
output_directory: BUILD_DIRECTORY,
|
||||
silent: true
|
||||
)
|
||||
upload_to_app_store(
|
||||
force: true,
|
||||
ipa: IPA_FILE,
|
||||
submit_for_review: true,
|
||||
automatic_release: false
|
||||
)
|
||||
upload_to_app_store( ipa: IPA_FILE )
|
||||
else
|
||||
if !is_ci
|
||||
match( type: "development", readonly: true )
|
||||
|
|
Loading…
Reference in New Issue