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:
Serhii Manko
2022-09-20 16:54:19 +03:00
committed by GitHub
parent 878171ec24
commit 40757e73a4
3 changed files with 44 additions and 22 deletions

View File

@@ -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