emufreak / iAmiga

iAmiga sources
44 stars 17 forks source link

Break up storyboard into multiple storyboards to improve compilation speed #32

Open simontoens opened 8 years ago

simontoens commented 8 years ago

The storyboard takes annoyingly long to compile - breaking it up into multiple files would help to only compile what has actually changed. http://stackoverflow.com/questions/27432227/decreasing-storyboard-compiling-time-in-xcode-6

MrStargazer commented 8 years ago

In addition working concurrent on a project with such a large central file leads often to merge conflicts. With Simons solution those merge conflicts would rarely occur.