./lib/shenzhen/commands/info.rb in krausefx-shenzhen-0.14.10 vs ./lib/shenzhen/commands/info.rb in krausefx-shenzhen-0.14.11
- old
+ new
@@ -42,10 +42,10 @@
end
temp_provisioning_profile = ::File.new(::File.join(tempdir.path, provisioning_profile_entry.name))
temp_app_directory = ::File.new(::File.join(tempdir.path, app_entry.name))
- plist = Plist::parse_xml(`security cms -D -i #{temp_provisioning_profile.path}`)
+ plist = Plist::parse_xml(`security cms -D -i '#{temp_provisioning_profile.path}'`)
codesign = `codesign -dv "#{temp_app_directory.path}" 2>&1`
codesigned = /Signed Time/ === codesign
table = Terminal::Table.new do |t|