File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/new?template=bu
200200 )
201201
202202 return info
203+
203204# Actions
204205
205206def _write_bazel_integration_files (
Original file line number Diff line number Diff line change 44 "//xcodeproj:project_options.bzl" ,
55 _default_project_options = "project_options" ,
66)
7- load ("//xcodeproj:xcschemes.bzl" , "xcschemes" )
87load ("//xcodeproj:top_level_target.bzl" , "top_level_target" )
8+ load ("//xcodeproj:xcschemes.bzl" , _xcschemes = "xcschemes" )
99load ("//xcodeproj/internal:bazel_labels.bzl" , "bazel_labels" )
1010load ("//xcodeproj/internal:xcodeproj_runner.bzl" , "xcodeproj_runner" )
1111load (
@@ -376,7 +376,7 @@ def xcodeproj(
376376 if not project_options :
377377 project_options = _default_project_options ()
378378 if not scheme_autogeneration_config :
379- scheme_autogeneration_config = xcschemes .autogeneration_config ()
379+ scheme_autogeneration_config = _xcschemes .autogeneration_config ()
380380 if not xcode_configurations :
381381 xcode_configurations = {"Debug" : {}}
382382
You can’t perform that action at this time.
0 commit comments