mirror of
https://github.com/tooot-app/app
synced 2025-04-24 07:07:24 +02:00
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")
|
copyright("#{Time.now.year} ©️ xmflsct")
|
||||||
primary_category("SOCIAL_NETWORKING")
|
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,
|
output_directory: BUILD_DIRECTORY,
|
||||||
silent: true
|
silent: true
|
||||||
)
|
)
|
||||||
upload_to_app_store(
|
upload_to_app_store( ipa: IPA_FILE )
|
||||||
force: true,
|
|
||||||
ipa: IPA_FILE,
|
|
||||||
submit_for_review: true,
|
|
||||||
automatic_release: false
|
|
||||||
)
|
|
||||||
else
|
else
|
||||||
if !is_ci
|
if !is_ci
|
||||||
match( type: "development", readonly: true )
|
match( type: "development", readonly: true )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user