sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
Open Sublime Text 3 Go To Preferences > Browse Packages... Create a folder "SwiftBuilder" inside Packages directory. Add a file named Swift.sublime-build inside SwiftBuilder directory. Copy the following script in Swift.sublime-build file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// How to use CoreLocation to get your location Speed, Floor, timestamp, Course Direction, Altitude above sea level | |
//TODO: Step 1 #################################################################### | |
// First of all import "CoreLocation" | |
import CoreLocation | |
//TODO: Step 2 #################################################################### |
NewerOlder