diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2016-07-12 15:06:12 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2016-07-12 15:06:12 -0400 |
commit | fb91d2be524da2b5cc5143df148b1887ecfa75f3 (patch) | |
tree | cea1a622b7cbea9523702ae9f4cddcb71c4dba69 /SmartDeviceLink-iOS.xcodeproj | |
parent | e2459f0c903563324d828023e3e33662feff7302 (diff) | |
download | sdl_ios-fb91d2be524da2b5cc5143df148b1887ecfa75f3.tar.gz |
Fixed a lot of notification handler method names
* Shuffled around files in groups
* Added `managerDidDisconnect` delegate method on SDLManagerDelegate
Diffstat (limited to 'SmartDeviceLink-iOS.xcodeproj')
-rw-r--r-- | SmartDeviceLink-iOS.xcodeproj/project.pbxproj | 42 |
1 files changed, 33 insertions, 9 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj index 0bec1ffa3..b897be0af 100644 --- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj +++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj @@ -863,7 +863,7 @@ 5DE372A61ACC35B400849FAA /* SDLDebugToolConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DE372A51ACC35B400849FAA /* SDLDebugToolConsole.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5DE5ABB71B0E38C90067BB02 /* SDLSystemRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D61FBD21A84238B00846EE7 /* SDLSystemRequest.h */; }; 5DE5ABB81B0E38C90067BB02 /* SDLSystemRequestResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D61FBD41A84238B00846EE7 /* SDLSystemRequestResponse.h */; }; - 5DFFB9151BD7C89700DB3F04 /* SDLConnectionManagerType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFFB9141BD7C89700DB3F04 /* SDLConnectionManagerType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5DFFB9151BD7C89700DB3F04 /* SDLConnectionManagerType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFFB9141BD7C89700DB3F04 /* SDLConnectionManagerType.h */; }; E9C32B861AB20B4300F283AF /* NSThread+ThreadIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C32B841AB20B4300F283AF /* NSThread+ThreadIndex.h */; }; E9C32B871AB20B4300F283AF /* NSThread+ThreadIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = E9C32B851AB20B4300F283AF /* NSThread+ThreadIndex.m */; }; E9C32B911AB20BA200F283AF /* SDLIAPSession.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C32B891AB20BA200F283AF /* SDLIAPSession.h */; }; @@ -3200,17 +3200,11 @@ 5DA3F3611BC448690026F2D0 /* Handler Additions */, 5DA3F3561BC4480E0026F2D0 /* Utilities */, 5D8204171BCD80A200D0A41B /* Configurations */, - 5D82042A1BCEA91E00D0A41B /* Files */, - 5D8204291BCEA91400D0A41B /* Permissions */, + 5DBAE0A61D355EF200CE00BF /* Managers */, + 5DBAE0A71D355F0C00CE00BF /* Dispatchers */, 5DA3F36E1BC4489A0026F2D0 /* SDLManager.h */, 5DA3F36F1BC4489A0026F2D0 /* SDLManager.m */, 5D2F58071D0717D5001085CE /* SDLManagerDelegate.h */, - 5D4D67AA1D2ED37A00468B4A /* SDLNotificationDispatcher.h */, - 5D4D67AB1D2ED37A00468B4A /* SDLNotificationDispatcher.m */, - 5D4D67AE1D2FE2F900468B4A /* SDLResponseDispatcher.h */, - 5D4D67AF1D2FE2F900468B4A /* SDLResponseDispatcher.m */, - 5D4D67B21D30161600468B4A /* SDLLockScreenManager.h */, - 5D4D67B31D30161600468B4A /* SDLLockScreenManager.m */, ); name = "Developer API"; sourceTree = "<group>"; @@ -3334,6 +3328,36 @@ name = "Prioritized Objects"; sourceTree = "<group>"; }; + 5DBAE0A51D355EE700CE00BF /* Lock Screen */ = { + isa = PBXGroup; + children = ( + 5D4D67B21D30161600468B4A /* SDLLockScreenManager.h */, + 5D4D67B31D30161600468B4A /* SDLLockScreenManager.m */, + ); + name = "Lock Screen"; + sourceTree = "<group>"; + }; + 5DBAE0A61D355EF200CE00BF /* Managers */ = { + isa = PBXGroup; + children = ( + 5D82042A1BCEA91E00D0A41B /* Files */, + 5D8204291BCEA91400D0A41B /* Permissions */, + 5DBAE0A51D355EE700CE00BF /* Lock Screen */, + ); + name = Managers; + sourceTree = "<group>"; + }; + 5DBAE0A71D355F0C00CE00BF /* Dispatchers */ = { + isa = PBXGroup; + children = ( + 5D4D67AA1D2ED37A00468B4A /* SDLNotificationDispatcher.h */, + 5D4D67AB1D2ED37A00468B4A /* SDLNotificationDispatcher.m */, + 5D4D67AE1D2FE2F900468B4A /* SDLResponseDispatcher.h */, + 5D4D67AF1D2FE2F900468B4A /* SDLResponseDispatcher.m */, + ); + name = Dispatchers; + sourceTree = "<group>"; + }; 5DCC199D1B8221D2004FFAD9 /* HTTP Connection */ = { isa = PBXGroup; children = ( |