diff --git a/SodaLive/Resources/Debug/SodaLive-dev-Info.plist b/SodaLive/Resources/Debug/SodaLive-dev-Info.plist index e9d3dd0..0634367 100644 --- a/SodaLive/Resources/Debug/SodaLive-dev-Info.plist +++ b/SodaLive/Resources/Debug/SodaLive-dev-Info.plist @@ -2,8 +2,6 @@ - NSAdvertisingAttributionReportEndpoint - https://appsflyer-skadnetwork.com/ CFBundleURLTypes @@ -33,6 +31,8 @@ GADApplicationIdentifier ca-app-pub-1299501215847962~3447556960 + NSAdvertisingAttributionReportEndpoint + https://appsflyer-skadnetwork.com/ NSAppTransportSecurity NSAllowsArbitraryLoads @@ -242,10 +242,10 @@ gmarket_sans_bold.otf gmarket_sans_medium.otf gmarket_sans_light.otf - Pretendard-Bold.otf - Pretendard-Medium.otf - Pretendard-Light.otf - Pretendard-Regular.otf + Pretendard-Bold.otf + Pretendard-Medium.otf + Pretendard-Light.otf + Pretendard-Regular.otf UIBackgroundModes diff --git a/SodaLive/Resources/Info.plist b/SodaLive/Resources/Info.plist index b6c45b9..0b1e2e4 100644 --- a/SodaLive/Resources/Info.plist +++ b/SodaLive/Resources/Info.plist @@ -2,8 +2,6 @@ - NSAdvertisingAttributionReportEndpoint - https://appsflyer-skadnetwork.com/ CFBundleURLTypes @@ -33,6 +31,8 @@ GADApplicationIdentifier ca-app-pub-1299501215847962~8852459715 + NSAdvertisingAttributionReportEndpoint + https://appsflyer-skadnetwork.com/ NSAppTransportSecurity NSAllowsArbitraryLoads @@ -242,10 +242,10 @@ gmarket_sans_bold.otf gmarket_sans_medium.otf gmarket_sans_light.otf - Pretendard-Bold.otf - Pretendard-Medium.otf - Pretendard-Light.otf - Pretendard-Regular.otf + Pretendard-Bold.otf + Pretendard-Medium.otf + Pretendard-Light.otf + Pretendard-Regular.otf UIBackgroundModes diff --git a/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift b/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift index 2bab37d..b54f342 100644 --- a/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift +++ b/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift @@ -134,7 +134,7 @@ struct LiveReservationItemView: View { // 3~6. 출력용 Formatter (로컬 시간 기준) let localFormatter = DateFormatter() - localFormatter.locale = Locale.current + localFormatter.locale = Locale.autoupdatingCurrent localFormatter.timeZone = TimeZone.current // 3. 월 (1~12) diff --git a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift index b5dddf9..a468433 100644 --- a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift +++ b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift @@ -151,7 +151,7 @@ struct MyLiveReservationItemView: View { // 3~6. 출력용 Formatter (로컬 시간 기준) let localFormatter = DateFormatter() - localFormatter.locale = Locale.current + localFormatter.locale = Locale.autoupdatingCurrent localFormatter.timeZone = TimeZone.current // 3. 월 (1~12)