IOS user structure speed conflicts

I created an iOS Swift user framework with some simple form validation methods and some tests. I opened it to Github.

What should I do if another developer uses my infrastructure for their application, but changes the method names? Could this potentially ruin my application? I mean, one environment is shared between several applications, right?

0
source share
1 answer

If I understand what you are asking, only people with accessible access will be able to change your structure.

- , , . , , , .

, Xcode, , , github.

0

All Articles