Lines Matching refs:plist
4 # osx-app [-s] [-l /path/to/libraries] -py /path/to/python/modules [-l /path/to/libraries] -b /path/to/bin/inkscape -p /path/to/Info.plist
11 # The Info.plist file can be found in the base inkscape directory once
59 $0 [-s] [-l /path/to/libraries] -py /path/to/python/modules -b /path/to/bin/inkscape -p /path/to/Info.plist
75 \033[1m-p,--plist\033[0m
76 specify the path to Info.plist. Info.plist can be found
83 $0 -s -py ~/python-modules -l /opt/local -b ../../Build/bin/inkscape -p ../../Info.plist
106 -p|--plist)
107 plist="$2"
137 if [ "x$plist" == "x" ]; then
138 echo "Info.plist file not specified." >&2
142 if [ ! -f "$plist" ]; then
143 echo "Info.plist file not found at $plist." >&2
331 # the Info.plist file which is filled in by the configure script.
422 # Info.plist
423 $cp_cmd "$plist" "$package/Contents/Info.plist"
425 /usr/libexec/PlistBuddy -x -c "Set :CGDisableCoalescedUpdates 1" "${package}/Contents/Info.plist"
545 # PkgInfo must match bundle type and creator code from Info.plist