forked from boostcampwm-2024/iOS06-molio
-
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.
chore: dataModel 추가 및 폴더 정리 (boostcampwm-2024#39)
- Data 계층에 CoreData의 DataModel이 추가 되면서, Model이라는 폴더가 생성되었다. - DTO 폴더만 존재하였으나, Model이라는 폴더가 생기며 Model 폴더 안에 DTO, DataModel을 정리할 수 있다.
- Loading branch information
Showing
7 changed files
with
45 additions
and
1 deletion.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
Molio/Source/Data/Model/DataModel/Playlist.xcdatamodeld/Playlist.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22758" systemVersion="23C71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier=""> | ||
<entity name="Playlist" representedClassName="Playlist" syncable="YES" codeGenerationType="class"> | ||
<attribute name="createdAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="filters" optional="YES" attributeType="Transformable"/> | ||
<attribute name="id" optional="YES" attributeType="UUID" usesScalarValueType="NO"/> | ||
<attribute name="musics" optional="YES" attributeType="Transformable"/> | ||
<attribute name="name" optional="YES" attributeType="String"/> | ||
</entity> | ||
</model> |