|
34 | 34 | └─ Windows.platform |
35 | 35 | └─ Developer |
36 | 36 | ├─ Library |
37 | | - │ ├─ XCTest-development |
| 37 | + │ ├─ XCTest-$ProductVersion |
38 | 38 | │ │ └─ ... |
39 | | - │ └─ Testing-development |
| 39 | + │ └─ Testing-$ProductVersion |
40 | 40 | │ └─ ... |
41 | 41 | └─ SDKs |
42 | 42 | └─ Windows.sdk |
|
46 | 46 | <Directory Id="WindowsPlatform" Name="Windows.platform"> |
47 | 47 | <Directory Name="Developer"> |
48 | 48 | <Directory Name="Library"> |
49 | | - <!-- |
50 | | - FIXME(compnerd) this should actually be the proper version |
51 | | - of XCTest and Testing, and needs to be reflected in the plist as well. |
52 | | - --> |
53 | 49 | <!-- XCTest --> |
54 | | - <Directory Name="XCTest-development"> |
| 50 | + <Directory Name="XCTest-$(ProductVersion)"> |
55 | 51 | <Directory Name="usr"> |
56 | 52 | <Directory Id="XCTest_usr_bin" Name="$(ArchitectureBinaryDir)" /> |
57 | 53 | <Directory Name="lib"> |
|
65 | 61 | </Directory> |
66 | 62 | </Directory> |
67 | 63 | <!-- Testing --> |
68 | | - <Directory Name="Testing-development"> |
| 64 | + <Directory Name="Testing-$(ProductVersion)"> |
69 | 65 | <Directory Name="usr"> |
70 | 66 | <Directory Id="Testing_usr_bin" Name="$(ArchitectureBinaryDir)" /> |
71 | 67 | <Directory Name="lib"> |
|
133 | 129 |
|
134 | 130 | <ComponentGroup Id="XCTest"> |
135 | 131 | <Component Directory="XCTest_usr_bin"> |
136 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\$(ArchitectureBinaryDir)\XCTest.dll" /> |
| 132 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-$(ProductVersion)\usr\$(ArchitectureBinaryDir)\XCTest.dll" /> |
137 | 133 | </Component> |
138 | 134 | <Component Directory="XCTest_usr_lib_swift_windows_ARCH"> |
139 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\$(Architecture)\XCTest.lib" /> |
| 135 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-$(ProductVersion)\usr\lib\swift\windows\$(Architecture)\XCTest.lib" /> |
140 | 136 | </Component> |
141 | 137 | <Component Directory="XCTest.swiftmodule"> |
142 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftdoc" /> |
| 138 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-$(ProductVersion)\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftdoc" /> |
143 | 139 | </Component> |
144 | 140 | <Component Directory="XCTest.swiftmodule"> |
145 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftmodule" /> |
| 141 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-$(ProductVersion)\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftmodule" /> |
146 | 142 | </Component> |
147 | 143 | </ComponentGroup> |
148 | 144 |
|
149 | 145 | <ComponentGroup Id="Testing"> |
150 | 146 | <Component Directory="Testing_usr_bin"> |
151 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\$(ArchitectureBinaryDir)\Testing.dll" /> |
| 147 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-$(ProductVersion)\usr\$(ArchitectureBinaryDir)\Testing.dll" /> |
152 | 148 | </Component> |
153 | 149 | <Component Directory="Testing_usr_lib_swift_windows_ARCH"> |
154 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\$(Architecture)\Testing.lib" /> |
| 150 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\$(Architecture)\Testing.lib" /> |
155 | 151 | </Component> |
156 | 152 | <Component Directory="Testing.swiftmodule"> |
157 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" /> |
| 153 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" /> |
158 | 154 | </Component> |
159 | 155 | <Component Directory="Testing.swiftmodule"> |
160 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" /> |
| 156 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" /> |
161 | 157 | </Component> |
162 | 158 | </ComponentGroup> |
163 | 159 |
|
|
0 commit comments