Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed imports missing in Realm 10.37.0 and newer. #36

Merged
merged 1 commit into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
s.version = "11.0.0"
s.version = "11.0.1"
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenTelezhkin/DTModelStorage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-cocoa",
"state" : {
"revision" : "fd279e0a94b46c5bd65b17e36817a4365c7a5482",
"version" : "10.28.2"
"revision" : "71bddc82c4fe3dd6488739ff8b7e99f69183a614",
"version" : "10.38.0"
}
},
{
"identity" : "realm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core",
"state" : {
"revision" : "55a48c287b5e3a8ca129c257ec7e3b92bcb2a05f",
"version" : "12.3.0"
"revision" : "e56380f05793998dfea0d87a34b68fdba475961c",
"version" : "13.9.0"
}
}
],
Expand Down
1 change: 0 additions & 1 deletion Sources/RealmStorage/RealmSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import Foundation
import DTModelStorage
#if canImport(RealmSwift)
import Realm.RLMResults
import RealmSwift
#else
// swiftlint:disable:next line_length
Expand Down
1 change: 0 additions & 1 deletion Sources/RealmStorage/RealmStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import Foundation
import DTModelStorage
#if canImport(RealmSwift)
import Realm.RLMResults
import RealmSwift
#else
// swiftlint:disable:next line_length
Expand Down