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
!110
Backup improvements & example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Backup improvements & example
feature/messenger-example-make-backup
into
development
Overview
0
Commits
15
Pipelines
0
Changes
24
Merged
Backup improvements & example
Dariusz Rybicki
requested to merge
feature/messenger-example-make-backup
into
development
Sep 29, 2022
Overview
0
Commits
15
Pipelines
0
Changes
24
XXMessengerClient library
Fix race condition issues when starting the backup and setting initial parameters.
Add
BackupStorage
utility that can store the backup.
Store
BackupStorage.Backup
on disk.
xx-messenger example
Start backup
Resume backup
Stop backup
Store backups in storage
Observe backup storage
Export backup from storage
Resume backup on launch
Edited
Sep 29, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Compare
development
version 5
90d0e9a0
Sep 29, 2022
version 4
aabd0d05
Sep 29, 2022
version 3
efc1f346
Sep 29, 2022
version 2
d89f26a2
Sep 29, 2022
version 1
df699f46
Sep 29, 2022
development (base)
and
latest version
latest version
0070b7bb
15 commits,
Sep 29, 2022
version 5
90d0e9a0
14 commits,
Sep 29, 2022
version 4
aabd0d05
13 commits,
Sep 29, 2022
version 3
efc1f346
12 commits,
Sep 29, 2022
version 2
d89f26a2
11 commits,
Sep 29, 2022
version 1
df699f46
7 commits,
Sep 29, 2022
24 files
+
1461
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
Examples/xx-messenger/.swiftpm/xcode/xcshareddata/xcschemes/BackupFeature.xcscheme
0 → 100644
+
78
−
0
View file @ 0070b7bb
Edit in single-file editor
Open in Web IDE
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1400"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"BackupFeature"
BuildableName =
"BackupFeature"
BlueprintName =
"BackupFeature"
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 =
"BackupFeatureTests"
BuildableName =
"BackupFeatureTests"
BlueprintName =
"BackupFeatureTests"
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 =
"BackupFeature"
BuildableName =
"BackupFeature"
BlueprintName =
"BackupFeature"
ReferencedContainer =
"container:"
>
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
Loading