Преглед изворни кода

Merge pull request #74 from nightscout/liveActivities

Update Fastfile: fix for LiveActivity
bjornoleh пре 2 година
родитељ
комит
af71092c72
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"
       ]
     )