Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!19
Update example app
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update example app
feature/example-app-landing
into
development
Overview
0
Commits
9
Pipelines
0
Changes
2
Merged
Update example app
Dariusz Rybicki
requested to merge
feature/example-app-landing
into
development
Aug 3, 2022
Overview
0
Commits
9
Pipelines
0
Changes
2
This MR updates the example app so it uses the new Bindings wrapper.
Present landing page with options to create or load cMix.
Allow removing cMix if stored.
Start/stop network follower.
Show network follower status.
Observe and display network health status.
Edited
Aug 3, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
591167a2
Prev
Next
Show latest version
2 files
+
0
−
156
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
591167a2
Remove unused schemes
· 591167a2
Dariusz Rybicki
authored
Aug 3, 2022
Example/example-app/.swiftpm/xcode/xcshareddata/xcschemes/MyContactFeature.xcscheme deleted
100644 → 0
+
0
−
78
View file @ c2d17ee7
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1340"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"MyContactFeature"
BuildableName =
"MyContactFeature"
BlueprintName =
"MyContactFeature"
ReferencedContainer =
"container:"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
codeCoverageEnabled =
"YES"
>
<Testables>
<TestableReference
skipped =
"NO"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"MyContactFeatureTests"
BuildableName =
"MyContactFeatureTests"
BlueprintName =
"MyContactFeatureTests"
ReferencedContainer =
"container:"
>
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Release"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"MyContactFeature"
BuildableName =
"MyContactFeature"
BlueprintName =
"MyContactFeature"
ReferencedContainer =
"container:"
>
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
Loading