Skip to content

Commit

Permalink
[Add] 7차 세미나 추가 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsoyeon committed May 28, 2022
1 parent 5bcf019 commit 33cfbbd
Show file tree
Hide file tree
Showing 12 changed files with 669 additions and 0 deletions.
363 changes: 363 additions & 0 deletions Seminar/5th-Seminar/5th-Seminar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,363 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
92DD4F9B2841F1780020CABF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DD4F9A2841F1780020CABF /* AppDelegate.swift */; };
92DD4F9D2841F1780020CABF /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DD4F9C2841F1780020CABF /* SceneDelegate.swift */; };
92DD4F9F2841F1780020CABF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DD4F9E2841F1780020CABF /* ViewController.swift */; };
92DD4FA22841F1780020CABF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92DD4FA02841F1780020CABF /* Main.storyboard */; };
92DD4FA42841F17A0020CABF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 92DD4FA32841F17A0020CABF /* Assets.xcassets */; };
92DD4FA72841F17A0020CABF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92DD4FA52841F17A0020CABF /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
92DD4F972841F1780020CABF /* 5th-Seminar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "5th-Seminar.app"; sourceTree = BUILT_PRODUCTS_DIR; };
92DD4F9A2841F1780020CABF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
92DD4F9C2841F1780020CABF /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
92DD4F9E2841F1780020CABF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
92DD4FA12841F1780020CABF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
92DD4FA32841F17A0020CABF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
92DD4FA62841F17A0020CABF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
92DD4FA82841F17A0020CABF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
92DD4F942841F1780020CABF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
92DD4F8E2841F1780020CABF = {
isa = PBXGroup;
children = (
92DD4F992841F1780020CABF /* 5th-Seminar */,
92DD4F982841F1780020CABF /* Products */,
);
sourceTree = "<group>";
};
92DD4F982841F1780020CABF /* Products */ = {
isa = PBXGroup;
children = (
92DD4F972841F1780020CABF /* 5th-Seminar.app */,
);
name = Products;
sourceTree = "<group>";
};
92DD4F992841F1780020CABF /* 5th-Seminar */ = {
isa = PBXGroup;
children = (
92DD4F9A2841F1780020CABF /* AppDelegate.swift */,
92DD4F9C2841F1780020CABF /* SceneDelegate.swift */,
92DD4F9E2841F1780020CABF /* ViewController.swift */,
92DD4FA02841F1780020CABF /* Main.storyboard */,
92DD4FA32841F17A0020CABF /* Assets.xcassets */,
92DD4FA52841F17A0020CABF /* LaunchScreen.storyboard */,
92DD4FA82841F17A0020CABF /* Info.plist */,
);
path = "5th-Seminar";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
92DD4F962841F1780020CABF /* 5th-Seminar */ = {
isa = PBXNativeTarget;
buildConfigurationList = 92DD4FAB2841F17A0020CABF /* Build configuration list for PBXNativeTarget "5th-Seminar" */;
buildPhases = (
92DD4F932841F1780020CABF /* Sources */,
92DD4F942841F1780020CABF /* Frameworks */,
92DD4F952841F1780020CABF /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "5th-Seminar";
productName = "5th-Seminar";
productReference = 92DD4F972841F1780020CABF /* 5th-Seminar.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
92DD4F8F2841F1780020CABF /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1340;
LastUpgradeCheck = 1340;
TargetAttributes = {
92DD4F962841F1780020CABF = {
CreatedOnToolsVersion = 13.4;
};
};
};
buildConfigurationList = 92DD4F922841F1780020CABF /* Build configuration list for PBXProject "5th-Seminar" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 92DD4F8E2841F1780020CABF;
productRefGroup = 92DD4F982841F1780020CABF /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
92DD4F962841F1780020CABF /* 5th-Seminar */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
92DD4F952841F1780020CABF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
92DD4FA72841F17A0020CABF /* LaunchScreen.storyboard in Resources */,
92DD4FA42841F17A0020CABF /* Assets.xcassets in Resources */,
92DD4FA22841F1780020CABF /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
92DD4F932841F1780020CABF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
92DD4F9F2841F1780020CABF /* ViewController.swift in Sources */,
92DD4F9B2841F1780020CABF /* AppDelegate.swift in Sources */,
92DD4F9D2841F1780020CABF /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
92DD4FA02841F1780020CABF /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
92DD4FA12841F1780020CABF /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
92DD4FA52841F17A0020CABF /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
92DD4FA62841F17A0020CABF /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
92DD4FA92841F17A0020CABF /* 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_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.5;
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;
};
92DD4FAA2841F17A0020CABF /* 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_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.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
92DD4FAC2841F17A0020CABF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PU64TS56AD;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "5th-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;
};
92DD4FAD2841F17A0020CABF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PU64TS56AD;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "5th-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 */
92DD4F922841F1780020CABF /* Build configuration list for PBXProject "5th-Seminar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
92DD4FA92841F17A0020CABF /* Debug */,
92DD4FAA2841F17A0020CABF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
92DD4FAB2841F17A0020CABF /* Build configuration list for PBXNativeTarget "5th-Seminar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
92DD4FAC2841F17A0020CABF /* Debug */,
92DD4FAD2841F17A0020CABF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 92DD4F8F2841F1780020CABF /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 33cfbbd

Please sign in to comment.