-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ #33 Add cleanedUpDay Attribute in CoreData
- 통계에서 필요한 날짜인 실제로 청소가 된 날짜 추가 - 리스트 화면에서 물건을 비웠을때 오늘 날짜로 업데이트
- Loading branch information
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
ThrowAway/ThrowAway/ThrowAway.xcdatamodeld/ThrowAway.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="20086" systemVersion="21C52" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> | ||
<entity name="Product" representedClassName="Product" syncable="YES"> | ||
<attribute name="cleanedUpDay" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="cleaningDay" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="isCleanedUp" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/> | ||
<attribute name="memo" optional="YES" attributeType="String"/> | ||
<attribute name="photo" optional="YES" attributeType="Binary"/> | ||
<attribute name="title" optional="YES" attributeType="String"/> | ||
</entity> | ||
<elements> | ||
<element name="Product" positionX="-63" positionY="-18" width="128" height="104"/> | ||
<element name="Product" positionX="-63" positionY="-18" width="128" height="119"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters