Skip to content
Snippets Groups Projects
Commit a60f4beb authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Added missing semicolons at mac mime strings end. Removed deprecated...

Added missing semicolons at mac mime strings end. Removed deprecated UTExportedTypeDeclarations from script generating info.plist
parent 8fa925c9
Branches
No related tags found
No related merge requests found
"Nootka level file" = "" "Nootka level file" = "";
"Nootka exam file" = "" "Nootka exam file" = "";
"Nootka level file" = "Úroveň zkoušky programu Nootka" "Nootka level file" = "Úroveň zkoušky programu Nootka";
"Nootka exam file" = "Zkušební soubor programu Nootka" "Nootka exam file" = "Zkušební soubor programu Nootka";
"Nootka level file" = "Nootka-Level Datei" "Nootka level file" = "Nootka-Level Datei";
"Nootka exam file" = "Nootka-Prüfungs Datei" "Nootka exam file" = "Nootka-Prüfungs Datei";
"Nootka level file" = "Fichero de nivel de Nootka" "Nootka level file" = "Fichero de nivel de Nootka";
"Nootka exam file" = "Fichero de examen de Nootka" "Nootka exam file" = "Fichero de examen de Nootka";
"Nootka level file" = "Fichier de niveau Nootka" "Nootka level file" = "Fichier de niveau Nootka";
"Nootka exam file" = "Fichier d'examen Nootka" "Nootka exam file" = "Fichier d'examen Nootka";
...@@ -12,53 +12,6 @@ cat <<EOF ...@@ -12,53 +12,6 @@ cat <<EOF
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.nootka.bin</string>
<key>UTTypeDescription</key>
<string>Nootka level file</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>nel</string>
</array>
<key>public.mime-type</key>
<array>
<string>application/x-nootka</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>org.nootka.bin</string>
<key>UTTypeDescription</key>
<string>Nootka exam file</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>noo</string>
</array>
<key>public.mime-type</key>
<array>
<string>application/x-nootka</string>
</array>
</dict>
</dict>
</array>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
......
"Nootka level file" = "Poziom egzaminu programu Nootka" "Nootka level file" = "Poziom egzaminu programu Nootka";
"Nootka exam file" = "Plik egzaminu programu Nootka" "Nootka exam file" = "Plik egzaminu programu Nootka";
"Nootka level file" = "Файл Нутки с уровнем" "Nootka level file" = "Файл Нутки с уровнем";
"Nootka exam file" = "Файл Нутки с экзаменом" "Nootka exam file" = "Файл Нутки с экзаменом";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment