From 189ecbfafd429b8a10c2f5facda3fa89edfc86f1 Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:38:23 +0200 Subject: [PATCH] Update Fastfile: fix for LiveActivity Fix for the LiveActivity identifier in match() "#{BUNDLE_ID}.LiveActivity" --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0559cb2c7..ed1e88bb9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -85,7 +85,7 @@ platform :ios do "#{BUNDLE_ID}", "#{BUNDLE_ID}.watchkitapp", "#{BUNDLE_ID}.watchkitapp.watchkitextension", - "#{BUNDLE_ID}.FreeAPS.LiveActivity" + "#{BUNDLE_ID}.LiveActivity" ] )