Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-22 17:57:04 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4aba7ac1ca1f96349bdaa09fb657fd9177fd6ef4
4aba7ac1
1 parent
aab24692
add testable references in Runner.xcscheme
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
View file @
4aba7ac
...
...
@@ -37,6 +37,17 @@
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped =
"NO"
parallelizable =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"331C8080294A63A400263BE5"
BuildableName =
"RunnerTests.xctest"
BlueprintName =
"RunnerTests"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
...
...
example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
View file @
4aba7ac
...
...
@@ -37,6 +37,17 @@
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped =
"NO"
parallelizable =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"331C80D4294CF70F00263BE5"
BuildableName =
"RunnerTests.xctest"
BlueprintName =
"RunnerTests"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
...
...
Please
register
or
login
to post a comment