修改后缀名为zip或者其它,可以查看到xcdatamodel是一个描述文件

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16G29" minimumToolsVersion="Xcode 7.3" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="">

<entity name="Doogle" representedClassName="Doogle" syncable="YES">

<attribute name="pexdeg" optional="YES" attributeType="String" syncable="YES"/>

</entity>

<entity name="Entity" syncable="YES"/>

<entity name="GoooGoole" representedClassName="GoooGoole" syncable="YES">

<attribute name="xxx" optional="YES" attributeType="String" syncable="YES"/>

</entity>

<elements>

<element name="Doogle" positionX="18" positionY="72" width="128" height="60"/>

<element name="Entity" positionX="-189" positionY="-162" width="128" height="45"/>

<element name="GoooGoole" positionX="-396" positionY="-405" width="128" height="60"/>

</elements>

</model>

最新文章

  1. 《InsideUE4》-9-GamePlay架构(八)Player
  2. java操作excel文件
  3. Windows 8上使用SQL 2012 Configuration Manager
  4. 安装Windows Metasploit Framework
  5. angularjs $watch demo
  6. Walls POJ 1161
  7. Asp.Net HttpApplication请求管道与Session(二)
  8. IOS 创建一张有颜色的UIImage
  9. CSS下背景属性background的使用方法
  10. php生成签名及验证签名
  11. 前端开发面试题总结之——CSS3
  12. 【洛谷T7152】(考试题目)细胞
  13. spring boot 启动脚本
  14. Django Simple Captcha插件
  15. 如何在Qt Creator中添加库文件和头文件目录
  16. 冲刺Two之站立会议10
  17. 【HDU 5363】Key Set(和为偶数的子集个数)
  18. Mysql查询出所有列名
  19. 第75讲:模式匹配下的For循环
  20. 获取屏幕的宽和高-Display中getHeight()和getWidth() 官方已废弃

热门文章

  1. ASP.NET in C#,ClientScript.RegisterStartupScript与ClientScript.RegisterClientScriptBlock用法之己见
  2. 自定义log4j的appender写es日志
  3. 当Python中混进一只薛定谔的猫……
  4. redis之使用
  5. 牛客假日团队赛2 G.CountyFairEvents
  6. Codeforces Round 56-A. Dice Rolling(思维题)
  7. redis最佳实践
  8. ngnix集群产生的问题
  9. java 通用查询框架Querydsl 简介
  10. 重写FileUpload控件让它可以显示上传后的文件名