Skip to content

Commit 6ebed05

Browse files
authored
Merge pull request #372 from rlarjsdn3/feat/#371-런치스크린-파일-추가
feat: info.plist에 LaunchScreen.storyboard 파일 적용
2 parents 62114b5 + 98009e0 commit 6ebed05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14th-team5-iOS/App/Project.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ private let targets: [Target] = [
1919
"CFBundleDisplayName": .string("Bibbi"),
2020
"CFBundleVersion": .string("1"),
2121
"CFBuildVersion": .string("0"),
22-
"CFBundleShortVersionString": .string("1.1.1"),
23-
"UILaunchStoryboardName": .string("Launch Screen"),
22+
"CFBundleShortVersionString": .string("1.1.2"),
23+
"UILaunchStoryboardName": .string("LaunchScreen.storyboard"),
2424
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),
2525
"UIUserInterfaceStyle": .string("Light"),
2626
"NSPhotoLibraryAddUsageDescription" : .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 앨범에 접근할 수 있도록 허용해 주세요"),

0 commit comments

Comments
 (0)