-
- Downloads
MAINT-2155: replace embedded mac-updater.app with a Python script.
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here).
Showing
- indra/CMakeLists.txt 1 addition, 2 deletionsindra/CMakeLists.txt
- indra/mac_updater/AutoUpdater.nib 0 additions, 0 deletionsindra/mac_updater/AutoUpdater.nib
- indra/mac_updater/AutoUpdater.xib 0 additions, 520 deletionsindra/mac_updater/AutoUpdater.xib
- indra/mac_updater/CMakeLists.txt 0 additions, 89 deletionsindra/mac_updater/CMakeLists.txt
- indra/mac_updater/Info.plist 0 additions, 26 deletionsindra/mac_updater/Info.plist
- indra/mac_updater/MacUpdater-Info.plist 0 additions, 30 deletionsindra/mac_updater/MacUpdater-Info.plist
- indra/mac_updater/MacUpdaterAppDelegate.h 0 additions, 60 deletionsindra/mac_updater/MacUpdaterAppDelegate.h
- indra/mac_updater/MacUpdaterAppDelegate.mm 0 additions, 288 deletionsindra/mac_updater/MacUpdaterAppDelegate.mm
- indra/mac_updater/mac_updater.cpp 0 additions, 659 deletionsindra/mac_updater/mac_updater.cpp
- indra/mac_updater/mac_updater.h 0 additions, 91 deletionsindra/mac_updater/mac_updater.h
- indra/mac_updater/main.m 0 additions, 34 deletionsindra/mac_updater/main.m
- indra/newview/CMakeLists.txt 2 additions, 3 deletionsindra/newview/CMakeLists.txt
- indra/newview/viewer_manifest.py 4 additions, 3 deletionsindra/newview/viewer_manifest.py
- indra/viewer_components/updater/llupdaterservice.cpp 4 additions, 0 deletionsindra/viewer_components/updater/llupdaterservice.cpp
- indra/viewer_components/updater/scripts/darwin/janitor.py 133 additions, 0 deletionsindra/viewer_components/updater/scripts/darwin/janitor.py
- indra/viewer_components/updater/scripts/darwin/messageframe.py 66 additions, 0 deletions.../viewer_components/updater/scripts/darwin/messageframe.py
- indra/viewer_components/updater/scripts/darwin/update_install 0 additions, 10 deletions...a/viewer_components/updater/scripts/darwin/update_install
- indra/viewer_components/updater/scripts/darwin/update_install.py 336 additions, 0 deletions...iewer_components/updater/scripts/darwin/update_install.py
Loading
Please register or sign in to comment