Skip to content

Commit

Permalink
Merge pull request #372 from rlarjsdn3/feat/#371-런치스크린-파일-추가
Browse files Browse the repository at this point in the history
feat: info.plist에 LaunchScreen.storyboard 파일 적용
  • Loading branch information
rlarjsdn3 authored Feb 2, 2024
2 parents 62114b5 + 98009e0 commit 6ebed05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 14th-team5-iOS/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ private let targets: [Target] = [
"CFBundleDisplayName": .string("Bibbi"),
"CFBundleVersion": .string("1"),
"CFBuildVersion": .string("0"),
"CFBundleShortVersionString": .string("1.1.1"),
"UILaunchStoryboardName": .string("Launch Screen"),
"CFBundleShortVersionString": .string("1.1.2"),
"UILaunchStoryboardName": .string("LaunchScreen.storyboard"),
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),
"UIUserInterfaceStyle": .string("Light"),
"NSPhotoLibraryAddUsageDescription" : .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 앨범에 접근할 수 있도록 허용해 주세요"),
Expand Down

0 comments on commit 6ebed05

Please sign in to comment.