Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] MacOS .dmg vs .tar.gz

Hi Liviu,

Is that different to how 2020-09 R is? How about compared to the eclipse Platform's M2: https://download.eclipse.org/eclipse/downloads/drops4/I20201106-0710/

Thanks for the extra info.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Fri, 6 Nov 2020 at 16:57, Liviu Ionescu <ilg@xxxxxxxxxx> wrote:
I'm reusing this thread, since it is a continuation of the discussion related to the subject.

>From the new M2 URL:

I downloaded the eclipse-cpp-2020-09-R-macosx-cocoa-x86_64.dmg file using the browser, into $HOME/Downloads.

I opened the .dmg (with double click in Finder) and used drag & drop to copy Eclipse.app into $HOME/tmp.

When I checked the result, the entire folder seems to be quarantined:

ilg@wks ~ % cd tmp
ilg@wks tmp % xattr Eclipse.app
com.apple.quarantine
ilg@wks tmp % xattr Eclipse.app/Contents
com.apple.quarantine
ilg@wks tmp % xattr Eclipse.app/Contents/Info.plist
com.apple.quarantine
ilg@wks tmp %

Similarly, I downloaded eclipse-embedcpp-2020-12-M2-macosx-cocoa-x86_64.tar.gz from the same URL.

cd ~/tmp
mv Eclipse.app Eclipse-dmg.app
tar xf ~/Downloads/eclipse-embedcpp-2020-12-M2-macosx-cocoa-x86_64.tar.gz

The result is also quarantined, exactly like the previous one.

When opening the two Eclipses for the first time they behaved absolutely identically, the user was asked to confirm opening an app downloaded from internet, and if confirmed, the two Eclipses appeared equally functional.

Can some other Mac user confirm this behaviour?

I'm using macOS 10.15.7.


Thank you,

Liviu


_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top