grahamgilbert / munki-dnd

A 'do not disturb' menubar app for Munki
Apache License 2.0
23 stars 1 forks source link

Installer contains superflous files #2

Open bochoven opened 9 years ago

bochoven commented 9 years ago

There are a lot of ._ files in the installer:

pkgutil --files com.grahamgilbert.msc_dnd
Applications
Applications/._Managed Software Center DND.app
Applications/Managed Software Center DND.app
Applications/Managed Software Center DND.app/._Contents
Applications/Managed Software Center DND.app/Contents
Applications/Managed Software Center DND.app/Contents/._Info.plist
Applications/Managed Software Center DND.app/Contents/._MacOS
Applications/Managed Software Center DND.app/Contents/._PkgInfo
Applications/Managed Software Center DND.app/Contents/._Resources
Applications/Managed Software Center DND.app/Contents/Frameworks
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftCore.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftCoreGraphics.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftDarwin.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftDispatch.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftFoundation.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftObjectiveC.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftQuartzCore.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/._libswiftSecurity.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftAppKit.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftCore.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftCoreGraphics.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftDarwin.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftDispatch.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftFoundation.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftObjectiveC.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftQuartzCore.dylib
Applications/Managed Software Center DND.app/Contents/Frameworks/libswiftSecurity.dylib
Applications/Managed Software Center DND.app/Contents/Info.plist
Applications/Managed Software Center DND.app/Contents/MacOS
Applications/Managed Software Center DND.app/Contents/MacOS/._Managed Software Center DND
Applications/Managed Software Center DND.app/Contents/MacOS/Managed Software Center DND
Applications/Managed Software Center DND.app/Contents/PkgInfo
Applications/Managed Software Center DND.app/Contents/Resources
Applications/Managed Software Center DND.app/Contents/Resources/._AppIcon.icns
Applications/Managed Software Center DND.app/Contents/Resources/._Assets.car
Applications/Managed Software Center DND.app/Contents/Resources/._Base.lproj
Applications/Managed Software Center DND.app/Contents/Resources/._DNDViewController.nib
Applications/Managed Software Center DND.app/Contents/Resources/AppIcon.icns
Applications/Managed Software Center DND.app/Contents/Resources/Assets.car
Applications/Managed Software Center DND.app/Contents/Resources/Base.lproj
Applications/Managed Software Center DND.app/Contents/Resources/Base.lproj/._MainMenu.nib
Applications/Managed Software Center DND.app/Contents/Resources/Base.lproj/MainMenu.nib
Applications/Managed Software Center DND.app/Contents/Resources/DNDViewController.nib
Applications/Managed Software Center DND.app/Contents/_CodeSignature
Applications/Managed Software Center DND.app/Contents/_CodeSignature/CodeResources
usr
usr/local
usr/local/munki
usr/local/munki/preflight.d
usr/local/munki/preflight.d/._munki-dnd.py
usr/local/munki/preflight.d/munki-dnd.py
grahamgilbert commented 9 years ago

Aren't these just the resource forks?

bochoven commented 9 years ago

Yes, but why are they in the package? Did you build it on a non-hfs volume?

grahamgilbert commented 9 years ago

No, and I'm not seeing them on any of my tests (both my Mac and on fresh VMs). Is anyone else seeing this?

On 14 Jul 2015, at 11:41, Arjen van Bochoven notifications@github.com wrote:

Yes, but why are they in the package? Did you build it on a non-hfs volume?

— Reply to this email directly or view it on GitHub.

bochoven commented 9 years ago

It's just a minor issue, its just that I never saw dot underscore files in a package before. Close if you like.

grahamgilbert commented 9 years ago

What happens if you build the package? It should just require Xcode and The Luggage.

On 14 July 2015 at 16:14, Arjen van Bochoven notifications@github.com wrote:

It's just a minor issue, its just that I never saw dot underscore files in a package before. Close if you like.

— Reply to this email directly or view it on GitHub https://github.com/grahamgilbert/munki-dnd/issues/2#issuecomment-121278700 .