Class: Amimono::Patcher

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-amimono/patcher.rb

Overview

This class will patch your project’s copy resources script to match the one that would be generated as if the ‘use_frameworks!` flag wouldn’t be there

Class Method Summary collapse

Class Method Details

.patch!(installer) ⇒ Object



9
10
11
12
13
# File 'lib/cocoapods-amimono/patcher.rb', line 9

def self.patch!(installer)
  patch_xcconfig_files(installer)
  patch_copy_resources_script(installer)
  patch_vendored_build_settings(installer)
end