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

Feature Suggestion - Xcode - Define a folder of files in unoproj to add to Xcode project #367

Open
AndrewEQ opened this issue Dec 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@AndrewEQ
Copy link
Contributor

AndrewEQ commented Dec 1, 2020

So you may create an app extension like so in Xcode: https://medium.com/@abhishekthapliyal/ios-share-extension-930ba1ad3c3d

That's fine but when we need to recompile the uno project, it recreates your project without the code you just created in Xcode, so it would be great to be able to store your extensions code in say an extensions folder, then reference the folder in unoproj to be added to the Xcode project:

/myapp.unoproj
/extensions/my_extension
/extensions/my_extension2

{
  "iOS": {
    "addFiles": [
      "./extensions/my_extension",
      "./extensions/my_extension2"
    ]
  }
}
@AndrewEQ AndrewEQ added the enhancement New feature or request label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant