瀏覽代碼

Update Fastfile: fix for LiveActivity

Fix for the LiveActivity identifier in match()
"#{BUNDLE_ID}.LiveActivity"
bjornoleh 2 年之前
父節點
當前提交
189ecbfafd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
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"
       ]
     )