mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[migrations]: disabled strict checking to test new installs for now
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21754" systemVersion="22D68" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||||
<entity name="Account" representedClassName="Account" syncable="YES">
|
<entity name="Account" representedClassName="Account" syncable="YES">
|
||||||
<attribute name="appleID" attributeType="String"/>
|
<attribute name="appleID" attributeType="String"/>
|
||||||
<attribute name="firstName" attributeType="String"/>
|
<attribute name="firstName" attributeType="String"/>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="permission" attributeType="String"/>
|
<attribute name="permission" attributeType="String"/>
|
||||||
<attribute name="sourceID" attributeType="String"/>
|
<attribute name="sourceID" attributeType="String"/>
|
||||||
<attribute name="type" attributeType="String"/>
|
<attribute name="type" attributeType="String"/>
|
||||||
@@ -231,4 +231,4 @@
|
|||||||
</uniquenessConstraint>
|
</uniquenessConstraint>
|
||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
</model>
|
</model>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22222" systemVersion="22G91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||||
<entity name="Account" representedClassName="Account" syncable="YES">
|
<entity name="Account" representedClassName="Account" syncable="YES">
|
||||||
<attribute name="appleID" attributeType="String"/>
|
<attribute name="appleID" attributeType="String"/>
|
||||||
<attribute name="firstName" attributeType="String"/>
|
<attribute name="firstName" attributeType="String"/>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="permission" attributeType="String"/>
|
<attribute name="permission" attributeType="String"/>
|
||||||
<attribute name="sourceID" attributeType="String"/>
|
<attribute name="sourceID" attributeType="String"/>
|
||||||
<attribute name="type" attributeType="String"/>
|
<attribute name="type" attributeType="String"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22225" systemVersion="22G91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||||
<entity name="Account" representedClassName="Account" syncable="YES">
|
<entity name="Account" representedClassName="Account" syncable="YES">
|
||||||
<attribute name="appleID" attributeType="String"/>
|
<attribute name="appleID" attributeType="String"/>
|
||||||
<attribute name="firstName" attributeType="String"/>
|
<attribute name="firstName" attributeType="String"/>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="permission" attributeType="String"/>
|
<attribute name="permission" attributeType="String"/>
|
||||||
<attribute name="sourceID" attributeType="String"/>
|
<attribute name="sourceID" attributeType="String"/>
|
||||||
<attribute name="type" attributeType="String"/>
|
<attribute name="type" attributeType="String"/>
|
||||||
@@ -293,4 +293,4 @@
|
|||||||
</uniquenessConstraint>
|
</uniquenessConstraint>
|
||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
</model>
|
</model>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22225" systemVersion="22G91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||||
<entity name="Account" representedClassName="Account" syncable="YES">
|
<entity name="Account" representedClassName="Account" syncable="YES">
|
||||||
<attribute name="appleID" attributeType="String"/>
|
<attribute name="appleID" attributeType="String"/>
|
||||||
<attribute name="firstName" attributeType="String"/>
|
<attribute name="firstName" attributeType="String"/>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="permission" attributeType="String"/>
|
<attribute name="permission" attributeType="String"/>
|
||||||
<attribute name="sourceID" attributeType="String"/>
|
<attribute name="sourceID" attributeType="String"/>
|
||||||
<attribute name="type" attributeType="String"/>
|
<attribute name="type" attributeType="String"/>
|
||||||
@@ -293,4 +293,4 @@
|
|||||||
</uniquenessConstraint>
|
</uniquenessConstraint>
|
||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
</model>
|
</model>
|
||||||
|
|||||||
@@ -27,9 +27,9 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="permission" attributeType="String"/>
|
<attribute name="permission" optional="YES" attributeType="String" defaultValueString=""/>
|
||||||
<attribute name="sourceID" attributeType="String"/>
|
<attribute name="sourceID" optional="YES" attributeType="String"/>
|
||||||
<attribute name="type" attributeType="String"/>
|
<attribute name="type" attributeType="String"/>
|
||||||
<attribute name="usageDescription" attributeType="String"/>
|
<attribute name="usageDescription" attributeType="String"/>
|
||||||
<relationship name="app" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="StoreApp" inverseName="permissions" inverseEntity="StoreApp"/>
|
<relationship name="app" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="StoreApp" inverseName="permissions" inverseEntity="StoreApp"/>
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
</entity>
|
</entity>
|
||||||
<entity name="AppVersion" representedClassName="AppVersion" syncable="YES">
|
<entity name="AppVersion" representedClassName="AppVersion" syncable="YES">
|
||||||
<attribute name="appBundleID" attributeType="String"/>
|
<attribute name="appBundleID" attributeType="String"/>
|
||||||
<attribute name="buildVersion" attributeType="String"/>
|
<attribute name="buildVersion" optional="YES" attributeType="String"/>
|
||||||
<attribute name="date" attributeType="Date" usesScalarValueType="NO"/>
|
<attribute name="date" attributeType="Date" usesScalarValueType="NO"/>
|
||||||
<attribute name="downloadURL" attributeType="URI"/>
|
<attribute name="downloadURL" attributeType="URI"/>
|
||||||
<attribute name="localizedDescription" optional="YES" attributeType="String"/>
|
<attribute name="localizedDescription" optional="YES" attributeType="String"/>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
<entity name="InstalledApp" representedClassName="InstalledApp" syncable="YES">
|
<entity name="InstalledApp" representedClassName="InstalledApp" syncable="YES">
|
||||||
<attribute name="buildVersion" attributeType="String"/>
|
<attribute name="buildVersion" optional="YES" attributeType="String"/>
|
||||||
<attribute name="bundleIdentifier" attributeType="String"/>
|
<attribute name="bundleIdentifier" attributeType="String"/>
|
||||||
<attribute name="certificateSerialNumber" optional="YES" attributeType="String"/>
|
<attribute name="certificateSerialNumber" optional="YES" attributeType="String"/>
|
||||||
<attribute name="expirationDate" attributeType="Date" usesScalarValueType="NO"/>
|
<attribute name="expirationDate" attributeType="Date" usesScalarValueType="NO"/>
|
||||||
@@ -295,4 +295,4 @@
|
|||||||
</uniquenessConstraint>
|
</uniquenessConstraint>
|
||||||
</uniquenessConstraints>
|
</uniquenessConstraints>
|
||||||
</entity>
|
</entity>
|
||||||
</model>
|
</model>
|
||||||
|
|||||||
Reference in New Issue
Block a user