Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-1-am/ios-app-clima-londonappbrewery
Weather forecast app
https://github.com/will-1-am/ios-app-clima-londonappbrewery
corelocation instabug json mvc mvc-architecture weather-app
Last synced: about 1 month ago
JSON representation
Weather forecast app
- Host: GitHub
- URL: https://github.com/will-1-am/ios-app-clima-londonappbrewery
- Owner: Will-1-Am
- Created: 2019-04-05T13:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T13:12:05.000Z (over 5 years ago)
- Last Synced: 2024-02-19T19:39:54.618Z (10 months ago)
- Topics: corelocation, instabug, json, mvc, mvc-architecture, weather-app
- Language: Swift
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clima
Learn to make iOS Apps with [The App Brewery](https://www.appbrewery.co) 📱 | Project Stub | (Swift 4.0/Xcode 9) - Clima AppBeginner: Download the starter project files as .zip and extract the files to your desktop.
Pro: Git clone to your Xcode projects folder.
## Finished App
![Finished App](https://github.com/londonappbrewery/Images/blob/master/Clima.gif)## Fix for Cocoapods v1.0.1 and below
```ruby
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
end
end
end
```## Fix for App Transport Security Override
```XML
NSAppTransportSecurity
NSExceptionDomains
openweathermap.org
NSIncludesSubdomains
NSTemporaryExceptionAllowsInsecureHTTPLoads
```Copyright © The App Brewery