diff options
author | Jose <jose@zeroc.com> | 2019-03-06 13:54:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-03-06 13:54:33 +0100 |
commit | f113dc1fc42af3d80fb56eacdf767bb516ec3102 (patch) | |
tree | 42445133cd9a2d43e4277aed5d02248bebdbccbf /scripts/Util.py | |
parent | XCode project updates (diff) | |
download | ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.tar.bz2 ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.tar.xz ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.zip |
Add PromiseKit dependency, merge macOS/iOS project in ice.xcodeproj
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index f0b3a893d02..c103a322811 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -3789,7 +3789,7 @@ class SwiftMapping(Mapping): testdir = self.component.getTestDir(self) assert(current.testcase.getPath(current).startswith(testdir)) package = current.testcase.getPath(current)[len(testdir) + 1:].replace(os.sep, ".") - return "{0}/swift/xcode/build/Products/{1}/TestDriver.app/Contents/MacOS/TestDriver {2}.{3} {4}".format( + return "{0}/swift/build/Products/{1}/TestDriver.app/Contents/MacOS/TestDriver {2}.{3} {4}".format( toplevel, current.config.buildConfig, package, |