revert to macos style sed
Some checks failed
Build and release release apps to production track / Get version (pull_request) Waiting to run
Build and release release apps to production track / Build and upload ios app (pull_request) Has been cancelled

This commit is contained in:
2025-04-28 14:12:17 +02:00
parent 5701f704dd
commit 0c740eb5ff
2 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ platform :ios do
"flutter",
"build",
"ipa",
"--release",
"--build-name=#{build_name}",
"--build-number=#{build_number}",
)
@@ -66,6 +67,7 @@ platform :ios do
"flutter",
"build",
"ipa",
"--release",
"--build-name=#{build_name}",
"--build-number=#{build_number}",
)