modiimedia / arri

Arri RPC is a code-first RPC framework for end-to-end type safety in any language
MIT License
43 stars 3 forks source link

Feature: Add swift support to `arri use` #88

Open joshmossas opened 2 months ago

joshmossas commented 2 months ago

Describe the feature

arri use <version> should search for Package.swift files and update the Arri Client Swift version to version specified by the user. Ideally this would also work on XCode projects as well.

Additional context

Currently this feature works with:

So adding swift support brings it inline with the expected user behavior

Would you be willing to implement this feature?

Yes