Skip to content

Commit

Permalink
Fixed cedar plugin to avoid [NSThread isMainThread] assertion under a…
Browse files Browse the repository at this point in the history
… race condition
  • Loading branch information
jeffh committed May 28, 2014
1 parent 564c5dd commit d99bf01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CedarPlugin.xcplugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>12F37</string>
<string>13C1021</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,23 +17,23 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>fce0b1e785bc6907c7bc50ee810cf48322fe4ed9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>5A3005</string>
<string>5B1008</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>13A595</string>
<string>13C64</string>
<key>DTSDKName</key>
<string>macosx10.9</string>
<key>DTXcode</key>
<string>0502</string>
<string>0511</string>
<key>DTXcodeBuild</key>
<string>5A3005</string>
<string>5B1008</string>
<key>DVTPlugInCompatibilityUUIDs</key>
<array>
<string>63FC1C47-140D-42B0-BB4D-A10B2D225574</string>
Expand Down
Binary file modified CedarPlugin.xcplugin/Contents/MacOS/CedarPlugin
Binary file not shown.

0 comments on commit d99bf01

Please sign in to comment.