Loading contrib/osx/TorBundleInfo.plist.in +0 −15 Original line number Diff line number Diff line Loading @@ -12,21 +12,6 @@ <string>@VERSION@</string> <key>IFPkgFlagComponentDirectory</key> <string>../.contained_packages</string> <key>IFRequirementDicts</key> <array> <dict> <key>SpecType</key> <string>plist</string> <key>SpecArgument</key> <string>/System/Library/CoreServices/SystemVersion.plist</string> <key>SpecProperty</key> <string>ProductVersion</string> <key>TestOperator</key> <string>>=</string> <key>TestObject</key> <string>OSVER</string> </dict> </array> <key>IFPkgFlagPackageList</key> <array> <dict> Loading contrib/osx/package.sh +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ mkdir -p "$MPKG/Contents/Resources" echo -n "pmkrpkg1" > "$MPKG/Contents/PkgInfo" cp contrib/osx/ReadMe.rtf "$MPKG/Contents/Resources" #cp contrib/osx/License.rtf "$MPKG/Contents/Resources" sed -E -e "s/OSVER/$OSVER/" contrib/osx/TorBundleInfo.plist > "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleInfo.plist "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleWelcome.rtf "$MPKG/Contents/Resources/Welcome.rtf" cp contrib/osx/TorBundleDesc.plist "$MPKG/Contents/Resources/Description.plist" cp contrib/osx/tor_logo.gif "$MPKG/Contents/Resources/background.gif" Loading Loading
contrib/osx/TorBundleInfo.plist.in +0 −15 Original line number Diff line number Diff line Loading @@ -12,21 +12,6 @@ <string>@VERSION@</string> <key>IFPkgFlagComponentDirectory</key> <string>../.contained_packages</string> <key>IFRequirementDicts</key> <array> <dict> <key>SpecType</key> <string>plist</string> <key>SpecArgument</key> <string>/System/Library/CoreServices/SystemVersion.plist</string> <key>SpecProperty</key> <string>ProductVersion</string> <key>TestOperator</key> <string>>=</string> <key>TestObject</key> <string>OSVER</string> </dict> </array> <key>IFPkgFlagPackageList</key> <array> <dict> Loading
contrib/osx/package.sh +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ mkdir -p "$MPKG/Contents/Resources" echo -n "pmkrpkg1" > "$MPKG/Contents/PkgInfo" cp contrib/osx/ReadMe.rtf "$MPKG/Contents/Resources" #cp contrib/osx/License.rtf "$MPKG/Contents/Resources" sed -E -e "s/OSVER/$OSVER/" contrib/osx/TorBundleInfo.plist > "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleInfo.plist "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleWelcome.rtf "$MPKG/Contents/Resources/Welcome.rtf" cp contrib/osx/TorBundleDesc.plist "$MPKG/Contents/Resources/Description.plist" cp contrib/osx/tor_logo.gif "$MPKG/Contents/Resources/background.gif" Loading