-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: classes renamed to avoid incompatibility issues (#33)
- Loading branch information
1 parent
9ccea5b
commit 55bc04b
Showing
8 changed files
with
50 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/ios/CoreDataManager/NotificationsModel.xcdatamodeld/.xccurrentversion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>_XCCurrentVersionName</key> | ||
<string>NotificationsModel 2.xcdatamodel</string> | ||
</dict> | ||
</plist> |
18 changes: 18 additions & 0 deletions
18
...CoreDataManager/NotificationsModel.xcdatamodeld/NotificationsModel 2.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="20086" systemVersion="21F79" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="NotificationsModel"> | ||
<entity name="OSFCMExtraData" representedClassName="OSFCMExtraData" syncable="YES" codeGenerationType="category"> | ||
<attribute name="key" optional="YES" attributeType="String"/> | ||
<attribute name="value" optional="YES" attributeType="String"/> | ||
<relationship name="notification" maxCount="1" deletionRule="Nullify" destinationEntity="OSFCMNotification" inverseName="extraDataList" inverseEntity="OSFCMNotification"/> | ||
</entity> | ||
<entity name="OSFCMNotification" representedClassName="OSFCMNotification" syncable="YES" codeGenerationType="category"> | ||
<attribute name="messageID" attributeType="String"/> | ||
<attribute name="timeStamp" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES"/> | ||
<attribute name="timeToLive" attributeType="String"/> | ||
<relationship name="extraDataList" toMany="YES" deletionRule="Cascade" destinationEntity="OSFCMExtraData" inverseName="notification" inverseEntity="OSFCMExtraData"/> | ||
</entity> | ||
<elements> | ||
<element name="OSFCMExtraData" positionX="-63" positionY="9" width="128" height="74"/> | ||
<element name="OSFCMNotification" positionX="-63" positionY="-18" width="128" height="89"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters