Explorar o código

Fix budleID in fastlane for LA

Mike Plante %!s(int64=2) %!d(string=hai) anos
pai
achega
0a161a13bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]
     )