Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate binds to Android and iOS #51

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6cae210
configure kos-rs to generate binds to android/ios
daniellfalcao Aug 27, 2024
771e325
create action to publish ios framework
daniellfalcao Aug 27, 2024
93ac3f8
update publish-ios.yaml
daniellfalcao Aug 27, 2024
ad541d6
update publish-ios.yaml
daniellfalcao Aug 27, 2024
b9829f7
update publish-ios.yaml
daniellfalcao Aug 27, 2024
ab1d4be
update publish-ios.yaml
daniellfalcao Aug 27, 2024
7c50e70
update publish-ios.yaml
daniellfalcao Aug 27, 2024
72f68b0
update publish-ios.yaml
daniellfalcao Aug 27, 2024
f21ceb0
update publish-ios.yaml
daniellfalcao Aug 27, 2024
5b67fe6
update publish-ios.yaml
daniellfalcao Aug 27, 2024
1b672bc
create swift package and script to update package
daniellfalcao Aug 27, 2024
76e0d82
configure release creation
daniellfalcao Aug 27, 2024
b04ab35
Merge remote-tracking branch 'origin/develop' into develop
daniellfalcao Aug 27, 2024
423adc8
update publish-ios.yaml
daniellfalcao Aug 27, 2024
93c4bfa
update publish-ios.yaml
daniellfalcao Aug 27, 2024
0a3d2dc
update publish-ios.yaml
daniellfalcao Aug 27, 2024
e2a2674
update publish-ios.yaml
daniellfalcao Aug 27, 2024
5cf8b25
update publish-ios.yaml
daniellfalcao Aug 27, 2024
1af92b5
update publish-ios.yaml
daniellfalcao Aug 27, 2024
e61370e
update publish-ios.yaml
daniellfalcao Aug 27, 2024
4b7ee6b
update publish-android.yaml
daniellfalcao Aug 27, 2024
4ef3c57
update publish-android.yaml
daniellfalcao Aug 27, 2024
dd9ad58
update publish-android.yaml
daniellfalcao Aug 27, 2024
b6be1ec
update repositories
daniellfalcao Aug 28, 2024
1c08d70
update cargo
daniellfalcao Aug 28, 2024
276af4f
remove comments
daniellfalcao Aug 28, 2024
70cf8f5
resolve linting issues
daniellfalcao Aug 28, 2024
6ca5243
resolve linting issues
daniellfalcao Aug 28, 2024
a63187f
Merge branch 'develop' into update
daniellfalcao Aug 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update publish-ios.yaml
daniellfalcao committed Aug 27, 2024
commit e61370eb75536858005a29316b29de5be5d32906
1 change: 1 addition & 0 deletions .github/workflows/publish-ios.yaml
Original file line number Diff line number Diff line change
@@ -71,6 +71,7 @@ jobs:
git push origin main
- name: Create Release
run: |
brew install jq
TAG_NAME=${GITHUB_REF#refs/tags/}
RELEASE_NAME="${{ github.event.release.name }}"
RELEASE_BODY="${{ github.event.release.body }}"