I have a app ready to launch in TestFlight, are there any rules or guidelines against having it open source on my GitHub profile? lmk
Open source published apps?
I would remove your DEVELOPMENT_TEAM id from the xcodeproj file and put them to xcconfig file. Then in your project file, specify
Other devs forking/cloning your project would then specify their dev team id in their xcconfig file.
See https://help.apple.com/xcode/mac/11.4/#/dev745c5c974 for more information.
Code Block DEVELOPMENT_TEAM = "$(inherited)";
Other devs forking/cloning your project would then specify their dev team id in their xcconfig file.
See https://help.apple.com/xcode/mac/11.4/#/dev745c5c974 for more information.