Skip to content

Commit

Permalink
chore/#89 폴더링
Browse files Browse the repository at this point in the history
- Application, Source, Resource으로만 나눔.
  • Loading branch information
JinUng41 committed Jun 30, 2024
1 parent f7a9c9d commit 9513b5f
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions KkuMulKum.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,40 @@
sourceTree = "<group>";
};
78B9286A2C29402C006D9942 /* KkuMulKum */ = {
isa = PBXGroup;
children = (
DE254AA12C31106700A4015E /* Application */,
DE254AA22C31107700A4015E /* Source */,
DE254AA32C31107C00A4015E /* Resource */,
);
path = KkuMulKum;
sourceTree = "<group>";
};
DE254AA12C31106700A4015E /* Application */ = {
isa = PBXGroup;
children = (
78B9286B2C29402C006D9942 /* AppDelegate.swift */,
78B9286D2C29402C006D9942 /* SceneDelegate.swift */,
);
path = Application;
sourceTree = "<group>";
};
DE254AA22C31107700A4015E /* Source */ = {
isa = PBXGroup;
children = (
78B9286F2C29402C006D9942 /* ViewController.swift */,
);
path = Source;
sourceTree = "<group>";
};
DE254AA32C31107C00A4015E /* Resource */ = {
isa = PBXGroup;
children = (
78B928742C29402E006D9942 /* Assets.xcassets */,
78B928762C29402E006D9942 /* LaunchScreen.storyboard */,
78B928792C29402E006D9942 /* Info.plist */,
);
path = KkuMulKum;
path = Resource;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -424,7 +448,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 2DF5SKQK2R;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KkuMulKum/Info.plist;
INFOPLIST_FILE = KkuMulKum/Resource/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
Expand Down Expand Up @@ -452,7 +476,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 2DF5SKQK2R;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KkuMulKum/Info.plist;
INFOPLIST_FILE = KkuMulKum/Resource/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9513b5f

Please sign in to comment.