Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbajoria/clima-ios11-master
https://github.com/cbajoria/clima-ios11-master
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbajoria/clima-ios11-master
- Owner: cbajoria
- Created: 2018-11-05T06:27:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T10:25:58.000Z (about 6 years ago)
- Last Synced: 2024-11-12T06:04:37.510Z (2 months ago)
- Language: Swift
- Size: 1.24 MB
- Stars: 0
- Watchers: 0
- 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