Skip to content

Commit 38ff730

Browse files
committed
1.5.1 업데이트
1 parent 63e9fb3 commit 38ff730

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

Projects/App/Intent/Sources/RecordMedicineIntent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct RecordMedicineIntent: AppIntent {
2121
self.medicineItemCode = medicineItemCode
2222
}
2323

24+
@discardableResult
2425
func perform() async throws -> some IntentResult {
2526
await recodeMedicine(itemCode: medicineItemCode)
2627
return .result()

Projects/App/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.5.0</string>
22+
<string>1.5.1</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>LSApplicationCategoryType</key>

Projects/App/Widget/Sources/Widget/MedicineCheckWidget/View/MedicineCheckWidgetView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ struct MedicineCheckWidgetEntryView: View {
1414
var body: some View {
1515
widgetBody()
1616
.containerBackground(.white, for: .widget)
17+
.background(.white)
1718
}
1819

1920
@ViewBuilder

Projects/Modules/RemoteService/Sources/API/MedicineAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension MedicineAPI: TargetType {
1717
case .searchMedicine:
1818
return "/DrbEasyDrugInfoService/getDrbEasyDrugList"
1919
case .searchPrescriptionMedicine:
20-
return "/MdcinGrnIdntfcInfoService01/getMdcinGrnIdntfcInfoList01"
20+
return "/MdcinGrnIdntfcInfoService02/getMdcinGrnIdntfcInfoList02"
2121
}
2222
}
2323

0 commit comments

Comments
 (0)