Skip to content

Commit

Permalink
Fix codesigning broken by CocoaPods#3550.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Jun 26, 2015
1 parent 3cd3de4 commit fec4823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/generator/embed_frameworks_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def script
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
# Resign the code if required by the build settings to avoid unstable apps
if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then
code_sign "${destination}/$1"
code_sign "${destination}/$(basename "$1")"
fi
# Embed linked Swift runtime libraries
Expand Down

0 comments on commit fec4823

Please sign in to comment.