summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-07 13:47:08 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-07 13:47:08 -0500
commit630bf8f5b7f2705aaa078ddb66e8df70a90901be (patch)
treea99ea739def9947ab7b9a659f83bc6b8627f2f80
parentfde471b55134061ac3288e190857c268a8b4122c (diff)
downloadsdl_ios-630bf8f5b7f2705aaa078ddb66e8df70a90901be.tar.gz
Fixed `RPCRequestNotification` not being added to Cocoapods
Fixed the location of the `RPCRequestNotification` file so the file path in podspecs is correct
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj4
-rw-r--r--SmartDeviceLink/SDLRPCRequestNotification.h (renamed from SmartDeviceLink/Requests/SDLRPCRequestNotification.h)0
-rw-r--r--SmartDeviceLink/SDLRPCRequestNotification.m (renamed from SmartDeviceLink/Requests/SDLRPCRequestNotification.m)0
3 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index e456cdbd4..b0d7a7d0e 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -2972,8 +2972,8 @@
88F65134220C74FD00CAF321 /* SDLWeatherData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLWeatherData.h; sourceTree = "<group>"; };
88F65135220C74FD00CAF321 /* SDLWeatherData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDLWeatherData.m; sourceTree = "<group>"; };
88F89101221DE29A00E056AD /* SDLAsynchronousRPCOperation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLAsynchronousRPCOperation.h; sourceTree = "<group>"; };
- 88FF4E742215FB8200A71361 /* SDLRPCRequestNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLRPCRequestNotification.h; sourceTree = "<group>"; };
- 88FF4E752215FB8200A71361 /* SDLRPCRequestNotification.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDLRPCRequestNotification.m; sourceTree = "<group>"; };
+ 88FF4E742215FB8200A71361 /* SDLRPCRequestNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SDLRPCRequestNotification.h; path = ../SDLRPCRequestNotification.h; sourceTree = "<group>"; };
+ 88FF4E752215FB8200A71361 /* SDLRPCRequestNotification.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SDLRPCRequestNotification.m; path = ../SDLRPCRequestNotification.m; sourceTree = "<group>"; };
8B7B31981F2F7B5700BDC38D /* SDLVideoStreamingCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLVideoStreamingCodec.h; sourceTree = "<group>"; };
8B7B31991F2F7B5700BDC38D /* SDLVideoStreamingCodec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLVideoStreamingCodec.m; sourceTree = "<group>"; };
8B7B319C1F2F7CF700BDC38D /* SDLVideoStreamingProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLVideoStreamingProtocol.h; sourceTree = "<group>"; };
diff --git a/SmartDeviceLink/Requests/SDLRPCRequestNotification.h b/SmartDeviceLink/SDLRPCRequestNotification.h
index e78cd2981..e78cd2981 100644
--- a/SmartDeviceLink/Requests/SDLRPCRequestNotification.h
+++ b/SmartDeviceLink/SDLRPCRequestNotification.h
diff --git a/SmartDeviceLink/Requests/SDLRPCRequestNotification.m b/SmartDeviceLink/SDLRPCRequestNotification.m
index 4ac6250c6..4ac6250c6 100644
--- a/SmartDeviceLink/Requests/SDLRPCRequestNotification.m
+++ b/SmartDeviceLink/SDLRPCRequestNotification.m