Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
framework module Main { umbrella header "Main.h" module * { export * } export * framework module Sub { umbrella header "Sub.h" module * { export * } export * } }