소스 검색

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