Skip to content

Commit

Permalink
Set DEVELOPER_DIR environment variable to scheme
Browse files Browse the repository at this point in the history
This is a workaround for running tests on Xcode 7.3.1 while `xcode-select` points Xcode 8 as active developer directory.
  • Loading branch information
norio-nomura committed Sep 1, 2016
1 parent f6b7840 commit 940fa37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SwiftLint.xcodeproj/xcshareddata/xcschemes/swiftlint.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "DEVELOPER_DIR"
value = "${DEVELOPER_DIR}"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "TOOLCHAINS"
value = "${TOOLCHAINS}"
Expand Down

0 comments on commit 940fa37

Please sign in to comment.