iOS Question Git and B4A/B4i

b4auser1

Well-Known Member
Licensed User
Longtime User
I use the same modules for B4A and B4i projects of the same application. B4A and B4i projects are in the same folder. When I open B4A or B4i project it modifies headers of bas files. It makes Git think that there are changes in the modules, though really there are no changes. Is there a way to avoid changes in the headers of files ?
 

Attachments

  • sshot-2016-05-15-[18-24-14].png
    25.5 KB · Views: 167

b4auser1

Well-Known Member
Licensed User
Longtime User
It is currently not possible.
Please consider it in the future versions of B4X tools.
Possibility to use B4X as a cross-platoform tool is one of the most important competitive advantages over native tools.
Before I kept sources for B4A, B4i, B4J in separate folders and it was really nightmare to sync changes between modules.
Now I keep all modules (modules, classes and Subs have the same names for all B4A, B4i, B4J) and I am able to compile app for different plantforms just switching to another project file.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Please consider it in the future versions of B4X tools.
It will be.

Before I kept sources for B4A, B4i, B4J in separate folders and it was really nightmare to sync changes between modules.
Note that you configure the same folder for shared modules (though it will not help with the source control).
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…