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
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
Merged
Update example app
feature/example-app-landing
into
development
Overview
0
Commits
9
Pipelines
0
Changes
20
Merged
Dariusz Rybicki
requested to merge
feature/example-app-landing
into
development
2 years ago
Overview
0
Commits
9
Pipelines
0
Changes
20
Expand
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
2 years ago
by
Dariusz Rybicki
0
0
Merge request reports
Compare
development
version 2
4747705b
2 years ago
version 1
591167a2
2 years ago
development (base)
and
latest version
latest version
19487205
9 commits,
2 years ago
version 2
4747705b
8 commits,
2 years ago
version 1
591167a2
7 commits,
2 years ago
20 files
+
404
−
1570
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
Example/example-app/.swiftpm/xcode/xcshareddata/xcschemes/MyContactFeature.xcscheme deleted
100644 → 0
+
0
−
78
Options
<?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