This commit is contained in:
Hamza-Ayed
2024-05-02 12:05:27 +03:00
parent dcf02cc36d
commit 8684223b6a
3 changed files with 196 additions and 146 deletions

View File

@@ -10,7 +10,6 @@ project 'Runner', {
'Profile' => :release,
'Release' => :release,
}
def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
@@ -54,3 +53,4 @@ post_install do |installer|
end
end
end