diff options
author | NicoleYarroch <nicole@livio.io> | 2018-07-26 14:31:54 -0400 |
---|---|---|
committer | NicoleYarroch <nicole@livio.io> | 2018-07-26 14:31:54 -0400 |
commit | c103355924654ab2c128cae4e531c3e87d9be7f4 (patch) | |
tree | c6658d4d9c06f03d29694f08431e7881b90a7bd5 /SmartDeviceLink/SDLLifecycleConfiguration.h | |
parent | 5e9a1f7fdbb368391c741caf16839ee59f72a5df (diff) | |
download | sdl_ios-c103355924654ab2c128cae4e531c3e87d9be7f4.tar.gz |
Finished up the RAI `fullAppId` additions
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink/SDLLifecycleConfiguration.h')
-rw-r--r-- | SmartDeviceLink/SDLLifecycleConfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLifecycleConfiguration.h b/SmartDeviceLink/SDLLifecycleConfiguration.h index 44ddfb43f..e83f991e9 100644 --- a/SmartDeviceLink/SDLLifecycleConfiguration.h +++ b/SmartDeviceLink/SDLLifecycleConfiguration.h @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The app id. This must be the same as the app id received from the SDL developer portal or OEM. If set, the `appId` parameter will be set automatically to the first 10 non-dash characters. */ -@property (strong, nonatomic) NSString *fullAppId; +@property (strong, nonatomic, readonly) NSString *fullAppId; /** * A hash id which should be passed to the remote system in the RegisterAppInterface |