Archived
1

Archive Project

This commit is contained in:
Kim Wittenburg
2017-07-25 16:07:48 +02:00
parent 641cb5b435
commit ca3436da44
37 changed files with 9402 additions and 1599 deletions

44
Brainfuck/Brainfuck-Info.plist Normal file → Executable file
View File

@@ -12,23 +12,33 @@
<string>brainfuck</string>
</array>
<key>CFBundleTypeIconFile</key>
<string></string>
<string>BrainfuckDocument.icns</string>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<string>Brainfuck Document</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>tk.brainfuck</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>Document</string>
<key>NSExportableTypes</key>
<array>
<string>tk.brainfuck</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<string>Brainfuck</string>
<key>CFBundleIdentifier</key>
<string>tk.brainfuck.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -53,5 +63,33 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>Brainfuck Document</string>
<key>UTTypeIconFile</key>
<string>BrainfuckDocument</string>
<key>UTTypeIdentifier</key>
<string>tk.brainfuck</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<array>
<string>????</string>
</array>
<key>public.filename-extension</key>
<array>
<string>brainfuck</string>
</array>
<key>public.mime-type</key>
<array/>
</dict>
</dict>
</array>
</dict>
</plist>