Forgot a single file. Affects Mac only.
This commit is contained in:
@@ -443,7 +443,7 @@ class DarwinManifest(ViewerManifest):
|
|||||||
self.path(self.args['configuration'] + "/" + self.app_name() + ".app", dst="")
|
self.path(self.args['configuration'] + "/" + self.app_name() + ".app", dst="")
|
||||||
|
|
||||||
if self.prefix(src="", dst="Contents"): # everything goes in Contents
|
if self.prefix(src="", dst="Contents"): # everything goes in Contents
|
||||||
self.path(self.info_plist_name(), dst="Info.plist")
|
self.path(self.info_plist_name(), dst="Info-Ascent.plist")
|
||||||
|
|
||||||
# copy additional libs in <bundle>/Contents/MacOS/
|
# copy additional libs in <bundle>/Contents/MacOS/
|
||||||
self.path("../../libraries/universal-darwin/lib_release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")
|
self.path("../../libraries/universal-darwin/lib_release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")
|
||||||
@@ -460,15 +460,7 @@ class DarwinManifest(ViewerManifest):
|
|||||||
self.path("featuretable_mac.txt")
|
self.path("featuretable_mac.txt")
|
||||||
self.path("SecondLife.nib")
|
self.path("SecondLife.nib")
|
||||||
|
|
||||||
if self.viewer_branding_id()=='secondlife':
|
self.path("Ascent.icns")
|
||||||
# If we are not using the default channel, use the 'Firstlook
|
|
||||||
# icon' to show that it isn't a stable release.
|
|
||||||
if self.default_channel() and self.default_grid():
|
|
||||||
self.path("secondlife.icns")
|
|
||||||
else:
|
|
||||||
self.path("secondlife_firstlook.icns", "secondlife.icns")
|
|
||||||
elif self.viewer_branding_id()=="snowglobe":
|
|
||||||
self.path("snowglobe.icns")
|
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
self.path("English.lproj")
|
self.path("English.lproj")
|
||||||
@@ -495,17 +487,6 @@ class DarwinManifest(ViewerManifest):
|
|||||||
self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib")
|
self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib")
|
||||||
self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice")
|
self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice")
|
||||||
|
|
||||||
# need to get the kdu dll from any of the build directories as well
|
|
||||||
try:
|
|
||||||
self.path(self.find_existing_file('../llkdu/%s/libllkdu.dylib' % self.args['configuration'],
|
|
||||||
'../../build-darwin-universal-Release/llkdu/Release/libllkdu.dylib',
|
|
||||||
"../../libraries/universal-darwin/lib_release/libllkdu.dylib"),
|
|
||||||
dst='libllkdu.dylib')
|
|
||||||
pass
|
|
||||||
except:
|
|
||||||
print "Skipping libllkdu.dylib"
|
|
||||||
pass
|
|
||||||
|
|
||||||
#libfmodwrapper.dylib
|
#libfmodwrapper.dylib
|
||||||
self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib")
|
self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib")
|
||||||
|
|
||||||
@@ -524,6 +505,9 @@ class DarwinManifest(ViewerManifest):
|
|||||||
|
|
||||||
self.end_prefix("llplugin")
|
self.end_prefix("llplugin")
|
||||||
|
|
||||||
|
# skins
|
||||||
|
self.path("skins")
|
||||||
|
|
||||||
# Per platform MIME config on the cheap. See SNOW-307 / DEV-41388
|
# Per platform MIME config on the cheap. See SNOW-307 / DEV-41388
|
||||||
self.path("skins/default/xui/en-us/mime_types_mac.xml", "skins/default/xui/en-us/mime_types.xml")
|
self.path("skins/default/xui/en-us/mime_types_mac.xml", "skins/default/xui/en-us/mime_types.xml")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user