mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Use macOS ephemeral directory for Pod env script (#37509)
On macOS, any file that isn't intended to be checked in should be in the ephemeral directory.
This commit is contained in:
parent
7f77f0177a
commit
018d45dc06
@ -679,7 +679,7 @@ class MacOSProject implements XcodeBasedProject {
|
||||
File xcodeConfigFor(String mode) => managedDirectory.childFile('Flutter-$mode.xcconfig');
|
||||
|
||||
@override
|
||||
File get generatedEnvironmentVariableExportScript => managedDirectory.childFile('flutter_export_environment.sh');
|
||||
File get generatedEnvironmentVariableExportScript => ephemeralDirectory.childFile('flutter_export_environment.sh');
|
||||
|
||||
@override
|
||||
File get podfile => _macOSDirectory.childFile('Podfile');
|
||||
|
Loading…
Reference in New Issue
Block a user