chiark / gitweb /
Add proper quick look plugin for STL.
authorIlya Kulakov <kulakov.ilya@gmail.com>
Sat, 22 Dec 2012 10:19:58 +0000 (17:19 +0700)
committerIlya Kulakov <kulakov.ilya@gmail.com>
Sat, 22 Dec 2012 10:19:58 +0000 (17:19 +0700)
scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Info.plist [new file with mode: 0644]
scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook [new file with mode: 0644]
scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook
scripts/darwin/STLQuickLook.qlgenerator/Contents/Resources/stlTagImage.png [changed mode: 0755->0644]

diff --git a/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Info.plist b/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Info.plist
new file mode 100644 (file)
index 0000000..e20e02b
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key>
+               <string>com.apple.xcode.dsym.com.pleasantsoftware.qlgenerator.STLQuickLook</string>
+               <key>CFBundleInfoDictionaryVersion</key>
+               <string>6.0</string>
+               <key>CFBundlePackageType</key>
+               <string>dSYM</string>
+               <key>CFBundleSignature</key>
+               <string>????</string>
+               <key>CFBundleShortVersionString</key>
+               <string>1.1</string>
+               <key>CFBundleVersion</key>
+               <string>2</string>
+       </dict>
+</plist>
diff --git a/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook b/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook
new file mode 100644 (file)
index 0000000..f2dec2f
Binary files /dev/null and b/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook differ
index f0046901a72584609ade461c907511757c58e587..02dbebaeceb8c84a0de528c9e2cdd02f4502684f 100755 (executable)
Binary files a/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook and b/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook differ