This PR contains all the work related to setting up this project as required to implement the [Assignment](https://repo.rock-n-code.com/rock-n-code/deep-linking-assignment/wiki/Assignment) on top, as intended. To summarise this work: - [x] created a new **Xcode** project; - [x] cloned the `Wikipedia` app and inserted it into the **Xcode** project; - [x] created the `Locations` app and also, its `Libraries` package; - [x] created the `Shared` package to share dependencies between the apps; - [x] added a `Makefile` file and implemented some **environment** and **help** commands. Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Reviewed-on: rock-n-code/deep-linking-assignment#1
32 lines
2.2 KiB
XML
32 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="16119" systemVersion="19G73" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
<entity name="RemoteNotification" representedClassName="RemoteNotification" syncable="YES">
|
|
<attribute name="affectedPageID" optional="YES" attributeType="String"/>
|
|
<attribute name="agent" optional="YES" attributeType="String"/>
|
|
<attribute name="categoryString" optional="YES" attributeType="String"/>
|
|
<attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
<attribute name="id" optional="YES" attributeType="String"/>
|
|
<attribute name="message" optional="YES" attributeType="String"/>
|
|
<attribute name="stateNumber" optional="YES" attributeType="Integer 16" usesScalarValueType="YES"/>
|
|
<attribute name="typeString" optional="YES" attributeType="String"/>
|
|
<attribute name="wiki" optional="YES" attributeType="String"/>
|
|
<fetchIndex name="byPropertyIndex">
|
|
<fetchIndexElement property="stateNumber" type="Binary" order="ascending"/>
|
|
</fetchIndex>
|
|
</entity>
|
|
<entity name="WMFKeyValue" representedClassName="WMFKeyValue" syncable="YES">
|
|
<attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
<attribute name="group" optional="YES" attributeType="String"/>
|
|
<attribute name="key" optional="YES" attributeType="String"/>
|
|
<attribute name="value" optional="YES" attributeType="Transformable" valueTransformerName="WMFSecureUnarchiveFromDataTransformer"/>
|
|
<fetchIndex name="compoundIndex">
|
|
<fetchIndexElement property="key" type="Binary" order="ascending"/>
|
|
<fetchIndexElement property="group" type="Binary" order="ascending"/>
|
|
<fetchIndexElement property="date" type="Binary" order="ascending"/>
|
|
</fetchIndex>
|
|
</entity>
|
|
<elements>
|
|
<element name="RemoteNotification" positionX="-63" positionY="-18" width="128" height="180"/>
|
|
<element name="WMFKeyValue" positionX="-63" positionY="54" width="128" height="103"/>
|
|
</elements>
|
|
</model> |