From e1e4a018e704102f4223da1955a430545d603ecb Mon Sep 17 00:00:00 2001 From: danhealy Date: Sun, 15 Nov 2020 15:03:45 -0800 Subject: iOS wizard: remove unused methods --- dragon/ios_wizard.rb | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'dragon') diff --git a/dragon/ios_wizard.rb b/dragon/ios_wizard.rb index e38faf1..c10965d 100644 --- a/dragon/ios_wizard.rb +++ b/dragon/ios_wizard.rb @@ -85,11 +85,6 @@ class IOSWizard return nil end - def always_fail - return false if $gtk.ivar :rcb_release_mode - return true - end - def check_for_xcode if !cli_app_exist?(xcodebuild_cli_app) raise WizardException.new( @@ -134,11 +129,6 @@ class IOSWizard end end - def restart - init_wizard_status - start - end - def check_for_dev_profile if !($gtk.read_file 'profiles/development.mobileprovision') $gtk.system "mkdir -p #{relative_path}/profiles" @@ -191,21 +181,6 @@ class IOSWizard log_info "App Identifier is set to : #{@app_id}" end - def set_app_name name - @app_name = name - start - end - - def set_dev_profile path - if !$gtk.read_file path - log_error "I couldn't find a development profile at #{path}." - ask_for_dev_profile - else - @dev_profile_path = path - start - end - end - def blow_away_temp sh "rm -rf #{tmp_directory}" end @@ -216,12 +191,6 @@ class IOSWizard sh "cp -R #{relative_path}/dragonruby-ios.app \"#{tmp_directory}/#{@app_name}.app\"" end - def set_app_id id - log_info = "App Id set to: #{id}" - @app_id = id - start - end - def check_for_device log_info "Looking for device." -- cgit v1.2.3