Skip to content

Commit

Permalink
setting: development team id 및 launch screen 파일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ryr0121 committed Mar 31, 2023
1 parent 55e098b commit 07ccee6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeKi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1017,14 +1017,14 @@
CODE_SIGN_ENTITLEMENTS = KeKi/KeKi.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 643M65W7HH;
DEVELOPMENT_TEAM = J4X458RVHG;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KeKi/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "케키";
INFOPLIST_KEY_NSCameraUsageDescription = "카메라에 접근할 수 있도록 권한을 요청합니다.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "앨범에 접근할 수 있도록 권한을 요청합니다.";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = main;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
INFOPLIST_KEY_UIMainStoryboardFile = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
Expand Down Expand Up @@ -1054,14 +1054,14 @@
CODE_SIGN_ENTITLEMENTS = KeKi/KeKi.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 643M65W7HH;
DEVELOPMENT_TEAM = J4X458RVHG;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KeKi/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "케키";
INFOPLIST_KEY_NSCameraUsageDescription = "카메라에 접근할 수 있도록 권한을 요청합니다.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "앨범에 접근할 수 있도록 권한을 요청합니다.";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = main;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
INFOPLIST_KEY_UIMainStoryboardFile = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
Expand Down

0 comments on commit 07ccee6

Please sign in to comment.