فهرست منبع

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(
     update_code_signing_settings(
       path: "#{GITHUB_WORKSPACE}/FreeAPS.xcodeproj",
       path: "#{GITHUB_WORKSPACE}/FreeAPS.xcodeproj",
-      profile_name: mapping["#{BUNDLE_ID}.FreeAPS.LiveActivity"],
+      profile_name: mapping["#{BUNDLE_ID}.LiveActivity"],
       code_sign_identity: "iPhone Distribution",
       code_sign_identity: "iPhone Distribution",
       targets: ["LiveActivityExtension"]
       targets: ["LiveActivityExtension"]
     )
     )