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

app-swift bindings #55

Merged
merged 21 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c41d907
init swift app bindings (tests not passing)
krisbitney Aug 17, 2023
adbbb3a
minor formatting
krisbitney Aug 17, 2023
7a6a3af
added app-swift to code-workspace
krisbitney Aug 17, 2023
99b9a6a
updated app-swift deployment
krisbitney Aug 17, 2023
cdf26eb
app-swift binding tests passing
krisbitney Aug 17, 2023
5c77659
removed unused class properties in swift app bindings
krisbitney Aug 17, 2023
1fdefe3
updated app bindings deployment
krisbitney Aug 17, 2023
e9b7087
Merge remote-tracking branch 'origin/wrap-0.1' into kris/swift-app-bi…
krisbitney Aug 22, 2023
18bd061
fixes for swift app bindings
krisbitney Aug 22, 2023
8877e6e
fix for swift app bindings
krisbitney Aug 29, 2023
1b15279
fix for swift app bindings
krisbitney Aug 29, 2023
18dc077
swift bindings working
krisbitney Aug 29, 2023
db2fc7e
Merge remote-tracking branch 'origin/wrap-0.1' into kris/swift-app-bi…
krisbitney Aug 30, 2023
dcae1c6
updated swift keywords in plugin and app bindings
krisbitney Aug 30, 2023
e3fc2f3
change swift enum from String to Int implementation
krisbitney Aug 30, 2023
e344817
change pattern used in Swift app bindings for getDefaultClient
krisbitney Aug 30, 2023
5f73863
fix swift app bindings tests
krisbitney Aug 30, 2023
6af8b45
swift app bindings - updated getDefaultUri pattern and added static v…
krisbitney Aug 30, 2023
4366081
split swift app bindings output into two files
krisbitney Aug 30, 2023
68641e9
updated swift app bindings deployment
krisbitney Aug 30, 2023
6aeb346
chore: adjust versions
dOrgJelli Aug 30, 2023
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
6 changes: 6 additions & 0 deletions implementations/app-swift/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
.polywrap
target
workflows/output.json
wrap
debug
1 change: 1 addition & 0 deletions implementations/app-swift/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.15.0
371 changes: 371 additions & 0 deletions implementations/app-swift/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading