Quick project in Xcode: three different applications in one project

I have two applications as a separate project written in Swift in Xcode: process1.appand process2.app. I also have an “installer” for those two applications with a name main.appin which the GUI is implemented.

I can’t connect these three applications in one project, where and when the user installs main.app, he is going to install process1.appand process2.app.

Can you give me some ideas on how to combine them in one project?

+4
source share
1 answer

Your description of your project and the problems are really vague.

, process1.app process2.app. , , . , process1, process2 .

+1

Source: https://habr.com/ru/post/1653058/


All Articles