diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 11:10:32 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 11:10:32 +0200 |
| commit | e2c37ac1dd2ad562e3d619d39b72a174a2212b67 (patch) | |
| tree | d4da2c0a12db0473eb4030014a92045eebe38834 /Map/Map.xcdatamodeld | |
| parent | fdb4633d3e9158e457d57e820df6e1efb4df39c2 (diff) | |
Map 3 first commit: files, groups and layout
Diffstat (limited to 'Map/Map.xcdatamodeld')
| -rw-r--r-- | Map/Map.xcdatamodeld/.xccurrentversion | 8 | ||||
| -rw-r--r-- | Map/Map.xcdatamodeld/Map.xcdatamodel/contents | 12 |
2 files changed, 0 insertions, 20 deletions
diff --git a/Map/Map.xcdatamodeld/.xccurrentversion b/Map/Map.xcdatamodeld/.xccurrentversion deleted file mode 100644 index ee72e60..0000000 --- a/Map/Map.xcdatamodeld/.xccurrentversion +++ /dev/null @@ -1,8 +0,0 @@ -<?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>_XCCurrentVersionName</key> - <string>Map.xcdatamodel</string> -</dict> -</plist> diff --git a/Map/Map.xcdatamodeld/Map.xcdatamodel/contents b/Map/Map.xcdatamodeld/Map.xcdatamodel/contents deleted file mode 100644 index ea8b276..0000000 --- a/Map/Map.xcdatamodeld/Map.xcdatamodel/contents +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17709" systemVersion="20D5029f" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> - <entity name="Map" representedClassName="Map" syncable="YES" codeGenerationType="class"> - <attribute name="content" optional="YES" attributeType="String"/> - <attribute name="createdAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/> - <attribute name="title" optional="YES" attributeType="String"/> - <attribute name="uuid" optional="YES" attributeType="UUID" usesScalarValueType="NO"/> - </entity> - <elements> - <element name="Map" positionX="-63" positionY="-18" width="128" height="89"/> - </elements> -</model>
\ No newline at end of file |