Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kulakov <kulakov.ilya@gmail.com>2014-02-18 19:27:55 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2014-02-18 19:27:55 +0400
commit352fee1ad4dd93db9da721d8f7fbe567652e054c (patch)
tree4ff03745553f77bdab9a357adce08766f1efe7d4 /scripts
parent0dc4555197ae53b619c7786905f6c746957c1fa1 (diff)
Update STLQuickLook to not crash on Mavericks.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLookbin208200 -> 137755 bytes
-rw-r--r--scripts/darwin/STLQuickLook.qlgenerator/Contents/Info.plist14
-rwxr-xr-xscripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLookbin166492 -> 103884 bytes
3 files changed, 7 insertions, 7 deletions
diff --git a/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook b/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook
index f2dec2f2ac..2d04cd685e 100644
--- a/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook
+++ b/scripts/darwin/STLQuickLook.qlgenerator.dSYM/Contents/Resources/DWARF/STLQuickLook
Binary files differ
diff --git a/scripts/darwin/STLQuickLook.qlgenerator/Contents/Info.plist b/scripts/darwin/STLQuickLook.qlgenerator/Contents/Info.plist
index 44f52f4553..8e917c02d1 100644
--- a/scripts/darwin/STLQuickLook.qlgenerator/Contents/Info.plist
+++ b/scripts/darwin/STLQuickLook.qlgenerator/Contents/Info.plist
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
- <string>12C60</string>
+ <string>13B42</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
@@ -48,19 +48,19 @@
<key>CFPlugInUnloadFunction</key>
<string></string>
<key>DTCompiler</key>
- <string></string>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
- <string>4G2008a</string>
+ <string>5A3005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
- <string>12C37</string>
+ <string>13A595</string>
<key>DTSDKName</key>
- <string>macosx10.8</string>
+ <string>macosx10.9</string>
<key>DTXcode</key>
- <string>0452</string>
+ <string>0502</string>
<key>DTXcodeBuild</key>
- <string>4G2008a</string>
+ <string>5A3005</string>
<key>QLNeedsToBeRunInMainThread</key>
<false/>
<key>QLPreviewHeight</key>
diff --git a/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook b/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook
index 02dbebaece..a6981b545d 100755
--- a/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook
+++ b/scripts/darwin/STLQuickLook.qlgenerator/Contents/MacOS/STLQuickLook
Binary files differ