Skip to content

Commit

Permalink
fix: Tuist UILaunchStoryboardName 런치스크린 확장자 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim committed Oct 17, 2024
1 parent 7a7ffe0 commit f998917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14th-team5-iOS/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private let targets: [Target] = [
"CFBundleVersion": .string("1"),
"CFBuildVersion": .string("0"),
"CFBundleShortVersionString": .string("1.2.2"),
"UILaunchStoryboardName": .string("LaunchScreen.storyboard"),
"UILaunchStoryboardName": .string("LaunchScreen"),
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),
"UIUserInterfaceStyle": .string("Dark"),
"NSPhotoLibraryAddUsageDescription" : .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 앨범에 접근할 수 있도록 허용해 주세요"),
Expand Down

0 comments on commit f998917

Please sign in to comment.