Skip to content

Commit

Permalink
[Add] #41 앱 디스플레이 이름을 '좋을지도'로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
heydoy committed Oct 23, 2022
1 parent 010b3d7 commit ad7747f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions SMSH-Summer/SMSH-Summer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@
DEVELOPMENT_TEAM = F7B353LPM3;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SMSH-Summer/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "좋을지도";
INFOPLIST_KEY_NSCameraUsageDescription = "카메라에서 사진을 촬영해 선행 내용에 추가하기 위해 권한이 필요합니다.";
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "사용자의 현재 위치 주변의 선행 내역을 보여주고, 현재 위치로 선행 기록을 하기 위해서 권한이 필요합니다.";
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "사용자의 현재 위치 주변의 선행 내역을 보여주고, 현재 위치로 선행 기록을 하기 위해서 권한이 필요합니다.";
Expand All @@ -864,6 +865,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -891,6 +893,7 @@
DEVELOPMENT_TEAM = F7B353LPM3;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SMSH-Summer/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "좋을지도";
INFOPLIST_KEY_NSCameraUsageDescription = "카메라에서 사진을 촬영해 선행 내용에 추가하기 위해 권한이 필요합니다.";
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "사용자의 현재 위치 주변의 선행 내역을 보여주고, 현재 위치로 선행 기록을 하기 위해서 권한이 필요합니다.";
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "사용자의 현재 위치 주변의 선행 내역을 보여주고, 현재 위치로 선행 기록을 하기 위해서 권한이 필요합니다.";
Expand All @@ -902,6 +905,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 0 additions & 4 deletions SMSH-Summer/SMSH-Summer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>ko_KR</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>NMFClientId</key>
<string>4bvivlu76q</string>
<key>UIAppFonts</key>
Expand Down

0 comments on commit ad7747f

Please sign in to comment.