瀏覽代碼

Fix budleID in fastlane for LA

Mike Plante 2 年之前
父節點
當前提交
0a161a13bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -127,7 +127,7 @@ platform :ios do
     )
     update_code_signing_settings(
       path: "#{GITHUB_WORKSPACE}/FreeAPS.xcodeproj",
-      profile_name: mapping["#{BUNDLE_ID}.FreeAPS.LiveActivity"],
+      profile_name: mapping["#{BUNDLE_ID}.LiveActivity"],
       code_sign_identity: "iPhone Distribution",
       targets: ["LiveActivityExtension"]
     )