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

Compare commits

..

No commits in common. "b826c856fc7b4717e7c2f908dfd6a1452dcdb1d8" and "b43412b13510983639962e813aadff5d47fc6f65" have entirely different histories.

3 changed files with 4 additions and 12 deletions

View File

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

View File

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

View File

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