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
!50
Add macOS support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add macOS support
dev/macos-support-2
into
development
Overview
0
Commits
19
Pipelines
0
Changes
1
Merged
Add macOS support
Dariusz Rybicki
requested to merge
dev/macos-support-2
into
development
Aug 30, 2022
Overview
0
Commits
19
Pipelines
0
Changes
1
This MR adds support for the macOS platform.
Update
build-bindings
script so it builds for iOS, iOS Simulator, and macOS targets.
Rebuild
Bindings.xcframework
.
Edited
Aug 30, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
519b002a
Prev
Next
Show latest version
1 file
+
11
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
519b002a
Update GitLab CI config
· 519b002a
Dariusz Rybicki
authored
Aug 30, 2022
.gitlab-ci.yml
+
11
−
4
View file @ 519b002a
Edit in single-file editor
Open in Web IDE
stages
:
stages
:
-
test
-
test
package-
test
s
:
test-
package-
maco
s
:
stage
:
test
stage
:
test
tags
:
tags
:
-
ios
-
ios
script
:
script
:
-
./run-tests.sh
-
./run-tests.sh
macos
examples-test
s
:
test-package-io
s
:
stage
:
test
stage
:
test
tags
:
tags
:
-
ios
-
ios
script
:
script
:
-
./run-tests.sh examples
-
./run-tests.sh ios
test-examples-ios
:
stage
:
test
tags
:
-
ios
script
:
-
./run-tests.sh ios-examples
Loading