lib/sigh/manager.rb in sigh-0.10.6 vs lib/sigh/manager.rb in sigh-0.10.7

- old
+ new

@@ -1,7 +1,7 @@ require 'plist' -require 'sigh/spaceship/runner' +require 'sigh/runner' module Sigh class Manager def self.start path = Sigh::Runner.new.run @@ -28,11 +28,9 @@ require 'sigh/download_all' DownloadAll.new.download_all end def self.install_profile(profile) - Helper.log.info "Installing provisioning profile..." - udid = FastlaneCore::ProvisioningProfile.uuid(profile) ENV["SIGH_UDID"] = udid if udid FastlaneCore::ProvisioningProfile.install(profile) end