add dependency embed settings

This commit is contained in:
Yonas Kolb
2017-08-24 17:41:55 +02:00
parent 1ef53e39f0
commit cb3232df9f
5 changed files with 69 additions and 30 deletions
@@ -19,7 +19,7 @@ func projectGeneratorTests() {
let application = Target(name: "MyApp", type: .application, platform: .iOS,
settings: Settings(buildSettings: ["SETTING_1": "VALUE"]),
dependencies: [.target("MyFramework")])
dependencies: [Dependency(type: .target, reference: "MyFramework")])
let framework = Target(name: "MyFramework", type: .framework, platform: .iOS,
settings: Settings(buildSettings: ["SETTING_2": "VALUE"]))