-snip-
Um, that's not how you package it. Also, remove any and all DS_Store files.
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
It's a Mac thing. They're invisible.To see them you have to open Terminal and put inCode: [Select]defaults write com.apple.finder AppleShowAllFiles -bool YESAnd thenCode: [Select]killall FinderTo restart finder.