Skip to content

Commit

Permalink
Sign the xcframework artifacts with distribution cert
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 31, 2023
1 parent c3d2736 commit 9d11755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ platform :ios do
include_debug_symbols: true,
xcframework_output_directory: output_path
)
Actions.sh("codesign --timestamp -v --sign 'Apple Distribution: LINE Corporation (VUTU7AKEUR)' ../#{output_path}/LineSDK.xcframework")
artifact_paths.push(ENV["XCFRAMEWORK_OUTPUT_PATH"])

create_xcframework(
Expand All @@ -172,6 +173,7 @@ platform :ios do
include_debug_symbols: true,
xcframework_output_directory: output_path
)
Actions.sh("codesign --timestamp -v --sign 'Apple Distribution: LINE Corporation (VUTU7AKEUR)' ../#{output_path}/LineSDKObjC.xcframework")
artifact_paths.push(ENV["XCFRAMEWORK_OUTPUT_PATH"])

zipped_files = []
Expand Down

0 comments on commit 9d11755

Please sign in to comment.