Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.1 #175

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

3.3.1 #175

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let project = Project(
infoPlist: .extendingDefault(
with: [
"CFBundleDisplayName": "도담도담",
"CFBundleShortVersionString": "3.3.0",
"CFBundleShortVersionString": "3.3.1",
"CFBundleVersion": "1",
"UISupportedInterfaceOrientations": ["UIInterfaceOrientationPortrait"],
"UIMainStoryboardFile": "",
Expand Down
10 changes: 0 additions & 10 deletions Projects/Data/Network/Source/RequestProtocolExt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ import Domain

extension RequestProtocol {

var host: URL {
.init(string: Constants.API)!
}

var headers: [String: String]? {
var headers = ["Content-Type": "application/json"]
headers["Authorization"] = "" // TOKEN
return headers
}

func toRequestParameters(encoding: ParameterEncoding) -> Moya.Task {
if let data = try? JSONEncoder().encode(self),
let object = (try? JSONSerialization.jsonObject(
Expand Down
2 changes: 1 addition & 1 deletion Projects/Feature/Source/Out/OutApply/OutApplyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct OutApplyView: View {
title: "확인"
) {
if selected == 0 {
let day = Calendar(identifier: .gregorian).dateComponents([.weekday], from: Date())
let day = Calendar(identifier: .gregorian).dateComponents([.weekday], from: viewModel.dateAt)
let dialog = Dialog(title: "오늘 저녁 급식을 드시나요? 🥺")
.message("급식 수요조사를 위해\n알려주시면 감사드리겠습니다")
.primaryButton("네, 먹습니다") {
Expand Down
6 changes: 3 additions & 3 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Team-B1ND/dds-ios",
"state" : {
"revision" : "d605e282b6f4cf83e6244378c561b3781bd85aec",
"version" : "0.2.20"
"revision" : "8c340c8f4ad39da8409520ee8b071e4a675c1863",
"version" : "0.2.21"
}
},
{
Expand Down Expand Up @@ -93,7 +93,7 @@
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"location" : "https://github.com/siteline/swiftui-introspect",
"state" : {
"revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336",
"version" : "1.3.0"
Expand Down