Skip to content

Commit

Permalink
1주차 실습
Browse files Browse the repository at this point in the history
  • Loading branch information
김건 authored and 김건 committed Nov 2, 2024
1 parent 0fb08f1 commit 381eb85
Show file tree
Hide file tree
Showing 67 changed files with 3,290 additions and 39 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified kream/.DS_Store
Binary file not shown.
17 changes: 4 additions & 13 deletions kream/kream.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,9 @@
2B518FE02CBE5B0800F6DD77 /* kreamUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = kreamUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
2B518FE82CBE5B0800F6DD77 /* Exceptions for "kream" folder in "kream" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 2B518FBF2CBE5B0400F6DD77 /* kream */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
2B518FC22CBE5B0400F6DD77 /* kream */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
2B518FE82CBE5B0800F6DD77 /* Exceptions for "kream" folder in "kream" target */,
);
path = kream;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -289,6 +276,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WU2RBYL9Y4;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = kream/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
Expand All @@ -298,6 +286,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -318,6 +307,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WU2RBYL9Y4;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = kream/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
Expand All @@ -327,6 +317,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Binary file not shown.
9 changes: 0 additions & 9 deletions kream/kream/CountUpDown/ViewControllers/ViewController.swift

This file was deleted.

Binary file added week 1/.DS_Store
Binary file not shown.
Binary file added week 1/week1Practice/.DS_Store
Binary file not shown.
Loading

0 comments on commit 381eb85

Please sign in to comment.