Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ec96ea9 authored by Frank Preel's avatar Frank Preel
Browse files

MacOS Installer procedure

parent 507d6dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@ sources/
.waiting.lock
.cables/
.devices/
.DS_Store

Mac-build/.DS_Store

deleted100644 → 0
−6 KiB

File deleted.

Mac-build/Info.plist

0 → 100644
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleGetInfoString</key>
  <string>Easy Installer</string>
  <key>CFBundleExecutable</key>
  <string>EasyInstaller</string>
  <key>CFBundleIdentifier</key>
  <string>ecorp.easy.installer/ecorp.easy.installer.EasyInstaller</string>
  <key>CFBundleName</key>
  <string>Easy Installer</string>
  <key>CFBundleIconFile</key>
  <string>easy-installer.png</string>
  <key>CFBundleShortVersionString</key>
  <string>0.01</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>IFMajorVersion</key>
  <integer>0</integer>
  <key>IFMinorVersion</key>
  <integer>1</integer>
</dict>
</plist>

Mac-build/README.txt

0 → 100644
+14 −0
Original line number Diff line number Diff line
How to create an installer (.dmg) for MacOs for the Easy Installer

1/ Build the easy installer application normally
2/ Goto this folder (Mac-build)
3/ run the ./mac_package.sh script. This create a folder `EasyInstaller-installer` containing the `EasyInstaller.app` (application)
4/ Launch (on a Mac computer, this can't be done on the server side I guess) the `Disk Utility` Application
5/ Select `File / New Image / Image from Folder`
6/ Select `EasyInstaller-installer` and validate (no Encryption & compressed)
7/ The installer is ready
8/ TODO : The Info.plist file should contains the version number

How to install the EasyInstaller on MacOS
* see https://gitlab.e.foundation/e/devices/easy-installer/-/wikis/MacOS-install
+4.2 KiB
Loading image diff...
Loading