LoginSignup
1
2

More than 5 years have passed since last update.

coderunnerにswift追加

Last updated at Posted at 2015-01-18

メモ

  • CodeRunner > Preference > Languagesを開いて
  • +押してSwift追加
  • RunCommandにこれ書いて
xcrun swift -sdk $(xcrun --show-sdk-path --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk) $filename
  • CodeTemplateにこれ書いて
import Foundation

%@
  • FileExtensionにこれ入れる
swift

Preferences.jpg

参考

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2