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
Commits
41a3a0e5
Commit
41a3a0e5
authored
2 years ago
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
cbf71649
No related branches found
No related tags found
1 merge request
!1
Client management
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-0
35 additions, 0 deletions
README.md
with
35 additions
and
0 deletions
README.md
+
35
−
0
View file @
41a3a0e5
...
@@ -2,3 +2,38 @@
...
@@ -2,3 +2,38 @@




## 🛠 Development
Open
`ElixxirDAppsSDK.xcworkspace`
in Xcode (≥13.4).
### Project structure
```
ElixxirDAppsSDK [Xcode Workspace]
├─ elixxir-dapps-sdk-swift [Swift Package]
| └─ ElixxirDAppsSDK [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]
```
### Build schemes
-
Use
`exlixxir-dapps-sdk-swift`
scheme to build the package with
`ElixxirDAppsSDK`
library.
-
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
`AppFeature`
, for building and testing individual libraries in isolation.
## 📄 License
Copyright © 2022 xx network SEZC
[
License
](
LICENSE
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment