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
!91
Update Bindings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Bindings
dev/update-bindings
into
development
Overview
0
Commits
2
Pipelines
0
Changes
10
Merged
Update Bindings
Dariusz Rybicki
requested to merge
dev/update-bindings
into
development
Sep 15, 2022
Overview
0
Commits
2
Pipelines
0
Changes
10
Update Bindings.xcframework
client@7aac8e09
go version go1.17.13 darwin/arm64
Xcode 14.0 Build version 14A309
gomobile bind target: ios,iossimulator,macos
Add
CMixGetRunningProcesses
function wrapper
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
dfff4e78
2 commits,
Sep 15, 2022
10 files
+
79
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Headers/Bindings.objc.h
+
15
−
0
View file @ dfff4e78
Edit in single-file editor
Open in Web IDE
Show full file
@@ -483,6 +483,21 @@ Returns:
the xx network.
*/
-
(
NSData
*
_Nullable
)
getReceptionRegistrationValidationSignature
;
/**
* GetRunningProcesses returns the names of all running processes at the time
of this call. Note that this list may change and is subject to race
conditions if multiple threads are in the process of starting or stopping.
Returns:
- []byte - A JSON marshalled list of all running processes.
JSON Example:
{
"FileTransfer{BatchBuilderThread, FilePartSendingThread#0, FilePartSendingThread#1, FilePartSendingThread#2, FilePartSendingThread#3}",
"MessageReception Worker 0"
}
*/
-
(
NSData
*
_Nullable
)
getRunningProcesses
:(
NSError
*
_Nullable
*
_Nullable
)
error
;
/**
* HasRunningProcessies checks if any background threads are running and returns
true if one or more are.
Loading