I am currently using the calculation.h
and calculation.m
files for some calculations in my project. These calculations may need to be modified while the application is live on the store. Therefore, I can only make changes to these calculations and update them in the next version.
Is there a way to change the calculations at runtime, or replace/add the calculation.h
and calculation.m
files in the bundle path during runtime?
I have already attempted using an API for calculation modifications. Please advise if there are any other methods available.
Is it possible to allocate and initialize files stored in the "NSDocument Directory" instead of accessing them through the bundle path?
Are there alternatives such as utilizing jsscript for making calculation changes or any other techniques that you can suggest?
Thank you in advance.