Slice Posted February 18, 2020 Share Posted February 18, 2020 7 hours ago, vector sigma said: Not sure why this always happens to Slice while mine it's ok. I'll ensure (in buildme) zip is the Apple one by hard coding its path. Wait. Resource forks are added when the filesystem is not on an hfs/apfs volume . May be @Slice has Clover in to a DOS partition?? My compilation works for me. As well I see no other claims about Release-5104. Link to comment Share on other sites More sharing options...
D-an-W Posted February 18, 2020 Share Posted February 18, 2020 (edited) 5104 wouldn't open here either but 5103 from the first page of this thread does. I had to use the "xattr -rc" command to get 5104 to run. Edited February 18, 2020 by D-an-W 1 Link to comment Share on other sites More sharing options...
vector sigma Posted February 18, 2020 Author Share Posted February 18, 2020 14 hours ago, D-an-W said: 5104 wouldn't open here either but 5103 from the first page of this thread does. please retry to redownload it... but before opening it try with: sudo spctl --master-disable let me know Link to comment Share on other sites More sharing options...
D-an-W Posted February 19, 2020 Share Posted February 19, 2020 Will do thanks, having trouble with the AIO Cooler on this setup at the moment (One warm pipe one cold), I suspect the pump has done its time (7 years!). Once I get it replaced will report back. Link to comment Share on other sites More sharing options...
Slice Posted February 21, 2020 Share Posted February 21, 2020 @vector sigma Can you include clover-genconfig functionality into Clover.app? I think it is good place. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted February 22, 2020 Author Share Posted February 22, 2020 9 hours ago, Slice said: @vector sigma Can you include clover-genconfig functionality into Clover.app? I think it is good place. I think I can 3 Link to comment Share on other sites More sharing options...
Slice Posted March 1, 2020 Share Posted March 1, 2020 Thanks, it works! Now we can exclude clover-genconfig! There are real config and generated one. We have to correct something in the generation but mostly it works as it should. For examples some new fields in config not shown in generated. 2 2 Link to comment Share on other sites More sharing options...
vector sigma Posted March 1, 2020 Author Share Posted March 1, 2020 11 minutes ago, Slice said: We have to correct something in the generation but mostly it works as it should. For examples some new fields in config not shown in generated. I'm all ears Link to comment Share on other sites More sharing options...
vector sigma Posted March 1, 2020 Author Share Posted March 1, 2020 (edited) @Slice should I create our plist editor.. just like the old Xcode where Data shown all bytes instead of display them truncated?? vs I prefear the old one.. if data is long then there is a truncation, very unpleasant. Edited March 1, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Slice Posted March 1, 2020 Share Posted March 1, 2020 Just now, vector sigma said: @Slice should I create our plist editor.. just like the old Xcode where Data shown all bytes instead of display them truncated?? It will be nice. PlistEditPro has one disagreeable property. It will resort lines in config so it became impossible to see a diff. I wish your application will keep lines in the original order. Or may be you'll make an application to compare two configs with different lines order? Link to comment Share on other sites More sharing options...
vector sigma Posted March 1, 2020 Author Share Posted March 1, 2020 (edited) 4 minutes ago, Slice said: I wish your application will keep lines in the original order. granted! ... for xml plist (we can't for binary plist) 4 minutes ago, Slice said: Or may be you'll make an application to compare two configs with different lines order? That would be more complicated. I need to think on a complex algo.. Edited March 1, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Slice Posted March 1, 2020 Share Posted March 1, 2020 May be assign internal line number to each original line? Each original <key>. Link to comment Share on other sites More sharing options...
vector sigma Posted March 1, 2020 Author Share Posted March 1, 2020 2 minutes ago, Slice said: May be assign internal line number to each original line? More than the lines is the content that makes the big difference. I think you would see if inside "Devices", for example, there is a key/value pair that doesn't exists on another plist. So I guess each row that doesn't exist or have a different value should be marked with a red line.. regardless of the position of the "node" inside its contenitor (which eventually makes difference if the contenitor it's an array. Dictionaries cannot be considered different if have the same exact key/value pairs). ... going to write some code for the plist editor which it's only on my mind yet 2 Link to comment Share on other sites More sharing options...
exquirentibus Posted March 5, 2020 Share Posted March 5, 2020 On 2/21/2020 at 9:46 AM, Slice said: @vector sigma Can you include clover-genconfig functionality into Clover.app? I think it is good place. On 2/21/2020 at 7:00 PM, vector sigma said: I think I can I've been having an issue upgrading from 10.14.6+ to 10.15.3 and it might be due to my config.plist (originally generated when getting 10.12.x working). I'm guessing it has a bit of accumulated detritus? I describe my EFI and have -v images a full EFI.zip located in this thread: Upgrade 10.14.6 to 10.15.3 failed. have -v output and EFI where I'm getting an appleNVMe Assert failed during the final restart of the upgrade. Could I generate an 'improved' config.plist using this tool that might solve my problems - or should I be looking elsewhere? BTW - your group is developing Really Exciting tools - just amazing what you've accomplished!! Link to comment Share on other sites More sharing options...
Slice Posted March 10, 2020 Share Posted March 10, 2020 @vector sigma Quote using Xcode 11.3.1 - Building Clover.app... ** BUILD FAILED ** The following build commands failed: PrecompileSwiftBridgingHeader normal x86_64 CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (2 failures) Link to comment Share on other sites More sharing options...
Slice Posted March 10, 2020 Share Posted March 10, 2020 I found and fixed the issue. 1 Link to comment Share on other sites More sharing options...
Slice Posted March 12, 2020 Share Posted March 12, 2020 May be add functionality to "optimize" button to convert ICNS format to PNG format? Then issues with some themes can be resolved. 2 Link to comment Share on other sites More sharing options...
vector sigma Posted March 12, 2020 Author Share Posted March 12, 2020 (edited) 8 hours ago, Slice said: May be add functionality to "optimize" button to convert ICNS format to PNG format? Then issues with some themes can be resolved. It actually doing this, doesn't work? P.S. the ".icns" is left as is. EDIT here the commit Edited March 12, 2020 by vector sigma Link to comment Share on other sites More sharing options...
vector sigma Posted March 12, 2020 Author Share Posted March 12, 2020 (edited) On 3/10/2020 at 8:09 PM, Slice said: I found and fixed the issue. Later I've disconnected Clover.app from EDK2 and Clover's headers. I made a copy of SETTING_DATA structure internally so the compilation will always be good. here the commit. This is the header where I made the copy of each needed structures (from edk2 and from Clover). Should be nice if everythings after line 66 will be in a single header (c style) in Clover for the future. Can also stay this way and if anything is modified just we need to take this into account. Edited March 12, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Slice Posted March 13, 2020 Share Posted March 13, 2020 8 hours ago, vector sigma said: Later I've disconnected Clover.app from EDK2 and Clover's headers. I made a copy of SETTING_DATA structure internally so the compilation will always be good. here the commit. This is the header where I made the copy of each needed structures (from edk2 and from Clover). Should be nice if everythings after line 66 will be in a single header (c style) in Clover for the future. Can also stay this way and if anything is modified just we need to take this into account. Most of these definitions are already outdated. We will switch to C++ with other structures. You should have only SETTING_DATA and be sure all fields have exactly same offsets. Taking into account we may edit the structure in the future I will propose to reserve some amount of fields to be able to redefine for example pad17 -> NewSetting so that old genconfig will work with new data just not showing new fields. Link to comment Share on other sites More sharing options...
D-an-W Posted March 13, 2020 Share Posted March 13, 2020 Does the app now require installing (.pkg)? Link to comment Share on other sites More sharing options...
vector sigma Posted March 13, 2020 Author Share Posted March 13, 2020 20 minutes ago, D-an-W said: Does the app now require installing (.pkg)? No. The installer only takes the step to remove the quarantine attributes that Safari adds for programs coming from unknown developers, i.e Us... (because known developers by Apple receive a certificate that identify you with name, address, email etc... and all after you paid for it). The fix performed by the pkg is this .... to avoid this. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted March 13, 2020 Author Share Posted March 13, 2020 Not yet fully functional.... but the "core" of our Property List Editor (in art called plist editor) is here: after five days that almost every activities already stop and closed, today it is my first day of full stop of every things. Looks like We're now living in the world of void due to the Corona Virus and I wrote thousands of lines of code in no time... just to pass the time . 4 Link to comment Share on other sites More sharing options...
Slice Posted March 14, 2020 Share Posted March 14, 2020 Hope you are well! 4 Link to comment Share on other sites More sharing options...
vector sigma Posted March 14, 2020 Author Share Posted March 14, 2020 4 hours ago, Slice said: Hope you are well! Yes I am, thanks 2 Link to comment Share on other sites More sharing options...
Recommended Posts