diff --git a/Seminar/7th-Seminar/7th-Seminar/Base.lproj/Main.storyboard b/Seminar/7th-Seminar/7th-Seminar/Base.lproj/Main.storyboard index 7b0eb9b..2727e6b 100644 --- a/Seminar/7th-Seminar/7th-Seminar/Base.lproj/Main.storyboard +++ b/Seminar/7th-Seminar/7th-Seminar/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + diff --git a/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.pbxproj b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f466e8f --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.pbxproj @@ -0,0 +1,436 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 55; + objects = { + +/* Begin PBXBuildFile section */ + 92660FB6276D961200E8E25A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92660FB5276D961200E8E25A /* AppDelegate.swift */; }; + 92660FB8276D961200E8E25A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92660FB7276D961200E8E25A /* SceneDelegate.swift */; }; + 92660FBA276D961200E8E25A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92660FB9276D961200E8E25A /* ViewController.swift */; }; + 92660FBD276D961200E8E25A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92660FBB276D961200E8E25A /* Main.storyboard */; }; + 92660FBF276D961300E8E25A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 92660FBE276D961300E8E25A /* Assets.xcassets */; }; + 92660FC2276D961300E8E25A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92660FC0276D961300E8E25A /* LaunchScreen.storyboard */; }; + A10580E13C596EF00B5621D5 /* Pods_8th_Seminar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73D8FC874691FDD01835611D /* Pods_8th_Seminar.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 73D8FC874691FDD01835611D /* Pods_8th_Seminar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_8th_Seminar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8B41493A2AD4CD8FFA881BE0 /* Pods-8th-Seminar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-8th-Seminar.release.xcconfig"; path = "Target Support Files/Pods-8th-Seminar/Pods-8th-Seminar.release.xcconfig"; sourceTree = ""; }; + 92660FB2276D961200E8E25A /* 8th-Seminar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "8th-Seminar.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 92660FB5276D961200E8E25A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 92660FB7276D961200E8E25A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + 92660FB9276D961200E8E25A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 92660FBC276D961200E8E25A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 92660FBE276D961300E8E25A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 92660FC1276D961300E8E25A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 92660FC3276D961300E8E25A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B63D71C9B7D2C791F1A415C5 /* Pods-8th-Seminar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-8th-Seminar.debug.xcconfig"; path = "Target Support Files/Pods-8th-Seminar/Pods-8th-Seminar.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 92660FAF276D961200E8E25A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A10580E13C596EF00B5621D5 /* Pods_8th_Seminar.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 0233EA996AE98A4AEC6F2E95 /* Pods */ = { + isa = PBXGroup; + children = ( + B63D71C9B7D2C791F1A415C5 /* Pods-8th-Seminar.debug.xcconfig */, + 8B41493A2AD4CD8FFA881BE0 /* Pods-8th-Seminar.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; + 92660FA9276D961200E8E25A = { + isa = PBXGroup; + children = ( + 92660FB4276D961200E8E25A /* 8th-Seminar */, + 92660FB3276D961200E8E25A /* Products */, + 0233EA996AE98A4AEC6F2E95 /* Pods */, + DCE00D4453CB2E561FDE5669 /* Frameworks */, + ); + sourceTree = ""; + }; + 92660FB3276D961200E8E25A /* Products */ = { + isa = PBXGroup; + children = ( + 92660FB2276D961200E8E25A /* 8th-Seminar.app */, + ); + name = Products; + sourceTree = ""; + }; + 92660FB4276D961200E8E25A /* 8th-Seminar */ = { + isa = PBXGroup; + children = ( + 92660FB5276D961200E8E25A /* AppDelegate.swift */, + 92660FB7276D961200E8E25A /* SceneDelegate.swift */, + 92660FB9276D961200E8E25A /* ViewController.swift */, + 92660FBB276D961200E8E25A /* Main.storyboard */, + 92660FBE276D961300E8E25A /* Assets.xcassets */, + 92660FC0276D961300E8E25A /* LaunchScreen.storyboard */, + 92660FC3276D961300E8E25A /* Info.plist */, + ); + path = "8th-Seminar"; + sourceTree = ""; + }; + DCE00D4453CB2E561FDE5669 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 73D8FC874691FDD01835611D /* Pods_8th_Seminar.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 92660FB1276D961200E8E25A /* 8th-Seminar */ = { + isa = PBXNativeTarget; + buildConfigurationList = 92660FC6276D961300E8E25A /* Build configuration list for PBXNativeTarget "8th-Seminar" */; + buildPhases = ( + 4A9C49FF6E67D861F74A49BC /* [CP] Check Pods Manifest.lock */, + 92660FAE276D961200E8E25A /* Sources */, + 92660FAF276D961200E8E25A /* Frameworks */, + 92660FB0276D961200E8E25A /* Resources */, + F557A628B5DA42DDD5A1240E /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "8th-Seminar"; + productName = "8th-Seminar"; + productReference = 92660FB2276D961200E8E25A /* 8th-Seminar.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 92660FAA276D961200E8E25A /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1320; + LastUpgradeCheck = 1320; + TargetAttributes = { + 92660FB1276D961200E8E25A = { + CreatedOnToolsVersion = 13.2; + }; + }; + }; + buildConfigurationList = 92660FAD276D961200E8E25A /* Build configuration list for PBXProject "8th-Seminar" */; + compatibilityVersion = "Xcode 13.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 92660FA9276D961200E8E25A; + productRefGroup = 92660FB3276D961200E8E25A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 92660FB1276D961200E8E25A /* 8th-Seminar */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 92660FB0276D961200E8E25A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 92660FC2276D961300E8E25A /* LaunchScreen.storyboard in Resources */, + 92660FBF276D961300E8E25A /* Assets.xcassets in Resources */, + 92660FBD276D961200E8E25A /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 4A9C49FF6E67D861F74A49BC /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-8th-Seminar-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + F557A628B5DA42DDD5A1240E /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-8th-Seminar/Pods-8th-Seminar-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-8th-Seminar/Pods-8th-Seminar-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-8th-Seminar/Pods-8th-Seminar-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 92660FAE276D961200E8E25A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 92660FBA276D961200E8E25A /* ViewController.swift in Sources */, + 92660FB6276D961200E8E25A /* AppDelegate.swift in Sources */, + 92660FB8276D961200E8E25A /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 92660FBB276D961200E8E25A /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 92660FBC276D961200E8E25A /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 92660FC0276D961300E8E25A /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 92660FC1276D961300E8E25A /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 92660FC4276D961300E8E25A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.2; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 92660FC5276D961300E8E25A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 92660FC7276D961300E8E25A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B63D71C9B7D2C791F1A415C5 /* Pods-8th-Seminar.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 4QG3GC35LA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "8th-Seminar/Info.plist"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Main; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "soyeon.-th-Seminar"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 92660FC8276D961300E8E25A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8B41493A2AD4CD8FFA881BE0 /* Pods-8th-Seminar.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 4QG3GC35LA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "8th-Seminar/Info.plist"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Main; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "soyeon.-th-Seminar"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 92660FAD276D961200E8E25A /* Build configuration list for PBXProject "8th-Seminar" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 92660FC4276D961300E8E25A /* Debug */, + 92660FC5276D961300E8E25A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 92660FC6276D961300E8E25A /* Build configuration list for PBXNativeTarget "8th-Seminar" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 92660FC7276D961300E8E25A /* Debug */, + 92660FC8276D961300E8E25A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 92660FAA276D961200E8E25A /* Project object */; +} diff --git a/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Seminar/8th-Seminar/8th-Seminar.xcworkspace/contents.xcworkspacedata b/Seminar/8th-Seminar/8th-Seminar.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..68269ac --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Seminar/8th-Seminar/8th-Seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Seminar/8th-Seminar/8th-Seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Seminar/8th-Seminar/8th-Seminar/AppDelegate.swift b/Seminar/8th-Seminar/8th-Seminar/AppDelegate.swift new file mode 100644 index 0000000..bb66520 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/AppDelegate.swift @@ -0,0 +1,36 @@ +// +// AppDelegate.swift +// 8th-Seminar +// +// Created by soyeon on 2021/12/18. +// + +import UIKit + +@main +class AppDelegate: UIResponder, UIApplicationDelegate { + + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { + // Called when a new scene session is being created. + // Use this method to select a configuration to create the new scene with. + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { + // Called when the user discards a scene session. + // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. + // Use this method to release any resources that were specific to the discarded scenes, as they will not return. + } + + +} + diff --git a/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AccentColor.colorset/Contents.json b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AppIcon.appiconset/Contents.json b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/Contents.json b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Seminar/8th-Seminar/8th-Seminar/Base.lproj/LaunchScreen.storyboard b/Seminar/8th-Seminar/8th-Seminar/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..865e932 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Seminar/8th-Seminar/8th-Seminar/Base.lproj/Main.storyboard b/Seminar/8th-Seminar/8th-Seminar/Base.lproj/Main.storyboard new file mode 100644 index 0000000..25a7638 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Base.lproj/Main.storyboard @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Seminar/8th-Seminar/8th-Seminar/Info.plist b/Seminar/8th-Seminar/8th-Seminar/Info.plist new file mode 100644 index 0000000..dd3c9af --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/Info.plist @@ -0,0 +1,25 @@ + + + + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Main + + + + + + diff --git a/Seminar/8th-Seminar/8th-Seminar/SceneDelegate.swift b/Seminar/8th-Seminar/8th-Seminar/SceneDelegate.swift new file mode 100644 index 0000000..438c504 --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/SceneDelegate.swift @@ -0,0 +1,52 @@ +// +// SceneDelegate.swift +// 8th-Seminar +// +// Created by soyeon on 2021/12/18. +// + +import UIKit + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + + var window: UIWindow? + + + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + guard let _ = (scene as? UIWindowScene) else { return } + } + + func sceneDidDisconnect(_ scene: UIScene) { + // Called as the scene is being released by the system. + // This occurs shortly after the scene enters the background, or when its session is discarded. + // Release any resources associated with this scene that can be re-created the next time the scene connects. + // The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead). + } + + func sceneDidBecomeActive(_ scene: UIScene) { + // Called when the scene has moved from an inactive state to an active state. + // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. + } + + func sceneWillResignActive(_ scene: UIScene) { + // Called when the scene will move from an active state to an inactive state. + // This may occur due to temporary interruptions (ex. an incoming phone call). + } + + func sceneWillEnterForeground(_ scene: UIScene) { + // Called as the scene transitions from the background to the foreground. + // Use this method to undo the changes made on entering the background. + } + + func sceneDidEnterBackground(_ scene: UIScene) { + // Called as the scene transitions from the foreground to the background. + // Use this method to save data, release shared resources, and store enough scene-specific state information + // to restore the scene back to its current state. + } + + +} + diff --git a/Seminar/8th-Seminar/8th-Seminar/ViewController.swift b/Seminar/8th-Seminar/8th-Seminar/ViewController.swift new file mode 100644 index 0000000..05e5faf --- /dev/null +++ b/Seminar/8th-Seminar/8th-Seminar/ViewController.swift @@ -0,0 +1,19 @@ +// +// ViewController.swift +// 8th-Seminar +// +// Created by soyeon on 2021/12/18. +// + +import UIKit + +class ViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view. + } + + +} + diff --git a/Seminar/8th-Seminar/Podfile b/Seminar/8th-Seminar/Podfile new file mode 100644 index 0000000..4503042 --- /dev/null +++ b/Seminar/8th-Seminar/Podfile @@ -0,0 +1,10 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' + +target '8th-Seminar' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + pod 'lottie-ios' + # Pods for 8th-Seminar + +end diff --git a/Seminar/8th-Seminar/Podfile.lock b/Seminar/8th-Seminar/Podfile.lock new file mode 100644 index 0000000..4c31b66 --- /dev/null +++ b/Seminar/8th-Seminar/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - lottie-ios (3.3.0) + +DEPENDENCIES: + - lottie-ios + +SPEC REPOS: + trunk: + - lottie-ios + +SPEC CHECKSUMS: + lottie-ios: 6ac74dcc09904798f59b18cb3075c089d76be9ae + +PODFILE CHECKSUM: d96dcf95c4fee6dc19a0bd004512959a89f29416 + +COCOAPODS: 1.11.2