Skip to content

Commit

Permalink
Keep symlinks while creating xcframework zip
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Dec 14, 2023
1 parent add0a87 commit 9961dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ platform :ios do

zip(
path: "build/#{target_version}",
output_path: "build/#{target_version}.zip"
output_path: "build/#{target_version}.zip",
symlinks: true
)
end

Expand Down

0 comments on commit 9961dcc

Please sign in to comment.