Skip to content

Commit

Permalink
Merge pull request #2 from TEAM-ALOM/feat/#1-Simplify-MainView
Browse files Browse the repository at this point in the history
메인화면 단순화 구현
  • Loading branch information
YugyeongChoi committed Jul 14, 2023
2 parents 40d70a2 + 6b25f61 commit d08390c
Show file tree
Hide file tree
Showing 84 changed files with 1,041 additions and 0 deletions.
380 changes: 380 additions & 0 deletions Plda.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,380 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
C27E7A662A5EF2A9006FC695 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C289A9702A58502100A00EA4 /* Assets.xcassets */; };
C289A96D2A58502000A00EA4 /* PldaApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C289A96C2A58502000A00EA4 /* PldaApp.swift */; };
C289A96F2A58502000A00EA4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C289A96E2A58502000A00EA4 /* ContentView.swift */; };
C289A97B2A5D402E00A00EA4 /* DiaryListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C289A97A2A5D402E00A00EA4 /* DiaryListView.swift */; };
C289A97D2A5D407E00A00EA4 /* DiaryListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C289A97C2A5D407E00A00EA4 /* DiaryListViewModel.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C289A9692A58502000A00EA4 /* Plda.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Plda.app; sourceTree = BUILT_PRODUCTS_DIR; };
C289A96C2A58502000A00EA4 /* PldaApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PldaApp.swift; sourceTree = "<group>"; };
C289A96E2A58502000A00EA4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
C289A9702A58502100A00EA4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C289A9732A58502100A00EA4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
C289A97A2A5D402E00A00EA4 /* DiaryListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiaryListView.swift; sourceTree = "<group>"; };
C289A97C2A5D407E00A00EA4 /* DiaryListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiaryListViewModel.swift; sourceTree = "<group>"; };
C289A97F2A5ECF1800A00EA4 /* Pretendard-1.3.8 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Pretendard-1.3.8"; sourceTree = "<group>"; };
C289A9812A5ED23000A00EA4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
C27E7A682A5F0A70006FC695 /* Views */ = {
isa = PBXGroup;
children = (
C289A96E2A58502000A00EA4 /* ContentView.swift */,
C289A97A2A5D402E00A00EA4 /* DiaryListView.swift */,
);
path = Views;
sourceTree = "<group>";
};
C27E7A692A5F0A7E006FC695 /* ViewModel */ = {
isa = PBXGroup;
children = (
C289A97C2A5D407E00A00EA4 /* DiaryListViewModel.swift */,
);
path = ViewModel;
sourceTree = "<group>";
};
C289A9602A58502000A00EA4 = {
isa = PBXGroup;
children = (
C289A96B2A58502000A00EA4 /* Plda */,
C289A96A2A58502000A00EA4 /* Products */,
);
sourceTree = "<group>";
};
C289A96A2A58502000A00EA4 /* Products */ = {
isa = PBXGroup;
children = (
C289A9692A58502000A00EA4 /* Plda.app */,
);
name = Products;
sourceTree = "<group>";
};
C289A96B2A58502000A00EA4 /* Plda */ = {
isa = PBXGroup;
children = (
C289A9812A5ED23000A00EA4 /* Info.plist */,
C27E7A692A5F0A7E006FC695 /* ViewModel */,
C27E7A682A5F0A70006FC695 /* Views */,
C289A97E2A5ECE9700A00EA4 /* fonts */,
C289A96C2A58502000A00EA4 /* PldaApp.swift */,
C289A9702A58502100A00EA4 /* Assets.xcassets */,
C289A9722A58502100A00EA4 /* Preview Content */,
);
path = Plda;
sourceTree = "<group>";
};
C289A9722A58502100A00EA4 /* Preview Content */ = {
isa = PBXGroup;
children = (
C289A9732A58502100A00EA4 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
C289A97E2A5ECE9700A00EA4 /* fonts */ = {
isa = PBXGroup;
children = (
C289A97F2A5ECF1800A00EA4 /* Pretendard-1.3.8 */,
);
path = fonts;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
C289A9682A58502000A00EA4 /* Plda */ = {
isa = PBXNativeTarget;
buildConfigurationList = C289A9772A58502100A00EA4 /* Build configuration list for PBXNativeTarget "Plda" */;
buildPhases = (
C289A9652A58502000A00EA4 /* Sources */,
C289A9662A58502000A00EA4 /* Frameworks */,
C289A9672A58502000A00EA4 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Plda;
productName = Plda;
productReference = C289A9692A58502000A00EA4 /* Plda.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
C289A9612A58502000A00EA4 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1430;
TargetAttributes = {
C289A9682A58502000A00EA4 = {
CreatedOnToolsVersion = 14.3.1;
};
};
};
buildConfigurationList = C289A9642A58502000A00EA4 /* Build configuration list for PBXProject "Plda" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C289A9602A58502000A00EA4;
productRefGroup = C289A96A2A58502000A00EA4 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C289A9682A58502000A00EA4 /* Plda */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
C289A9672A58502000A00EA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C27E7A662A5EF2A9006FC695 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C289A9652A58502000A00EA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C289A97D2A5D407E00A00EA4 /* DiaryListViewModel.swift in Sources */,
C289A96F2A58502000A00EA4 /* ContentView.swift in Sources */,
C289A97B2A5D402E00A00EA4 /* DiaryListView.swift in Sources */,
C289A96D2A58502000A00EA4 /* PldaApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
C289A9752A58502100A00EA4 /* 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++20";
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 = 16.4;
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;
};
C289A9762A58502100A00EA4 /* 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++20";
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 = 16.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C289A9782A58502100A00EA4 /* 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_ASSET_PATHS = "\"Plda/Preview Content\"";
DEVELOPMENT_TEAM = 2HYF58Y9CP;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Plda/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
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 = choeyugyeong.Plda;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
C289A9792A58502100A00EA4 /* 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_ASSET_PATHS = "\"Plda/Preview Content\"";
DEVELOPMENT_TEAM = 2HYF58Y9CP;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Plda/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
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 = choeyugyeong.Plda;
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 */
C289A9642A58502000A00EA4 /* Build configuration list for PBXProject "Plda" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C289A9752A58502100A00EA4 /* Debug */,
C289A9762A58502100A00EA4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C289A9772A58502100A00EA4 /* Build configuration list for PBXNativeTarget "Plda" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C289A9782A58502100A00EA4 /* Debug */,
C289A9792A58502100A00EA4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C289A9612A58502000A00EA4 /* Project object */;
}
7 changes: 7 additions & 0 deletions Plda.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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>
Binary file not shown.
Loading

0 comments on commit d08390c

Please sign in to comment.