summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-04-04 15:28:12 -0400
committerNicoleYarroch <nicole@livio.io>2018-04-04 15:28:12 -0400
commit5791341b51275d027656e367f8c65ec67156cd30 (patch)
tree9c3f5700b51542755b593883d7638daf2fa1d322
parent22000a406c46f43febe3a050bb8414f1f3465142 (diff)
downloadsdl_ios-5791341b51275d027656e367f8c65ec67156cd30.tar.gz
Fixed screen manager documentation in SDLManager class
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist8
-rw-r--r--SmartDeviceLink/SDLManager.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SmartDeviceLink-iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 000000000..18d981003
--- /dev/null
+++ b/SmartDeviceLink-iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -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>IDEDidComputeMac32BitWarning</key>
+ <true/>
+</dict>
+</plist>
diff --git a/SmartDeviceLink/SDLManager.h b/SmartDeviceLink/SDLManager.h
index 17abe9b52..332e153b8 100644
--- a/SmartDeviceLink/SDLManager.h
+++ b/SmartDeviceLink/SDLManager.h
@@ -97,7 +97,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
@property (strong, nonatomic, readonly, nullable) SDLStreamingMediaManager *streamManager;
/**
- * The screen manager for sending SDLShow RPCs.
+ * The screen manager for sending UI related RPCs.
*/
@property (strong, nonatomic, readonly) SDLScreenManager *screenManager;