mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-02 05:52:18 +00:00
1942b82ebb
Simplify development and maintenance immensely by making this a monorepository: - Convert PassepartoutKit and VPN bindings to local packages - OpenVPN/OpenSSL - WireGuard/Go - Make PassepartoutKit available via - Source submodule for production (private) - [Binary XCFramework for development](https://github.com/passepartoutvpn/passepartoutkit) - Add PassepartoutKit Demo in root - Deploy package later
31 lines
2.3 KiB
XML
31 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="23H222" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier="">
|
|
<entity name="CDProviderV3" representedClassName="CDProviderV3" syncable="YES">
|
|
<attribute name="encodedMetadata" optional="YES" attributeType="Binary"/>
|
|
<attribute name="fullName" optional="YES" attributeType="String"/>
|
|
<attribute name="lastUpdate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
<attribute name="providerId" optional="YES" attributeType="String"/>
|
|
<attribute name="supportedConfigurationIds" optional="YES" attributeType="String"/>
|
|
</entity>
|
|
<entity name="CDVPNPresetV3" representedClassName="CDVPNPresetV3" syncable="YES">
|
|
<attribute name="configuration" optional="YES" attributeType="Binary"/>
|
|
<attribute name="configurationId" optional="YES" attributeType="String"/>
|
|
<attribute name="endpoints" optional="YES" attributeType="Binary"/>
|
|
<attribute name="presetDescription" optional="YES" attributeType="String"/>
|
|
<attribute name="presetId" optional="YES" attributeType="String"/>
|
|
<attribute name="providerId" optional="YES" attributeType="String"/>
|
|
</entity>
|
|
<entity name="CDVPNServerV3" representedClassName="CDVPNServerV3" syncable="YES">
|
|
<attribute name="area" optional="YES" attributeType="String"/>
|
|
<attribute name="categoryName" optional="YES" attributeType="String"/>
|
|
<attribute name="countryCode" optional="YES" attributeType="String"/>
|
|
<attribute name="hostname" optional="YES" attributeType="String"/>
|
|
<attribute name="ipAddresses" optional="YES" attributeType="Binary"/>
|
|
<attribute name="localizedCountry" optional="YES" attributeType="String"/>
|
|
<attribute name="otherCountryCodes" optional="YES" attributeType="String"/>
|
|
<attribute name="providerId" optional="YES" attributeType="String"/>
|
|
<attribute name="serverId" optional="YES" attributeType="String"/>
|
|
<attribute name="supportedConfigurationIds" optional="YES" attributeType="String"/>
|
|
<attribute name="supportedPresetIds" optional="YES" attributeType="String"/>
|
|
</entity>
|
|
</model> |