Skip to content

Commit

Permalink
Fix Chrome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Mar 24, 2020
1 parent be96034 commit 3ecadfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChromeExtension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function restoreOptions() {
"/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp",
"sourcekit-lsp.SDKOption": "iphonesimulator",
"sourcekit-lsp.SDKPath":
"/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk",
"sourcekit-lsp.target": "x86_64-apple-ios13-simulator"
},
function(items) {
Expand Down
2 changes: 2 additions & 0 deletions SourceKitForSafari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
<key>LSUIElement</key>
<true/>
</dict>
</plist>

0 comments on commit 3ecadfa

Please sign in to comment.