From e15689ef222692c0e54ebaf4d7300b7fc23496f3 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 27 Apr 2025 16:26:41 +0200 Subject: [PATCH] so now sed is broken? --- frontend/ios/fastlane/Fastfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/ios/fastlane/Fastfile b/frontend/ios/fastlane/Fastfile index f78bd61..fab7574 100644 --- a/frontend/ios/fastlane/Fastfile +++ b/frontend/ios/fastlane/Fastfile @@ -31,9 +31,9 @@ platform :ios do # replace secrets by real values, the stupid way sh( "sed", - "-i", - "", - "s/IOS_GOOGLE_MAPS_API_KEY/#{ENV["IOS_GOOGLE_MAPS_API_KEY"]}/g", + "-i", + "''", + "s/IOS_GOOGLE_MAPS_API_KEY/#{ENV["IOS_GOOGLE_MAPS_API_KEY"]}/g", "../Runner/AppDelegate.swift" ) @@ -78,7 +78,7 @@ platform :ios do sh( "sed", "-i", - "", + "''", "s/IOS_GOOGLE_MAPS_API_KEY/#{ENV["IOS_GOOGLE_MAPS_API_KEY"]}/g", "../Runner/AppDelegate.swift" )