Skip to content

Commit

Permalink
added version for database
Browse files Browse the repository at this point in the history
  • Loading branch information
François Benaiteau committed Aug 17, 2012
1 parent 0314893 commit edbafd1
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1487" systemVersion="11E53" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
<entity name="Video" representedClassName="Video" syncable="YES">
<attribute name="latitude" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/>
<attribute name="localPath" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="longitude" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/>
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="videoId" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
</entity>
<elements>
<element name="Video" positionX="0" positionY="0" width="128" height="120"/>
</elements>
</model>

0 comments on commit edbafd1

Please sign in to comment.