diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c5728db..d6a7f1e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,8 @@ ## 리뷰 포인트 +## 기타 사항 +구현하면서 고민되었던 부분이나 질문 사항 등 ## References diff --git a/ReadLog/ReadLog.xcodeproj/project.pbxproj b/ReadLog/ReadLog.xcodeproj/project.pbxproj index 711f3a3..8f35b79 100644 --- a/ReadLog/ReadLog.xcodeproj/project.pbxproj +++ b/ReadLog/ReadLog.xcodeproj/project.pbxproj @@ -31,6 +31,7 @@ E6E4BF552B01BF4000FEEE10 /* Header.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Header.swift; sourceTree = ""; }; E6E4BF582B01C88500FEEE10 /* Note.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Note.swift; sourceTree = ""; }; E6E4BF5A2B01CE1100FEEE10 /* NoteLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteLabel.swift; sourceTree = ""; }; + E6E68ED72AF1DD7B00172557 /* ReadLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReadLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; E6E68EDA2AF1DD7B00172557 /* ReadLogApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadLogApp.swift; sourceTree = ""; }; E6E68EDC2AF1DD7B00172557 /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = ""; }; @@ -57,6 +58,7 @@ path = Fonts; sourceTree = ""; }; + E6E4BF542B01BD9B00FEEE10 /* AddNote */ = { isa = PBXGroup; children = ( @@ -73,6 +75,7 @@ path = Model; sourceTree = ""; }; + E6E68ECE2AF1DD7B00172557 = { isa = PBXGroup; children = ( @@ -176,7 +179,9 @@ children = ( E622526D2AFB7CB300D33EC3 /* Color+Extension.swift */, E622526F2AFB7E7000D33EC3 /* TextStyle+Extension.swift */, + E6C73D5A2B02F82E00A3C9C9 /* UINavigationController+Extension.swift */, + ); path = Extension; sourceTree = ""; diff --git a/ReadLog/ReadLog/Assets.xcassets/background.colorset/Contents.json b/ReadLog/ReadLog/Assets.xcassets/background.colorset/Contents.json new file mode 100644 index 0000000..fee1601 --- /dev/null +++ b/ReadLog/ReadLog/Assets.xcassets/background.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF1", + "green" : "0xF7", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}