bug fixed
This commit is contained in:
@@ -1080,14 +1080,10 @@
|
|||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources-${CONFIGURATION}-input-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
);
|
);
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources-${CONFIGURATION}-output-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
);
|
);
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-resources.sh\"\n";
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ open class Tool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func playVoiceWith(broadcast: String) {
|
func playVoiceWith(broadcast: String) {
|
||||||
DDSS.play(text: broadcast, name: "broadcast")
|
DDSS.play(text: broadcast, name: "broadcast",seperateChar: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
func stopVoice() {
|
func stopVoice() {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ PODS:
|
|||||||
- BRPickerView/StringPickerView (2.8.0):
|
- BRPickerView/StringPickerView (2.8.0):
|
||||||
- BRPickerView/Base
|
- BRPickerView/Base
|
||||||
- Bugly (2.5.93)
|
- Bugly (2.5.93)
|
||||||
- DDAudioPlayerKit_Private (0.1.6)
|
- DDAudioPlayerKit_Private (0.1.7)
|
||||||
- DDAutoUIKit_Private (0.1.3)
|
- DDAutoUIKit_Private (0.1.3)
|
||||||
- DDBasicControlsKit_Private (0.3.6):
|
- DDBasicControlsKit_Private (0.3.6):
|
||||||
- DDBasicControlsKit_Private/DDBaseAnimation (= 0.3.6)
|
- DDBasicControlsKit_Private/DDBaseAnimation (= 0.3.6)
|
||||||
@@ -468,7 +468,7 @@ SPEC CHECKSUMS:
|
|||||||
AMapTrack-NO-IDFA: 7109cf1867f5d6c407c8191492b1f73101e1682e
|
AMapTrack-NO-IDFA: 7109cf1867f5d6c407c8191492b1f73101e1682e
|
||||||
BRPickerView: a0ff460bf092bc069db5a54153395b1f7e8f5300
|
BRPickerView: a0ff460bf092bc069db5a54153395b1f7e8f5300
|
||||||
Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da
|
Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da
|
||||||
DDAudioPlayerKit_Private: dbedcd465a0087d484309297e4dbcb91fc619eaf
|
DDAudioPlayerKit_Private: 3028346bb0faba3cb5fcbaf6a482522595b55e9f
|
||||||
DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3
|
DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3
|
||||||
DDBasicControlsKit_Private: 678a10e7b548e4ecb58e4e7720345320a3c8723f
|
DDBasicControlsKit_Private: 678a10e7b548e4ecb58e4e7720345320a3c8723f
|
||||||
DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668
|
DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668
|
||||||
|
|||||||
Reference in New Issue
Block a user