Home | History | Annotate | Download | only in Scripts

Lines Matching full:framework

43 def print_inappropriate_file_error framework, relative_path
44 print_error "#{framework}.framework/#{relative_path} should not be present in the framework."
47 def check_framework framework, is_shallow_bundle
48 $INAPPROPRIATE_FILES[framework].each do |directory, patterns|
49 framework_bundle_path = is_shallow_bundle ? "#{framework}.framework" : "#{framework}.framework/Versions/A/#{directory}"
53 print_inappropriate_file_error framework, is_shallow_bundle ? inappropriate_file : "#{directory}/#{inappropriate_file}"
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."