diff --git a/installer/installbuilder/project.xml b/installer/installbuilder/project.xml index b69d9b3ad..1e22a8833 100644 --- a/installer/installbuilder/project.xml +++ b/installer/installbuilder/project.xml @@ -106,18 +106,9 @@ it and relaunch the installer. - - /usr/local/var/lib/dbus - - - osx - - - - bin/dbus-uuidgen - --ensure=/usr/local/var/lib/dbus/machine-id - ${installdir} + ${installdir}/bin/dbus-uuidgen + --ensure=/etc/machine-id osx @@ -125,7 +116,7 @@ it and relaunch the installer. - ${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist + /Library/LaunchAgents/org.freedesktop.dbus-session.plist utf-8 @@ -160,8 +151,8 @@ it and relaunch the installer. launchctl - load -w ${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist - ${installdir} + load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist + ${env(USER)} osx @@ -233,7 +224,7 @@ it and relaunch the uninstaller. launchctl remove org.freedesktop.dbus-session.plist - ${installdir} + ${env(USER)} osx @@ -241,7 +232,15 @@ it and relaunch the uninstaller. - ${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist + /Library/LaunchAgents/org.freedesktop.dbus-session.plist + + + osx + + + + + /etc/machine-id osx @@ -256,38 +255,6 @@ it and relaunch the uninstaller. - - /usr/local/var/lib/dbus - - - osx - - - - - /usr/local/var/lib - - - osx - - - is_empty - /usr/local/var/lib - - - - - /usr/local/var - - - osx - - - is_empty - /usr/local/var - - - 1 lzma @@ -300,6 +267,8 @@ it and relaunch the uninstaller. 1 ../images/swiftinstaller.icns org.swift-project.macinstaller + + osx-intel osx-x86_64 ../images/swiftinstaller.icns . ${installdir}/share/icons/swiftinstaller.ico @@ -320,7 +289,7 @@ it and relaunch the uninstaller. utf-8 ${build_project_directory}/lang/alf-en.po --> - + ${installdir}/bin/swiftlauncher @@ -334,9 +303,10 @@ it and relaunch the uninstaller. - ${Installdir}/bin/swiftlauncher.app/Contents/MacOS/swiftlauncher - -i --bootstrapurl https://datastore.swift-project.org/shared/ & + open + ${Installdir}/bin/swiftlauncher.app --args -i --bootstrapurl https://datastore.swift-project.org/shared/ & Run swift launcher wizard + ${env(USER)} osx