Skip to content

Commit

Permalink
fix: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Nov 4, 2024
1 parent a0c24c8 commit dd10adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@
ReferencedContainer = "container:OpenEdX.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "-FIRAnalyticsDebugEnabled"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<LocationScenarioReference
identifier = "com.apple.dt.IDEFoundation.CurrentLocationScenarioIdentifier"
referenceType = "1">
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ lane :unit_tests do
workspace: "OpenEdX.xcworkspace",
device: "iPhone 16",
scheme: "OpenEdXDev",
xcargs: "-skipPackagePluginValidation -skipMacroValidation"
xcargs: "-skipPackagePluginValidation -skipMacroValidation" # Ignore swiftLint plugin validation
)
end

0 comments on commit dd10adb

Please sign in to comment.