Skip to content

Rebase node-xcode fork to get latest fixes for iOS #4391

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

Closed
4 tasks done
rosen-vladimirov opened this issue Feb 25, 2019 · 0 comments
Closed
4 tasks done

Rebase node-xcode fork to get latest fixes for iOS #4391

rosen-vladimirov opened this issue Feb 25, 2019 · 0 comments
Assignees
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

rosen-vladimirov commented Feb 25, 2019

Is your feature request related to a problem? Please describe.
We need to rebase node-xcode library to get latest fixes. However, this requires testing of all the features that we are currently using (listed below).

Acceptance criteria

  • Add plugin with .framework. Ensure the build operation includes the framework and it can be used at runtime. Remove the plugin with tns plugin remove .... Ensure the framework is removed from Xcode project.
  • Add plugin with static lib. Ensure the build operation includes the framework and it can be used at runtime. Remove the plugin with tns plugin remove .... Ensure the framework is removed from Xcode project.
  • Add native source code to application (i.e. Objective-C files). Build the application and ensure the files are used. Remove the source code, build the application and ensure the files are not included in Xcode as resources for the current project.
  • Ensure correct images are used by iOS application - both icons and splash screens. You can change them and run the app on device - ensure the new images are used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants