Commit f3a8409c by Dmitry Stepanets

Fixed compile issue

parent 7ac07f17
......@@ -16,6 +16,6 @@
"placements": {}
}</string>
<key>ios_terceptsdk_enabled</key>
<false/>
<true/>
</dict>
</plist>
......@@ -36,6 +36,7 @@
CD3884522657BA550070FD6F /* _CoreNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3884322657BA410070FD6F /* _CoreNotifications.swift */; };
CD3884532657BA550070FD6F /* _CoreNWSAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3884332657BA410070FD6F /* _CoreNWSAlert.swift */; };
CD69DBC22666381500FD2A7C /* OneWeatherAnalytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD69DBC12666381500FD2A7C /* OneWeatherAnalytics.framework */; };
CD83F73626FC7D74007A8F26 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD83F73526FC7D74007A8F26 /* CoreLocation.framework */; };
CD8EA914265D42E2000D3D63 /* 1WModel.xcdatamodeld in Resources */ = {isa = PBXBuildFile; fileRef = CD3884372657BA420070FD6F /* 1WModel.xcdatamodeld */; };
CEEF40F9265E2EE600425D8F /* OneWeatherCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEF40F8265E2EE600425D8F /* OneWeatherCore.framework */; };
/* End PBXBuildFile section */
......@@ -85,6 +86,7 @@
CD3884392657BA420070FD6F /* regenerate_objects.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = regenerate_objects.sh; sourceTree = "<group>"; };
CD38843A2657BA420070FD6F /* CoreDataStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataStorage.swift; sourceTree = "<group>"; };
CD69DBC12666381500FD2A7C /* OneWeatherAnalytics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OneWeatherAnalytics.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CD83F73526FC7D74007A8F26 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
CEEF40F8265E2EE600425D8F /* OneWeatherCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OneWeatherCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DC8609DE6ABD091828706B58 /* Pods_CoreDataStorage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CoreDataStorage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E5F0E97C8CB8930C9E20B7FD /* Pods-CoreDataStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreDataStorage.debug.xcconfig"; path = "Target Support Files/Pods-CoreDataStorage/Pods-CoreDataStorage.debug.xcconfig"; sourceTree = "<group>"; };
......@@ -95,6 +97,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD83F73626FC7D74007A8F26 /* CoreLocation.framework in Frameworks */,
CEEF40F9265E2EE600425D8F /* OneWeatherCore.framework in Frameworks */,
CD69DBC22666381500FD2A7C /* OneWeatherAnalytics.framework in Frameworks */,
9BE805D89ED15D83B3609881 /* Pods_CoreDataStorage.framework in Frameworks */,
......@@ -203,6 +206,7 @@
CEEF40F7265E2EE600425D8F /* Frameworks */ = {
isa = PBXGroup;
children = (
CD83F73526FC7D74007A8F26 /* CoreLocation.framework */,
CD69DBC12666381500FD2A7C /* OneWeatherAnalytics.framework */,
CEEF40F8265E2EE600425D8F /* OneWeatherCore.framework */,
DC8609DE6ABD091828706B58 /* Pods_CoreDataStorage.framework */,
......
......@@ -2,6 +2,7 @@ import Foundation
import CoreData
import OneWeatherCore
import OneWeatherAnalytics
import CoreLocation
@objc(CoreLocation)
open class CoreLocation: _CoreLocation, CoreDataAppModelConvertable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment