Skip to content

Commit

Permalink
Merge pull request #60 from DeveloperAcademy-POSTECH/feat/#42
Browse files Browse the repository at this point in the history
Fix : Build failed 해결
  • Loading branch information
teabag759 authored May 23, 2024
2 parents 7163963 + fa11466 commit 481b560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
version = "1.7">
version = "1.8">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
Expand Down
1 change: 1 addition & 0 deletions MC2-Team3-Pilling/View/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct MainView: View {
@State var isToday = false
@State var isActive = false

@State private var showingMedicineSheet = false

// @State private var selectedPill: PillInfo? = nil
@State private var selectedPill: PillInfo?
Expand Down

0 comments on commit 481b560

Please sign in to comment.