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
!37
Update examples
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update examples
feature/messenger-example
into
development
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Dariusz Rybicki
requested to merge
feature/messenger-example
into
development
2 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Remove outdated example.
Update project structure - remove root workspace.
App messenger example.
Update README.md.
0
0
Merge request reports
Viewing commit
c00ee2b0
Prev
Next
Show latest version
1 file
+
7
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c00ee2b0
Update README.md
· c00ee2b0
Dariusz Rybicki
authored
2 years ago
README.md
+
7
−
20
Options
@@ -8,39 +8,26 @@
-
[
XXClient Quick Start Guide
](
Docs/XXClient-quick-start-guide.md
)
-
[
XXMessengerClient
](
Docs/XXMessengerClient.md
)
## 📱
Demo
## 📱
Examples
Checkout included example
iOS application
.
Check
out included
[
example
s
](
Examples
)
.
## 🛠 Development
Open
`
ElixxirDAppsSDK.xcworkspace
`
in Xcode (≥13.4).
Open
`
Package.swift
`
in Xcode (≥13.4).
### Project structure
```
ElixxirDAppsSDK [Xcode Workspace]
├─ elixxir-dapps-sdk-swift [Swift Package]
| ├─ XXClient [Library]
| └─ XXMessengerClient [Library]
└─ Example [Xcode Project]
├─ ExampleApp (iOS) [iOS App Target]
├─ example-app [Swift Package]
| ├─ AppFeature [Library]
| └─ ...
└─ example-app-icon [Swift Package]
├─ ExampleAppIcon [Library]
└─ example-app-icon-export [Executable]
elixxir-dapps-sdk-swift [Swift Package]
├─ XXClient [Library]
└─ XXMessengerClient [Library]
```
### Build schemes
-
Use
`exlixxir-dapps-sdk-swift`
scheme to build and test the package.
-
Use
`ExampleApp (iOS)`
to build and run the example app.
-
Use
`example-app`
scheme to build and test the example app package with all contained libraries.
-
Use
`ExampleAppIcon`
scheme with macOS target to build and preview the example app icon.
-
Use
`example-app-icon-export`
scheme with macOS target to build and update the example app icon.
-
Use other schemes, like
`XXClient`
, for building and testing individual libraries in isolation.
-
Use other schemes (like
`XXClient`
) for building and testing individual libraries in isolation.
## 📄 License
Loading