Skip to content

Commit

Permalink
Merge branch 'develop' into Feat/#5_memo_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
SH0123 authored Nov 14, 2023
2 parents e24c410 + 98f878c commit b8ddb35
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## 리뷰 포인트

## 기타 사항
구현하면서 고민되었던 부분이나 질문 사항 등

## References

Expand Down
5 changes: 5 additions & 0 deletions ReadLog/ReadLog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
E6E4BF552B01BF4000FEEE10 /* Header.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Header.swift; sourceTree = "<group>"; };
E6E4BF582B01C88500FEEE10 /* Note.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Note.swift; sourceTree = "<group>"; };
E6E4BF5A2B01CE1100FEEE10 /* NoteLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteLabel.swift; sourceTree = "<group>"; };

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 = "<group>"; };
E6E68EDC2AF1DD7B00172557 /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; };
Expand All @@ -57,6 +58,7 @@
path = Fonts;
sourceTree = "<group>";
};

E6E4BF542B01BD9B00FEEE10 /* AddNote */ = {
isa = PBXGroup;
children = (
Expand All @@ -73,6 +75,7 @@
path = Model;
sourceTree = "<group>";
};

E6E68ECE2AF1DD7B00172557 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -176,7 +179,9 @@
children = (
E622526D2AFB7CB300D33EC3 /* Color+Extension.swift */,
E622526F2AFB7E7000D33EC3 /* TextStyle+Extension.swift */,

E6C73D5A2B02F82E00A3C9C9 /* UINavigationController+Extension.swift */,

);
path = Extension;
sourceTree = "<group>";
Expand Down
20 changes: 20 additions & 0 deletions ReadLog/ReadLog/Assets.xcassets/background.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit b8ddb35

Please sign in to comment.