diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-06-15 13:26:09 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-06-15 13:26:09 +0300 |
commit | cfb9a6e3411b52d5916ea809c66d8412d90bfe4d (patch) | |
tree | 3b6dbed2d7cb917b5cf8d5d79914f9553400d268 /indra/newview/viewer_manifest.py | |
parent | 11903fab735d3eb3464bdec5cf11a1027fd2ac3f (diff) | |
parent | a43c997d0a7209da7e1b3d42b3e3998498741764 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 8d2525dd26..0fd3cf5b3b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -559,6 +559,10 @@ class WindowsManifest(ViewerManifest): class DarwinManifest(ViewerManifest): + def is_packaging_viewer(self): + # darwin requires full app bundle packaging even for debugging. + return True + def construct(self): # copy over the build result (this is a no-op if run within the xcode script) self.path(self.args['configuration'] + "/Second Life.app", dst="") |