mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
Remove duplicate codesigning
This commit is contained in:
committed by
Eloy Durán
parent
b94afc9d38
commit
ff54f8b21d
@@ -128,7 +128,6 @@ PLIST
|
||||
App.info 'Codesign', extension_dir
|
||||
# TODO remove one of these
|
||||
sh "#{codesign_cmd} -f -s \"#{@config.codesign_certificate}\" --resource-rules=\"#{resource_rules_plist}\" \"#{extension_dir}\""
|
||||
sh "#{codesign_cmd} -f -s \"#{@config.codesign_certificate}\" --preserve-metadata=\"identifier,entitlements,resource-rules\" \"#{extension_dir}\""
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -113,7 +113,6 @@ PLIST
|
||||
App.info 'Codesign', framework_path
|
||||
# TODO remove one of these
|
||||
sh "#{codesign_cmd} -f -s \"#{@config.codesign_certificate}\" --resource-rules=\"#{resource_rules_plist}\" \"#{framework_path}\""
|
||||
sh "#{codesign_cmd} -f -s \"#{@config.codesign_certificate}\" --preserve-metadata=\"identifier,entitlements,resource-rules\" \"#{framework_path}\""
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user