In the toml file, I noticed there is the ability to have multiple modules in the toml file. Is this feature working?
In my toml file I've added multiple modules, specifying two different output file names. However when build my test target, only one generated mocks file is created in Derived data, in addition the name of the generated mocks file doesn't change, it remains GeneratedMocks.swift.
In the toml file, I noticed there is the ability to have multiple modules in the toml file. Is this feature working?
In my toml file I've added multiple modules, specifying two different output file names. However when build my test target, only one generated mocks file is created in Derived data, in addition the name of the generated mocks file doesn't change, it remains GeneratedMocks.swift.