1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 20:29:10 +02:00

Compare commits

...

2 Commits

3 changed files with 12 additions and 4 deletions

View File

@ -2,8 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>NSPrincipalClass</key> <key>CFBundleDevelopmentRegion</key>
<string>NSApplication</string> <string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>GPXSee</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>@ICON@</string> <string>@ICON@</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
@ -16,6 +20,10 @@
<string>@EXECUTABLE@</string> <string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.gpxsee.GPXSee</string> <string>org.gpxsee.GPXSee</string>
<key>CFBundleVersion</key>
<string>@FULL_VERSION@</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>

View File

@ -5,7 +5,7 @@
<key>LprojCompatibleVersion</key> <key>LprojCompatibleVersion</key>
<string>123</string> <string>123</string>
<key>LprojLocale</key> <key>LprojLocale</key>
<string>pt</string> <string>pt_BR</string>
<key>LprojRevisionLevel</key> <key>LprojRevisionLevel</key>
<string>1</string> <string>1</string>
<key>LprojVersion</key> <key>LprojVersion</key>

View File

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
for QM in ../../../lang/*.qm; do for QM in ../../../lang/*.qm; do
LANG=`echo $QM | cut -d'_' -f2 | cut -d. -f1` LANG=`echo $QM | sed s/.\*gpxsee_// | cut -d. -f1`
DIR=../lproj/$LANG.lproj DIR=../lproj/$LANG.lproj
mkdir -p $DIR mkdir -p $DIR
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>