Skip to content

Commit 633a151

Browse files
committed
Remove unused local to please RuboCop
1 parent 0770684 commit 633a151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

make_signed_ruby.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ def sign_bundle(bundle_path)
123123
PLIST
124124

125125
Tempfile.create("entitlements.plist") do |entitlements_file|
126-
entitlements_path = entitlements_file.path
127-
128126
args = [
129127
"/usr/bin/codesign",
130128
"--force", # Replace the existing signiture, if any

0 commit comments

Comments
 (0)