Skip to content

Commit

Permalink
Merge pull request #95 from YAPP-Github/TNT-256-ModifiyProjectSetting
Browse files Browse the repository at this point in the history
[TNT-256] 프로젝트 세팅 변경
  • Loading branch information
syss220211 authored Feb 14, 2025
2 parents aa4df03 + 6618e2c commit eb0da2a
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public struct TermView: View {

VStack(spacing: 12) {
ForEach(store.view_terms.keys.sorted(by: { $0.id < $1.id }), id: \.self) { term in
termListItem(
TermListItem(
term: term,
isAgreed: store.view_terms[term] ?? false
) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions TnT/Tuist/Config/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict/>
</dict>
<string>TnT</string>
<key>FirebaseAppDelegateProxyEnabled
출처: https://nsios.tistory.com/191 [NamS의 iOS일기:티스토리]</key>
<string>NO</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public enum Environment {
public static let appName: String = "TnTApp"
public static let organizationName = "yapp25thTeamTnT"
public static let destinations: Destinations = [.iPhone]
public static let deploymentTarget: DeploymentTargets = .iOS("17.0")
public static let deploymentTarget: DeploymentTargets = .iOS("17.5")
}

0 comments on commit eb0da2a

Please sign in to comment.