Commit 2ff6aa6 1 parent f69b28b commit 2ff6aa6 Copy full SHA for 2ff6aa6
File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all app clean mrproper
2
2
3
- all : app
3
+ all : app iaito.dmg
4
4
5
5
app : ../../build/iaito.app radare2-unpkg
6
6
mkdir disk
7
7
cp -a ../../build/iaito.app disk/
8
8
scripts/embed-radare2.sh radare2-unpkg disk/iaito.app
9
- cd disk && macdeployqt iaito.app -dmg -verbose=2
10
- mv disk/* .dmg .
9
+ macdeployqt disk/iaito.app -verbose=2
10
+
11
+ iaito.dmg : app
12
+ cp doc/README.txt disk/READ_THIS_FIRST.txt
13
+ ln -fs /Applications disk/
14
+ hdiutil create -format UDZO -fs APFS -volname iaito -srcfolder disk iaito
11
15
12
16
radare2-unpkg : radare2.pkg
13
17
pkgutil --expand-full $< $@
@@ -21,7 +25,7 @@ radare2.pkg:
21
25
$(MAKE ) -C ../.. QMAKE_FLAGS=IAITO_BUNDLE_R2_APPBUNDLE=true
22
26
23
27
clean :
24
- rm -rf disk radare2-unpkg
28
+ rm -rf radare2-unpkg disk iaito.dmg
25
29
26
30
mrproper : clean
27
31
rm -f radare2.pkg
Original file line number Diff line number Diff line change
1
+ IMPORTANT!
2
+
3
+ To install iaito you can drag and drop the application to /Applications.
4
+ But then you are required to run this commands from Terminal before you can execute for the first time.
5
+
6
+ sudo xattr -c /Applications/iaito.app
7
+ sudo codesign --force --deep --sign - /Applications/iaito.app
You can’t perform that action at this time.
0 commit comments