tuist/Sources
Kassem Wridan bf5f7ca428 Fix framework search paths for SDK dependencies
Resolves: https://github.com/tuist/tuist/issues/1937

- System & Developer SDK nodes were accidentally swaped in the graph loading logic
    - `.xctest` is a developer SDK vs others are system
- System SDKs do not require any special additional framework search paths as such this has now been removed

Test Plan:

- Run `swift build && swift run tuist generate --path fixtures/ios_app_with_sdk`
- Inspect the generated project
- Verify framework search paths are not added for system SDKs
- Verify `MyTestFramework` continues to build successfully
2020-12-03 07:24:43 +00:00
..
ProjectDescription feature: add DeploymentTarget cases for watchOS (#2029) 2020-11-26 22:36:17 +01:00
TuistAsyncQueue Run swiftformat 2020-11-18 17:47:16 +01:00
TuistAsyncQueueTesting Fix swift lint 2020-10-31 17:25:37 +01:00
TuistAutomation Style fixes 2020-11-21 18:44:10 +01:00
TuistAutomationTesting/Utilities Add ability to skip signing when building build arguments 2020-11-08 12:25:58 +03:00
TuistCache feature: add DeploymentTarget cases for watchOS (#2029) 2020-11-26 22:36:17 +01:00
TuistCacheTesting Don't hash target actions and print a warning 2020-11-09 19:54:02 +01:00
TuistCloud Run swiftformat 2020-11-18 17:47:16 +01:00
TuistCloudTesting Rename Scale to Cloud (#1633) 2020-08-07 11:47:20 +02:00
TuistCore Fix framework search paths for SDK dependencies 2020-12-03 07:24:43 +00:00
TuistCoreTesting Fix framework search paths for SDK dependencies 2020-12-03 07:24:43 +00:00
TuistDependencies Chimera/init commands (#1910) 2020-10-26 19:22:24 +01:00
TuistDependenciesTesting Chimera/init commands (#1910) 2020-10-26 19:22:24 +01:00
TuistDoc Style fixes 2020-11-21 18:44:10 +01:00
TuistDocTesting Run swiftformat 2020-11-18 17:47:16 +01:00
TuistEnvKit Fixes 2020-11-22 09:45:57 +01:00
TuistGenerator Fix framework search paths for SDK dependencies 2020-12-03 07:24:43 +00:00
TuistGeneratorTesting Run swiftformat 2020-11-18 17:47:16 +01:00
TuistInsights Add TuistInsights framework 2020-03-11 13:18:25 +01:00
TuistKit Style fixes 2020-11-21 18:44:10 +01:00
TuistLoader feature: add DeploymentTarget cases for watchOS (#2029) 2020-11-26 22:36:17 +01:00
TuistLoaderTesting Merge pull request #2050 from tuist/chimera-carthage-platform-support 2020-11-19 10:58:27 +01:00
TuistMigration Produce JSON as output 2020-11-01 12:24:25 -05:00
TuistMigrationTesting/Utilities Add a command to check if a project or target build settings are empty (#1703) 2020-08-25 12:39:11 +02:00
TuistScaffold Run swiftformat 2020-11-18 17:47:16 +01:00
TuistScaffoldTesting/Utils/Mocks Move from SPM libs to TSC (#1230) 2020-04-17 08:24:24 +02:00
TuistSigning Skip linting for target with bundle identifier derived from build settings (#2031) 2020-11-26 22:32:25 +01:00
TuistSigningTesting Run swiftformat 2020-11-18 17:47:16 +01:00
TuistSupport Bump version to 1.26.0 2020-11-28 17:02:30 +01:00
TuistSupportTesting Run swiftformat 2020-11-18 17:47:16 +01:00
tuist Rollback changes in 2020-10-31 17:43:28 +01:00
tuistenv Argument parser (#1154) 2020-04-13 10:11:12 +02:00