mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Upload the ipa files for the iOS platform (#583)
Signed-off-by: Serhii Manko <mankoffserg@gmail.com> Signed-off-by: Serhii Manko <mankoffserg@gmail.com>
This commit is contained in:
@@ -94,10 +94,15 @@ module.exports = function EnhanceDeviceServiceFactory($filter, AppState) {
|
||||
return url
|
||||
}
|
||||
|
||||
function enhanceDeviceAppState(device) {
|
||||
AppState.device.platform = device.platform
|
||||
}
|
||||
|
||||
service.enhance = function(device) {
|
||||
setState(device)
|
||||
enhanceDevice(device)
|
||||
enhanceDeviceDetails(device)
|
||||
enhanceDeviceAppState(device)
|
||||
}
|
||||
|
||||
return service
|
||||
|
||||
Reference in New Issue
Block a user