Skip to content

Commit 48f07f7

Browse files
authored
Merge pull request #8 from GO-SOPT-iOS-Part/2ndWeek_2
2주차 세미나 - 2
2 parents 0092c28 + 11ab21e commit 48f07f7

File tree

16 files changed

+697
-0
lines changed

16 files changed

+697
-0
lines changed

2ndWeek/.DS_Store

-6 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,378 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
2C87D1272A4ED80400A4C6B6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87D1262A4ED80400A4C6B6 /* AppDelegate.swift */; };
11+
2C87D1292A4ED80400A4C6B6 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87D1282A4ED80400A4C6B6 /* SceneDelegate.swift */; };
12+
2C87D12B2A4ED80400A4C6B6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87D12A2A4ED80400A4C6B6 /* ViewController.swift */; };
13+
2C87D1302A4ED80600A4C6B6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2C87D12F2A4ED80600A4C6B6 /* Assets.xcassets */; };
14+
2CBC56622A4F2FEB0019FCC8 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 2CBC56612A4F2FEB0019FCC8 /* SnapKit */; };
15+
2CBC56652A4F325B0019FCC8 /* Then in Frameworks */ = {isa = PBXBuildFile; productRef = 2CBC56642A4F325B0019FCC8 /* Then */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
2C87D1232A4ED80400A4C6B6 /* Seminar-2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Seminar-2.app"; sourceTree = BUILT_PRODUCTS_DIR; };
20+
2C87D1262A4ED80400A4C6B6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
21+
2C87D1282A4ED80400A4C6B6 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
22+
2C87D12A2A4ED80400A4C6B6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
23+
2C87D12F2A4ED80600A4C6B6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
24+
2C87D1342A4ED80600A4C6B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
25+
/* End PBXFileReference section */
26+
27+
/* Begin PBXFrameworksBuildPhase section */
28+
2C87D1202A4ED80400A4C6B6 /* Frameworks */ = {
29+
isa = PBXFrameworksBuildPhase;
30+
buildActionMask = 2147483647;
31+
files = (
32+
2CBC56622A4F2FEB0019FCC8 /* SnapKit in Frameworks */,
33+
2CBC56652A4F325B0019FCC8 /* Then in Frameworks */,
34+
);
35+
runOnlyForDeploymentPostprocessing = 0;
36+
};
37+
/* End PBXFrameworksBuildPhase section */
38+
39+
/* Begin PBXGroup section */
40+
2C87D11A2A4ED80400A4C6B6 = {
41+
isa = PBXGroup;
42+
children = (
43+
2C87D1252A4ED80400A4C6B6 /* Seminar-2 */,
44+
2C87D1242A4ED80400A4C6B6 /* Products */,
45+
);
46+
sourceTree = "<group>";
47+
};
48+
2C87D1242A4ED80400A4C6B6 /* Products */ = {
49+
isa = PBXGroup;
50+
children = (
51+
2C87D1232A4ED80400A4C6B6 /* Seminar-2.app */,
52+
);
53+
name = Products;
54+
sourceTree = "<group>";
55+
};
56+
2C87D1252A4ED80400A4C6B6 /* Seminar-2 */ = {
57+
isa = PBXGroup;
58+
children = (
59+
2C87D1262A4ED80400A4C6B6 /* AppDelegate.swift */,
60+
2C87D1282A4ED80400A4C6B6 /* SceneDelegate.swift */,
61+
2C87D12A2A4ED80400A4C6B6 /* ViewController.swift */,
62+
2C87D12F2A4ED80600A4C6B6 /* Assets.xcassets */,
63+
2C87D1342A4ED80600A4C6B6 /* Info.plist */,
64+
);
65+
path = "Seminar-2";
66+
sourceTree = "<group>";
67+
};
68+
/* End PBXGroup section */
69+
70+
/* Begin PBXNativeTarget section */
71+
2C87D1222A4ED80400A4C6B6 /* Seminar-2 */ = {
72+
isa = PBXNativeTarget;
73+
buildConfigurationList = 2C87D1372A4ED80600A4C6B6 /* Build configuration list for PBXNativeTarget "Seminar-2" */;
74+
buildPhases = (
75+
2C87D11F2A4ED80400A4C6B6 /* Sources */,
76+
2C87D1202A4ED80400A4C6B6 /* Frameworks */,
77+
2C87D1212A4ED80400A4C6B6 /* Resources */,
78+
);
79+
buildRules = (
80+
);
81+
dependencies = (
82+
);
83+
name = "Seminar-2";
84+
packageProductDependencies = (
85+
2CBC56612A4F2FEB0019FCC8 /* SnapKit */,
86+
2CBC56642A4F325B0019FCC8 /* Then */,
87+
);
88+
productName = "Seminar-2";
89+
productReference = 2C87D1232A4ED80400A4C6B6 /* Seminar-2.app */;
90+
productType = "com.apple.product-type.application";
91+
};
92+
/* End PBXNativeTarget section */
93+
94+
/* Begin PBXProject section */
95+
2C87D11B2A4ED80400A4C6B6 /* Project object */ = {
96+
isa = PBXProject;
97+
attributes = {
98+
BuildIndependentTargetsInParallel = 1;
99+
LastSwiftUpdateCheck = 1430;
100+
LastUpgradeCheck = 1430;
101+
TargetAttributes = {
102+
2C87D1222A4ED80400A4C6B6 = {
103+
CreatedOnToolsVersion = 14.3.1;
104+
};
105+
};
106+
};
107+
buildConfigurationList = 2C87D11E2A4ED80400A4C6B6 /* Build configuration list for PBXProject "Seminar-2" */;
108+
compatibilityVersion = "Xcode 14.0";
109+
developmentRegion = en;
110+
hasScannedForEncodings = 0;
111+
knownRegions = (
112+
en,
113+
Base,
114+
);
115+
mainGroup = 2C87D11A2A4ED80400A4C6B6;
116+
packageReferences = (
117+
2CBC56602A4F2FEB0019FCC8 /* XCRemoteSwiftPackageReference "SnapKit" */,
118+
2CBC56632A4F325B0019FCC8 /* XCRemoteSwiftPackageReference "Then" */,
119+
);
120+
productRefGroup = 2C87D1242A4ED80400A4C6B6 /* Products */;
121+
projectDirPath = "";
122+
projectRoot = "";
123+
targets = (
124+
2C87D1222A4ED80400A4C6B6 /* Seminar-2 */,
125+
);
126+
};
127+
/* End PBXProject section */
128+
129+
/* Begin PBXResourcesBuildPhase section */
130+
2C87D1212A4ED80400A4C6B6 /* Resources */ = {
131+
isa = PBXResourcesBuildPhase;
132+
buildActionMask = 2147483647;
133+
files = (
134+
2C87D1302A4ED80600A4C6B6 /* Assets.xcassets in Resources */,
135+
);
136+
runOnlyForDeploymentPostprocessing = 0;
137+
};
138+
/* End PBXResourcesBuildPhase section */
139+
140+
/* Begin PBXSourcesBuildPhase section */
141+
2C87D11F2A4ED80400A4C6B6 /* Sources */ = {
142+
isa = PBXSourcesBuildPhase;
143+
buildActionMask = 2147483647;
144+
files = (
145+
2C87D12B2A4ED80400A4C6B6 /* ViewController.swift in Sources */,
146+
2C87D1272A4ED80400A4C6B6 /* AppDelegate.swift in Sources */,
147+
2C87D1292A4ED80400A4C6B6 /* SceneDelegate.swift in Sources */,
148+
);
149+
runOnlyForDeploymentPostprocessing = 0;
150+
};
151+
/* End PBXSourcesBuildPhase section */
152+
153+
/* Begin XCBuildConfiguration section */
154+
2C87D1352A4ED80600A4C6B6 /* Debug */ = {
155+
isa = XCBuildConfiguration;
156+
buildSettings = {
157+
ALWAYS_SEARCH_USER_PATHS = NO;
158+
CLANG_ANALYZER_NONNULL = YES;
159+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
160+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
161+
CLANG_ENABLE_MODULES = YES;
162+
CLANG_ENABLE_OBJC_ARC = YES;
163+
CLANG_ENABLE_OBJC_WEAK = YES;
164+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
165+
CLANG_WARN_BOOL_CONVERSION = YES;
166+
CLANG_WARN_COMMA = YES;
167+
CLANG_WARN_CONSTANT_CONVERSION = YES;
168+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
169+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
170+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
171+
CLANG_WARN_EMPTY_BODY = YES;
172+
CLANG_WARN_ENUM_CONVERSION = YES;
173+
CLANG_WARN_INFINITE_RECURSION = YES;
174+
CLANG_WARN_INT_CONVERSION = YES;
175+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
176+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
177+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
178+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
179+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
180+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
181+
CLANG_WARN_STRICT_PROTOTYPES = YES;
182+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
183+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
184+
CLANG_WARN_UNREACHABLE_CODE = YES;
185+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
186+
COPY_PHASE_STRIP = NO;
187+
DEBUG_INFORMATION_FORMAT = dwarf;
188+
ENABLE_STRICT_OBJC_MSGSEND = YES;
189+
ENABLE_TESTABILITY = YES;
190+
GCC_C_LANGUAGE_STANDARD = gnu11;
191+
GCC_DYNAMIC_NO_PIC = NO;
192+
GCC_NO_COMMON_BLOCKS = YES;
193+
GCC_OPTIMIZATION_LEVEL = 0;
194+
GCC_PREPROCESSOR_DEFINITIONS = (
195+
"DEBUG=1",
196+
"$(inherited)",
197+
);
198+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
199+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
200+
GCC_WARN_UNDECLARED_SELECTOR = YES;
201+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
202+
GCC_WARN_UNUSED_FUNCTION = YES;
203+
GCC_WARN_UNUSED_VARIABLE = YES;
204+
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
205+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
206+
MTL_FAST_MATH = YES;
207+
ONLY_ACTIVE_ARCH = YES;
208+
SDKROOT = iphoneos;
209+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
210+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
211+
};
212+
name = Debug;
213+
};
214+
2C87D1362A4ED80600A4C6B6 /* Release */ = {
215+
isa = XCBuildConfiguration;
216+
buildSettings = {
217+
ALWAYS_SEARCH_USER_PATHS = NO;
218+
CLANG_ANALYZER_NONNULL = YES;
219+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
220+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
221+
CLANG_ENABLE_MODULES = YES;
222+
CLANG_ENABLE_OBJC_ARC = YES;
223+
CLANG_ENABLE_OBJC_WEAK = YES;
224+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
225+
CLANG_WARN_BOOL_CONVERSION = YES;
226+
CLANG_WARN_COMMA = YES;
227+
CLANG_WARN_CONSTANT_CONVERSION = YES;
228+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
229+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
230+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
231+
CLANG_WARN_EMPTY_BODY = YES;
232+
CLANG_WARN_ENUM_CONVERSION = YES;
233+
CLANG_WARN_INFINITE_RECURSION = YES;
234+
CLANG_WARN_INT_CONVERSION = YES;
235+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
236+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
237+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
238+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
239+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
240+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
241+
CLANG_WARN_STRICT_PROTOTYPES = YES;
242+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
243+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
244+
CLANG_WARN_UNREACHABLE_CODE = YES;
245+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
246+
COPY_PHASE_STRIP = NO;
247+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
248+
ENABLE_NS_ASSERTIONS = NO;
249+
ENABLE_STRICT_OBJC_MSGSEND = YES;
250+
GCC_C_LANGUAGE_STANDARD = gnu11;
251+
GCC_NO_COMMON_BLOCKS = YES;
252+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
253+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
254+
GCC_WARN_UNDECLARED_SELECTOR = YES;
255+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
256+
GCC_WARN_UNUSED_FUNCTION = YES;
257+
GCC_WARN_UNUSED_VARIABLE = YES;
258+
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
259+
MTL_ENABLE_DEBUG_INFO = NO;
260+
MTL_FAST_MATH = YES;
261+
SDKROOT = iphoneos;
262+
SWIFT_COMPILATION_MODE = wholemodule;
263+
SWIFT_OPTIMIZATION_LEVEL = "-O";
264+
VALIDATE_PRODUCT = YES;
265+
};
266+
name = Release;
267+
};
268+
2C87D1382A4ED80600A4C6B6 /* Debug */ = {
269+
isa = XCBuildConfiguration;
270+
buildSettings = {
271+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
272+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
273+
CODE_SIGN_STYLE = Automatic;
274+
CURRENT_PROJECT_VERSION = 1;
275+
DEVELOPMENT_TEAM = L22KGAL4ND;
276+
GENERATE_INFOPLIST_FILE = YES;
277+
INFOPLIST_FILE = "Seminar-2/Info.plist";
278+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
279+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
280+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
281+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
282+
LD_RUNPATH_SEARCH_PATHS = (
283+
"$(inherited)",
284+
"@executable_path/Frameworks",
285+
);
286+
MARKETING_VERSION = 1.0;
287+
PRODUCT_BUNDLE_IDENTIFIER = "shinjiwon.Seminar-2";
288+
PRODUCT_NAME = "$(TARGET_NAME)";
289+
SWIFT_EMIT_LOC_STRINGS = YES;
290+
SWIFT_VERSION = 5.0;
291+
TARGETED_DEVICE_FAMILY = "1,2";
292+
};
293+
name = Debug;
294+
};
295+
2C87D1392A4ED80600A4C6B6 /* Release */ = {
296+
isa = XCBuildConfiguration;
297+
buildSettings = {
298+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
299+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
300+
CODE_SIGN_STYLE = Automatic;
301+
CURRENT_PROJECT_VERSION = 1;
302+
DEVELOPMENT_TEAM = L22KGAL4ND;
303+
GENERATE_INFOPLIST_FILE = YES;
304+
INFOPLIST_FILE = "Seminar-2/Info.plist";
305+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
306+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
307+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
308+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
309+
LD_RUNPATH_SEARCH_PATHS = (
310+
"$(inherited)",
311+
"@executable_path/Frameworks",
312+
);
313+
MARKETING_VERSION = 1.0;
314+
PRODUCT_BUNDLE_IDENTIFIER = "shinjiwon.Seminar-2";
315+
PRODUCT_NAME = "$(TARGET_NAME)";
316+
SWIFT_EMIT_LOC_STRINGS = YES;
317+
SWIFT_VERSION = 5.0;
318+
TARGETED_DEVICE_FAMILY = "1,2";
319+
};
320+
name = Release;
321+
};
322+
/* End XCBuildConfiguration section */
323+
324+
/* Begin XCConfigurationList section */
325+
2C87D11E2A4ED80400A4C6B6 /* Build configuration list for PBXProject "Seminar-2" */ = {
326+
isa = XCConfigurationList;
327+
buildConfigurations = (
328+
2C87D1352A4ED80600A4C6B6 /* Debug */,
329+
2C87D1362A4ED80600A4C6B6 /* Release */,
330+
);
331+
defaultConfigurationIsVisible = 0;
332+
defaultConfigurationName = Release;
333+
};
334+
2C87D1372A4ED80600A4C6B6 /* Build configuration list for PBXNativeTarget "Seminar-2" */ = {
335+
isa = XCConfigurationList;
336+
buildConfigurations = (
337+
2C87D1382A4ED80600A4C6B6 /* Debug */,
338+
2C87D1392A4ED80600A4C6B6 /* Release */,
339+
);
340+
defaultConfigurationIsVisible = 0;
341+
defaultConfigurationName = Release;
342+
};
343+
/* End XCConfigurationList section */
344+
345+
/* Begin XCRemoteSwiftPackageReference section */
346+
2CBC56602A4F2FEB0019FCC8 /* XCRemoteSwiftPackageReference "SnapKit" */ = {
347+
isa = XCRemoteSwiftPackageReference;
348+
repositoryURL = "https://github.com/SnapKit/SnapKit";
349+
requirement = {
350+
kind = upToNextMajorVersion;
351+
minimumVersion = 5.0.0;
352+
};
353+
};
354+
2CBC56632A4F325B0019FCC8 /* XCRemoteSwiftPackageReference "Then" */ = {
355+
isa = XCRemoteSwiftPackageReference;
356+
repositoryURL = "https://github.com/devxoul/Then";
357+
requirement = {
358+
kind = upToNextMajorVersion;
359+
minimumVersion = 3.0.0;
360+
};
361+
};
362+
/* End XCRemoteSwiftPackageReference section */
363+
364+
/* Begin XCSwiftPackageProductDependency section */
365+
2CBC56612A4F2FEB0019FCC8 /* SnapKit */ = {
366+
isa = XCSwiftPackageProductDependency;
367+
package = 2CBC56602A4F2FEB0019FCC8 /* XCRemoteSwiftPackageReference "SnapKit" */;
368+
productName = SnapKit;
369+
};
370+
2CBC56642A4F325B0019FCC8 /* Then */ = {
371+
isa = XCSwiftPackageProductDependency;
372+
package = 2CBC56632A4F325B0019FCC8 /* XCRemoteSwiftPackageReference "Then" */;
373+
productName = Then;
374+
};
375+
/* End XCSwiftPackageProductDependency section */
376+
};
377+
rootObject = 2C87D11B2A4ED80400A4C6B6 /* Project object */;
378+
}

2ndWeek/Seminar-2/Seminar-2.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)