This app allows workers and supervisors to calculate the heat index for their worksite, and, based on the heat index, displays a risk level to outdoor workers.
2
stars
12
forks
source link
Added .gitignore and updated to Xcode 8.1 and Swift 2.3 #27
Using a .gitignore keeps the code clean from build files, and also prevents personal users settings from being stored with the repository for each contributor.
I used the Swift .gitignore at https://github.com/github/gitignore because this is a reputable and well-maintained source for general-purpose .gitignore files.
I also updated the project and settings to run in Xcode 8.1 and Swift 2.3, so that upgrades are not required when building the repository in the latest version of Xcode (currently 8.1).
Using a .gitignore keeps the code clean from build files, and also prevents personal users settings from being stored with the repository for each contributor.
I used the Swift .gitignore at https://github.com/github/gitignore because this is a reputable and well-maintained source for general-purpose .gitignore files.
I also updated the project and settings to run in Xcode 8.1 and Swift 2.3, so that upgrades are not required when building the repository in the latest version of Xcode (currently 8.1).