Skip to content
Snippets Groups Projects
Commit ef27fe3c authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

CHOP-239: reconcile LL_VERSION_BUNDLE_ID with Info-SecondLife.plist.

The bundle ID is found in llversionviewer.h, Info-SecondLife.plist and
mac_updater.cpp. The latter two state it as "com.secondlife.indra.viewer".
llversionviewer.h stated it as "com.secondlife.snowglobe.viewer". Changing it
to "indra" to be consistent. For further discussion, please see the Jira.
parent 39e43036
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ const S32 LL_VERSION_BUILD = 0; ...@@ -35,7 +35,7 @@ const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer"; const char * const LL_CHANNEL = "Second Life Developer";
#if LL_DARWIN #if LL_DARWIN
const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.snowglobe.viewer"; const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.indra.viewer";
#endif #endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment