diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 57d368e..441124e 100644 Binary files a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling/Global/Tool/Tool.swift b/OrderScheduling/Global/Tool/Tool.swift index cc999e7..cbfce02 100644 --- a/OrderScheduling/Global/Tool/Tool.swift +++ b/OrderScheduling/Global/Tool/Tool.swift @@ -119,7 +119,7 @@ open class Tool { let juheVehcileName = userInfo?[pushNoti_juheVehcileName_key] as? String var auidoUrl : URL? if juheVehcileName?.isEmpty == false { - auidoUrl = URL(string: Bundle.main.path(forResource: juheNewOrderAudio_key, ofType: nil) ?? "") + auidoUrl = URL(string: Bundle.main.path(forResource: newJuheOrderAudio_key, ofType: nil) ?? "") }else{ auidoUrl = URL(string: Bundle.main.path(forResource: newOrderAudio_key, ofType: nil) ?? "") } diff --git a/OrderScheduling/Strings/CommonKeyStrings.swift b/OrderScheduling/Strings/CommonKeyStrings.swift index 3cd2b5d..49e64bb 100644 --- a/OrderScheduling/Strings/CommonKeyStrings.swift +++ b/OrderScheduling/Strings/CommonKeyStrings.swift @@ -35,7 +35,7 @@ public let pushNoti_confirmButtonText_key = "confirmButtonText" public let pushNoti_cancelButtonText_key = "cancelButtonText" // 本地音频的键 -public let juheNewOrderAudio_key = "newJuheOrderAudio.wav" +public let newJuheOrderAudio_key = "newJuheOrderAudio.wav" public let newOrderAudio_key = "newOrderAudio.wav" diff --git a/OrderSchedulingNotificationService/NotificationService.swift b/OrderSchedulingNotificationService/NotificationService.swift index f05b078..01d2273 100644 --- a/OrderSchedulingNotificationService/NotificationService.swift +++ b/OrderSchedulingNotificationService/NotificationService.swift @@ -43,7 +43,7 @@ class NotificationService: UNNotificationServiceExtension { let juheVehcileName = userInfo[pushNoti_juheVehcileName_key] as? String if juheVehcileName?.isEmpty == false { - sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: juheNewOrderAudio_key)) + sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: newJuheOrderAudio_key)) }else{ sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: newOrderAudio_key)) } @@ -98,7 +98,7 @@ class NotificationService: UNNotificationServiceExtension { let juheVehcileName = userInfo[pushNoti_juheVehcileName_key] as? String if juheVehcileName?.isEmpty == false { - sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: juheNewOrderAudio_key)) + sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: newJuheOrderAudio_key)) }else{ sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: newOrderAudio_key)) } diff --git a/fastlane/report.xml b/fastlane/report.xml index d89da7d..066029c 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - +