├── .gitignore ├── Buttons └── Newclock.png ├── LICENSE.txt ├── MWIMG ├── 01d.png ├── 01n.png ├── 02d.png ├── 02n.png ├── 03d.png ├── 03n.png ├── 04d.png ├── 04n.png ├── 09d.png ├── 09n.png ├── 10d.png ├── 10n.png ├── 11d.png ├── 11n.png ├── 13d.png ├── 13n.png ├── 2ximg │ ├── 01d40@2x.png │ ├── 01d50@2x.png │ ├── 01d60@2x.png │ ├── 01d66@2x.png │ ├── 01d80@2x.png │ ├── 01n40@2x.png │ ├── 01n50@2x.png │ ├── 01n60@2x.png │ ├── 01n66@2x.png │ ├── 01n80@2x.png │ ├── 02d40@2x.png │ ├── 02d50@2x.png │ ├── 02d60@2x.png │ ├── 02d66@2x.png │ ├── 02d80@2x.png │ ├── 02n40@2x.png │ ├── 02n50@2x.png │ ├── 02n60@2x.png │ ├── 02n66@2x.png │ ├── 02n80@2x.png │ ├── 03d40@2x.png │ ├── 03d50@2x.png │ ├── 03d60@2x.png │ ├── 03d66@2x.png │ ├── 03d80@2x.png │ ├── 03n40@2x.png │ ├── 03n50@2x.png │ ├── 03n60@2x.png │ ├── 03n66@2x.png │ ├── 03n80@2x.png │ ├── 04d40@2x.png │ ├── 04d50@2x.png │ ├── 04d60@2x.png │ ├── 04d66@2x.png │ ├── 04d80@2x.png │ ├── 04n40@2x.png │ ├── 04n50@2x.png │ ├── 04n60@2x.png │ ├── 04n66@2x.png │ ├── 04n80@2x.png │ ├── 09d40@2x.png │ ├── 09d50@2x.png │ ├── 09d60@2x.png │ ├── 09d66@2x.png │ ├── 09d80@2x.png │ ├── 11d40@2x.png │ ├── 11d50@2x.png │ ├── 11d60@2x.png │ ├── 11d66@2x.png │ ├── 11d80@2x.png │ ├── 11n40@2x.png │ ├── 11n50@2x.png │ ├── 11n60@2x.png │ ├── 11n66@2x.png │ ├── 11n80@2x.png │ ├── 50d40@2x.png │ ├── 50d50@2x.png │ ├── 50d60@2x.png │ ├── 50d66@2x.png │ ├── 50d80@2x.png │ ├── 50n40@2x.png │ ├── 50n50@2x.png │ ├── 50n60@2x.png │ ├── 50n66@2x.png │ └── 50n80@2x.png ├── 50d.png └── 50n.png ├── MapLayer.tm2 ├── .thumb.png ├── LICENSE.txt ├── README.md ├── img │ ├── dot-small.png │ ├── maki │ │ ├── airfield-12.svg │ │ ├── airfield-18.svg │ │ ├── airfield-24.svg │ │ ├── airport-12.svg │ │ ├── airport-18.svg │ │ ├── airport-24.svg │ │ ├── alcohol-shop-12.svg │ │ ├── art-gallery-12.svg │ │ ├── bakery-12.svg │ │ ├── bank-12.svg │ │ ├── bar-12.svg │ │ ├── beer-12.svg │ │ ├── bicycle-12.svg │ │ ├── bus-12.svg │ │ ├── cafe-12.svg │ │ ├── camera-12.svg │ │ ├── campsite-12.svg │ │ ├── car-12.svg │ │ ├── cemetery-12.svg │ │ ├── cinema-12.svg │ │ ├── clothing-store-12.svg │ │ ├── college-12.svg │ │ ├── dog-park-12.svg │ │ ├── embassy-12.svg │ │ ├── fast-food-12.svg │ │ ├── ferry-12.svg │ │ ├── fire-station-12.svg │ │ ├── fuel-12.svg │ │ ├── garden-12.svg │ │ ├── golf-12.svg │ │ ├── grocery-12.svg │ │ ├── harbor-12.svg │ │ ├── heliport-12.svg │ │ ├── heliport-18.svg │ │ ├── heliport-24.svg │ │ ├── hospital-12.svg │ │ ├── laundry-12.svg │ │ ├── library-12.svg │ │ ├── lodging-12.svg │ │ ├── monument-12.svg │ │ ├── museum-12.svg │ │ ├── music-12.svg │ │ ├── park-12.svg │ │ ├── pharmacy-12.svg │ │ ├── place-of-worship-12.svg │ │ ├── police-12.svg │ │ ├── post-12.svg │ │ ├── prison-12.svg │ │ ├── religious-christian-12.svg │ │ ├── religious-jewish-12.svg │ │ ├── religious-muslim-12.svg │ │ ├── restaurant-12.svg │ │ ├── school-12.svg │ │ ├── shop-12.svg │ │ ├── suitcase-12.svg │ │ ├── swimming-12.svg │ │ ├── theatre-12.svg │ │ ├── town-hall-12.svg │ │ └── zoo-12.svg │ ├── pattern │ │ ├── wetland_16.png │ │ ├── wetland_32.png │ │ ├── wetland_64.png │ │ ├── wetland_noveg_16.png │ │ ├── wetland_noveg_32.png │ │ └── wetland_noveg_64.png │ ├── rail │ │ ├── dlr-12.svg │ │ ├── dlr-18.svg │ │ ├── dlr.london-overground.london-underground.national-rail-12.svg │ │ ├── dlr.london-overground.london-underground.national-rail-18.svg │ │ ├── dlr.london-underground-12.svg │ │ ├── dlr.london-underground-18.svg │ │ ├── dlr.london-underground.national-rail-12.svg │ │ ├── dlr.london-underground.national-rail-18.svg │ │ ├── dlr.national-rail-12.svg │ │ ├── dlr.national-rail-18.svg │ │ ├── light-12.svg │ │ ├── light-18.svg │ │ ├── london-overground-12.svg │ │ ├── london-overground-18.svg │ │ ├── london-overground.london-underground-12.svg │ │ ├── london-overground.london-underground-18.svg │ │ ├── london-overground.london-underground.national-rail-12.svg │ │ ├── london-overground.london-underground.national-rail-18.svg │ │ ├── london-overground.national-rail-12.svg │ │ ├── london-overground.national-rail-18.svg │ │ ├── london-underground-12.svg │ │ ├── london-underground-18.svg │ │ ├── london-underground.national-rail-12.svg │ │ ├── london-underground.national-rail-18.svg │ │ ├── national-rail-12.svg │ │ ├── national-rail-18.svg │ │ ├── rail-12.svg │ │ ├── rail-18.svg │ │ ├── subway-12.svg │ │ ├── subway-18.svg │ │ ├── washington-metro-12.svg │ │ └── washington-metro-18.svg │ └── shield │ │ ├── motorway_lg_1.png │ │ ├── motorway_lg_2.png │ │ ├── motorway_lg_3.png │ │ ├── motorway_lg_4.png │ │ ├── motorway_lg_5.png │ │ ├── motorway_lg_6.png │ │ ├── motorway_sm_1.png │ │ ├── motorway_sm_2.png │ │ ├── motorway_sm_3.png │ │ ├── motorway_sm_4.png │ │ ├── motorway_sm_5.png │ │ └── motorway_sm_6.png ├── label.mss ├── poi.mss ├── project.xml ├── project.yml ├── road.mss └── style.mss ├── README.md ├── ScreenShots ├── chn1.png ├── chn2.png ├── screenshot1.png ├── screenshot2.png ├── screenshot3.png └── screenshot4.png ├── StartView.sketch ├── WeatherAroundUs ├── NewImage │ ├── 01d.png │ ├── 01n.png │ ├── 02d.png │ ├── 03d.png │ ├── 03n.png │ ├── 04d.png │ ├── 09d.png │ ├── 09n.png │ ├── 10d.png │ ├── 10n.png │ ├── 11d.png │ ├── 11n.png │ ├── 13d.png │ ├── 13n.png │ ├── 50d.png │ ├── 50n.png │ ├── Big02n.png │ ├── Big04d.png │ ├── New02d.png │ ├── NewClearNight.png │ ├── NewCloudy.png │ └── NewSunny.png ├── Podfile ├── Podfile.lock ├── Pods │ ├── AMapSearch │ │ └── AMapSearchKit.framework │ │ │ ├── AMapSearchKit │ │ │ ├── Headers │ │ │ ├── Resources │ │ │ └── Versions │ │ │ ├── 2.6.0.29103c6 │ │ │ ├── AMapSearchKit │ │ │ └── Headers │ │ │ │ ├── AMapCommonObj.h │ │ │ │ ├── AMapSearchAPI.h │ │ │ │ └── AMapSearchObj.h │ │ │ └── Current │ ├── Alamofire │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ │ ├── Alamofire.swift │ │ │ ├── Download.swift │ │ │ ├── Manager.swift │ │ │ ├── MultipartFormData.swift │ │ │ ├── ParameterEncoding.swift │ │ │ ├── Request.swift │ │ │ ├── ResponseSerialization.swift │ │ │ ├── ServerTrustPolicy.swift │ │ │ ├── Upload.swift │ │ │ └── Validation.swift │ ├── HanekeSwift │ │ ├── Haneke │ │ │ ├── CGSize+Swift.swift │ │ │ ├── Cache.swift │ │ │ ├── CryptoSwiftMD5.swift │ │ │ ├── Data.swift │ │ │ ├── DiskCache.swift │ │ │ ├── DiskFetcher.swift │ │ │ ├── Fetch.swift │ │ │ ├── Fetcher.swift │ │ │ ├── Format.swift │ │ │ ├── Haneke.swift │ │ │ ├── Log.swift │ │ │ ├── NSFileManager+Haneke.swift │ │ │ ├── NSHTTPURLResponse+Haneke.swift │ │ │ ├── NetworkFetcher.swift │ │ │ ├── String+Haneke.swift │ │ │ ├── UIButton+Haneke.swift │ │ │ ├── UIImage+Haneke.swift │ │ │ ├── UIImageView+Haneke.swift │ │ │ └── UIView+Haneke.swift │ │ ├── LICENSE │ │ └── README.md │ ├── Headers │ │ ├── Private │ │ │ ├── MKMapViewZoom │ │ │ │ └── MKMapView+ZoomLevel.h │ │ │ ├── Shimmer │ │ │ │ ├── FBShimmering.h │ │ │ │ ├── FBShimmeringLayer.h │ │ │ │ └── FBShimmeringView.h │ │ │ └── ZipArchive │ │ │ │ ├── ZipArchive.h │ │ │ │ ├── crypt.h │ │ │ │ ├── ioapi.h │ │ │ │ ├── mztools.h │ │ │ │ ├── unzip.h │ │ │ │ └── zip.h │ │ └── Public │ │ │ └── AMapSearch │ │ │ └── AMapSearchKit │ │ │ ├── AMapCommonObj.h │ │ │ ├── AMapSearchAPI.h │ │ │ └── AMapSearchObj.h │ ├── MKMapViewZoom │ │ ├── License.txt │ │ ├── MKMapView+ZoomLevel.h │ │ ├── MKMapView+ZoomLevel.m │ │ └── README.markdown │ ├── Manifest.lock │ ├── Pods.xcodeproj │ │ ├── project.pbxproj │ │ └── xcuserdata │ │ │ └── kedanli.xcuserdatad │ │ │ └── xcschemes │ │ │ ├── Alamofire.xcscheme │ │ │ ├── HanekeSwift.xcscheme │ │ │ ├── MKMapViewZoom.xcscheme │ │ │ ├── Pods.xcscheme │ │ │ ├── Shimmer.xcscheme │ │ │ ├── Spring.xcscheme │ │ │ ├── SwiftyJSON.xcscheme │ │ │ ├── ZipArchive.xcscheme │ │ │ └── xcschememanagement.plist │ ├── Shimmer │ │ ├── FBShimmering │ │ │ ├── FBShimmering.h │ │ │ ├── FBShimmeringLayer.h │ │ │ ├── FBShimmeringLayer.m │ │ │ ├── FBShimmeringView.h │ │ │ └── FBShimmeringView.m │ │ ├── LICENSE │ │ └── README.md │ ├── Spring │ │ ├── LICENSE │ │ ├── README.md │ │ ├── Spring │ │ │ ├── AsyncButton.swift │ │ │ ├── AsyncImageView.swift │ │ │ ├── AutoTextView.swift │ │ │ ├── BlurView.swift │ │ │ ├── DesignableButton.swift │ │ │ ├── DesignableImageView.swift │ │ │ ├── DesignableLabel.swift │ │ │ ├── DesignableTabBarController.swift │ │ │ ├── DesignableTextField.swift │ │ │ ├── DesignableTextView.swift │ │ │ ├── DesignableView.swift │ │ │ ├── ImageLoader.swift │ │ │ ├── KeyboardLayoutConstraint.swift │ │ │ ├── LoadingView.swift │ │ │ ├── LoadingView.xib │ │ │ ├── Misc.swift │ │ │ ├── SoundPlayer.swift │ │ │ ├── Spring.swift │ │ │ ├── SpringAnimation.swift │ │ │ ├── SpringButton.swift │ │ │ ├── SpringImageView.swift │ │ │ ├── SpringLabel.swift │ │ │ ├── SpringTextField.swift │ │ │ ├── SpringTextView.swift │ │ │ ├── SpringView.swift │ │ │ ├── TransitionManager.swift │ │ │ ├── TransitionZoom.swift │ │ │ └── UnwindSegue.swift │ │ └── SpringApp │ │ │ └── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── appicon@120-1.png │ │ │ ├── appicon@120.png │ │ │ ├── appicon@152.png │ │ │ ├── appicon@180.png │ │ │ ├── appicon@29.png │ │ │ ├── appicon@40.png │ │ │ ├── appicon@58-1.png │ │ │ ├── appicon@58.png │ │ │ ├── appicon@76.png │ │ │ ├── appicon@80-1.png │ │ │ ├── appicon@80.png │ │ │ └── appicon@87.png │ │ │ ├── icon-shape.imageset │ │ │ ├── Contents.json │ │ │ └── icon-shape.pdf │ │ │ └── loading.imageset │ │ │ ├── Contents.json │ │ │ └── loading.pdf │ ├── SwiftyJSON │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ │ └── SwiftyJSON.swift │ ├── Target Support Files │ │ ├── Alamofire │ │ │ ├── Alamofire-Private.xcconfig │ │ │ ├── Alamofire-dummy.m │ │ │ ├── Alamofire-prefix.pch │ │ │ ├── Alamofire-umbrella.h │ │ │ ├── Alamofire.modulemap │ │ │ ├── Alamofire.xcconfig │ │ │ └── Info.plist │ │ ├── HanekeSwift │ │ │ ├── HanekeSwift-Private.xcconfig │ │ │ ├── HanekeSwift-dummy.m │ │ │ ├── HanekeSwift-prefix.pch │ │ │ ├── HanekeSwift-umbrella.h │ │ │ ├── HanekeSwift.modulemap │ │ │ ├── HanekeSwift.xcconfig │ │ │ └── Info.plist │ │ ├── MKMapViewZoom │ │ │ ├── Info.plist │ │ │ ├── MKMapViewZoom-Private.xcconfig │ │ │ ├── MKMapViewZoom-dummy.m │ │ │ ├── MKMapViewZoom-prefix.pch │ │ │ ├── MKMapViewZoom-umbrella.h │ │ │ ├── MKMapViewZoom.modulemap │ │ │ └── MKMapViewZoom.xcconfig │ │ ├── Pods │ │ │ ├── Info.plist │ │ │ ├── Pods-acknowledgements.markdown │ │ │ ├── Pods-acknowledgements.plist │ │ │ ├── Pods-dummy.m │ │ │ ├── Pods-frameworks.sh │ │ │ ├── Pods-resources.sh │ │ │ ├── Pods-umbrella.h │ │ │ ├── Pods.debug.xcconfig │ │ │ ├── Pods.modulemap │ │ │ └── Pods.release.xcconfig │ │ ├── Shimmer │ │ │ ├── Info.plist │ │ │ ├── Shimmer-Private.xcconfig │ │ │ ├── Shimmer-dummy.m │ │ │ ├── Shimmer-prefix.pch │ │ │ ├── Shimmer-umbrella.h │ │ │ ├── Shimmer.modulemap │ │ │ └── Shimmer.xcconfig │ │ ├── Spring │ │ │ ├── Info.plist │ │ │ ├── Spring-Private.xcconfig │ │ │ ├── Spring-dummy.m │ │ │ ├── Spring-prefix.pch │ │ │ ├── Spring-umbrella.h │ │ │ ├── Spring.modulemap │ │ │ └── Spring.xcconfig │ │ ├── SwiftyJSON │ │ │ ├── Info.plist │ │ │ ├── SwiftyJSON-Private.xcconfig │ │ │ ├── SwiftyJSON-dummy.m │ │ │ ├── SwiftyJSON-prefix.pch │ │ │ ├── SwiftyJSON-umbrella.h │ │ │ ├── SwiftyJSON.modulemap │ │ │ └── SwiftyJSON.xcconfig │ │ └── ZipArchive │ │ │ ├── Info.plist │ │ │ ├── ZipArchive-Private.xcconfig │ │ │ ├── ZipArchive-dummy.m │ │ │ ├── ZipArchive-prefix.pch │ │ │ ├── ZipArchive-umbrella.h │ │ │ ├── ZipArchive.modulemap │ │ │ └── ZipArchive.xcconfig │ └── ZipArchive │ │ ├── LICENSE │ │ ├── README.md │ │ ├── ZipArchive.h │ │ ├── ZipArchive.m │ │ └── minizip │ │ ├── crypt.h │ │ ├── ioapi.c │ │ ├── ioapi.h │ │ ├── mztools.c │ │ ├── mztools.h │ │ ├── unzip.c │ │ ├── unzip.h │ │ ├── zip.c │ │ └── zip.h ├── Temperature.swift ├── WeatherAroundUs │ ├── 01d.jpg │ ├── 01d.png │ ├── 01n.jpg │ ├── 01n.png │ ├── 02d.jpg │ ├── 02d.png │ ├── 02n.jpg │ ├── 02n.png │ ├── 03d.jpg │ ├── 03d.png │ ├── 03n.jpg │ ├── 03n.png │ ├── 04d.jpg │ ├── 04d.png │ ├── 04n.jpg │ ├── 04n.png │ ├── 09d.jpg │ ├── 09d.png │ ├── 09n.jpg │ ├── 09n.png │ ├── 10d.jpg │ ├── 10d.png │ ├── 10n.jpg │ ├── 10n.png │ ├── 11d.jpg │ ├── 11d.png │ ├── 11n.jpg │ ├── 11n.png │ ├── 13d.jpg │ ├── 13d.png │ ├── 13n.jpg │ ├── 13n.png │ ├── 50d.jpg │ ├── 50d.png │ ├── 50n.jpg │ ├── 50n.png │ ├── AppDelegate.swift │ ├── Base.lproj │ │ ├── InfoPlist.strings │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── BasicWeatherView.swift │ ├── CardView.swift │ ├── CityDetailViewController.swift │ ├── CitySQL.swift │ ├── CitySearchView.swift │ ├── ClockView.swift │ ├── DetailWeatherView.swift │ ├── DigestWeatherView.swift │ ├── EventbriteGetter.swift │ ├── Haneke.xcworkspace │ │ └── contents.xcworkspacedata │ ├── IconImage.swift │ ├── ImageCache.swift │ ├── ImageCardView.swift │ ├── ImageProcessor.swift │ ├── ImageScrollerView.swift │ ├── Images.xcassets │ │ ├── 01d.imageset │ │ │ ├── 01d.png │ │ │ └── Contents.json │ │ ├── 01n.imageset │ │ │ ├── 01n.png │ │ │ └── Contents.json │ │ ├── 02d.imageset │ │ │ ├── 02d.png │ │ │ └── Contents.json │ │ ├── 02n.imageset │ │ │ ├── 02n.png │ │ │ └── Contents.json │ │ ├── 03d.imageset │ │ │ ├── 03d.png │ │ │ └── Contents.json │ │ ├── 03n.imageset │ │ │ ├── 03n.png │ │ │ └── Contents.json │ │ ├── 04d.imageset │ │ │ ├── 04d.png │ │ │ └── Contents.json │ │ ├── 04n.imageset │ │ │ ├── 04n.png │ │ │ └── Contents.json │ │ ├── 09d.imageset │ │ │ ├── 09d.png │ │ │ └── Contents.json │ │ ├── 09n.imageset │ │ │ ├── 09n.png │ │ │ └── Contents.json │ │ ├── 10d.imageset │ │ │ ├── 10d.png │ │ │ └── Contents.json │ │ ├── 10n.imageset │ │ │ ├── 10n.png │ │ │ └── Contents.json │ │ ├── 11d.imageset │ │ │ ├── 11d.png │ │ │ └── Contents.json │ │ ├── 11n.imageset │ │ │ ├── 11n.png │ │ │ └── Contents.json │ │ ├── 13d.imageset │ │ │ ├── 13d.png │ │ │ └── Contents.json │ │ ├── 13n.imageset │ │ │ ├── 13n.png │ │ │ └── Contents.json │ │ ├── 50d.imageset │ │ │ ├── 50d.png │ │ │ └── Contents.json │ │ ├── 50n.imageset │ │ │ ├── 50n.png │ │ │ └── Contents.json │ │ └── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-Small@2x.png │ │ │ └── Icon-Small@3x.png │ ├── Info.plist │ ├── InternetConnection.swift │ ├── LocationManager.swift │ ├── MapView.swift │ ├── MapViewExtension.h │ ├── MapViewExtension.m │ ├── MotionManager.swift │ ├── Newclock.png │ ├── NewclockPin.png │ ├── NewclockPin1.png │ ├── NewclockPin2.png │ ├── QTree │ │ ├── QCluster.h │ │ ├── QCluster.m │ │ ├── QNode.h │ │ ├── QNode.m │ │ ├── QTree-Prefix.pch │ │ ├── QTree.h │ │ ├── QTree.m │ │ ├── QTreeGeometryUtils.h │ │ ├── QTreeGeometryUtils.m │ │ └── QTreeInsertable.h │ ├── QtreeSerialization.swift │ ├── ReturnButton.swift │ ├── SearchResultView.swift │ ├── TimeLineManager.swift │ ├── TimeLineView.swift │ ├── UIViewExtension.swift │ ├── ViewController.swift │ ├── WeatherAroundUs-Bridging-Header.h │ ├── WeatherAroundUs.xcdatamodeld │ │ ├── .xccurrentversion │ │ └── WeatherAroundUs.xcdatamodel │ │ │ └── contents │ ├── WeatherDataQTree.swift │ ├── WeatherInformation.swift │ ├── WeatherMapCalculations.swift │ ├── bkgd.png │ ├── citiesInfo.db │ ├── dfd.jpg │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ └── Main.strings │ ├── ja.lproj │ │ ├── InfoPlist.strings │ │ ├── LaunchScreen.strings │ │ └── Main.strings │ ├── returnCurPosButton.png │ ├── slayer11.ttf │ ├── startScr.png │ ├── subtrees.zip │ ├── zh-Hans.lproj │ │ ├── InfoPlist.strings │ │ ├── LaunchScreen.strings │ │ └── Main.strings │ └── zh-Hant.lproj │ │ ├── InfoPlist.strings │ │ ├── LaunchScreen.strings │ │ └── Main.strings ├── WeatherAroundUsTests │ ├── Info.plist │ └── WeatherAroundUsTests.swift ├── WeatherMap.xcodeproj │ ├── WeatherMapChina.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── kedanli.xcuserdatad │ │ │ └── xcschemes │ │ │ ├── WeatherMapChina.xcscheme │ │ │ └── xcschememanagement.plist │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── contents.xcworkspacedata │ └── xcuserdata │ │ └── kedanli.xcuserdatad │ │ └── xcschemes │ │ ├── WeatherMap.xcscheme │ │ └── xcschememanagement.plist └── WeatherMap.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ └── WeatherMap.xccheckout │ └── xcuserdata │ └── kedanli.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── bkgd.png ├── defaultPics ├── 01d.jpg ├── 01n.jpg ├── 02d.jpg ├── 02n.jpg ├── 03d.jpg ├── 03n.jpg ├── 04d.jpg ├── 04n.jpg ├── 09d.jpg ├── 09n.jpg ├── 10d.jpg ├── 10n.jpg ├── 11d.jpg ├── 11n.jpg ├── 13d.jpg ├── 13n.jpg ├── 50d.jpg └── 50n.jpg ├── iconForiOS ├── Demo_last.sketch ├── iCon.png ├── icon │ ├── android │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ ├── drawable-ldpi │ │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ ├── drawable-xxxhdpi │ │ │ └── ic_launcher.png │ │ └── playstore-icon.png │ ├── ios │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ └── Icon-Small@3x.png │ │ ├── Icon-60.png │ │ ├── Icon-72.png │ │ ├── Icon-72@2x.png │ │ ├── Icon-Small-50.png │ │ ├── Icon-Small-50@2x.png │ │ ├── Icon.png │ │ ├── Icon@2x.png │ │ ├── README.md │ │ ├── iTunesArtwork.png │ │ └── iTunesArtwork@2x.png │ └── watchkit │ │ └── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-24@2x.png │ │ ├── Icon-27.5@2x.png │ │ ├── Icon-29@2x.png │ │ ├── Icon-29@3x.png │ │ ├── Icon-40@2x.png │ │ ├── Icon-44@2x.png │ │ ├── Icon-86@2x.png │ │ └── Icon-98@2x.png └── license.txt ├── startScr.png ├── weatherIcon ├── 01d.png ├── 01n.png ├── 02d.png ├── 02n.png ├── 03d.png ├── 03n.png ├── 04d.png ├── 04n.png ├── 09d.png ├── 09n.png ├── 10d.png ├── 10n.png ├── 11d.png ├── 11n.png ├── 13d.png ├── 13n.png ├── 50d.png └── 50n.png └── weatherIcons.sketch /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/.gitignore -------------------------------------------------------------------------------- /Buttons/Newclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/Buttons/Newclock.png -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MWIMG/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/01d.png -------------------------------------------------------------------------------- /MWIMG/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/01n.png -------------------------------------------------------------------------------- /MWIMG/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/02d.png -------------------------------------------------------------------------------- /MWIMG/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/02n.png -------------------------------------------------------------------------------- /MWIMG/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/03d.png -------------------------------------------------------------------------------- /MWIMG/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/03n.png -------------------------------------------------------------------------------- /MWIMG/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/04d.png -------------------------------------------------------------------------------- /MWIMG/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/04n.png -------------------------------------------------------------------------------- /MWIMG/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/09d.png -------------------------------------------------------------------------------- /MWIMG/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/09n.png -------------------------------------------------------------------------------- /MWIMG/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/10d.png -------------------------------------------------------------------------------- /MWIMG/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/10n.png -------------------------------------------------------------------------------- /MWIMG/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/11d.png -------------------------------------------------------------------------------- /MWIMG/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/11n.png -------------------------------------------------------------------------------- /MWIMG/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/13d.png -------------------------------------------------------------------------------- /MWIMG/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/13n.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/01n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/01n80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/02n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/02n80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/03n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/03n80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/04n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/04n80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/09d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/09d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/09d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/09d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/09d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/09d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/09d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/09d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/09d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/09d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/11n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/11n80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50d40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50d40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50d50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50d50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50d60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50d60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50d66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50d66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50d80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50d80@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50n40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50n40@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50n50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50n50@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50n60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50n60@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50n66@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50n66@2x.png -------------------------------------------------------------------------------- /MWIMG/2ximg/50n80@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/2ximg/50n80@2x.png -------------------------------------------------------------------------------- /MWIMG/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/50d.png -------------------------------------------------------------------------------- /MWIMG/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MWIMG/50n.png -------------------------------------------------------------------------------- /MapLayer.tm2/.thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/.thumb.png -------------------------------------------------------------------------------- /MapLayer.tm2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/LICENSE.txt -------------------------------------------------------------------------------- /MapLayer.tm2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/README.md -------------------------------------------------------------------------------- /MapLayer.tm2/img/dot-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/dot-small.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airfield-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airfield-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airfield-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airfield-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airfield-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airfield-24.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airport-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airport-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airport-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airport-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/airport-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/airport-24.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/alcohol-shop-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/alcohol-shop-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/art-gallery-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/art-gallery-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/bakery-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/bakery-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/bank-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/bank-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/bar-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/bar-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/beer-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/beer-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/bicycle-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/bicycle-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/bus-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/bus-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/cafe-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/cafe-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/camera-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/camera-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/campsite-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/campsite-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/car-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/car-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/cemetery-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/cemetery-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/cinema-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/cinema-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/clothing-store-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/clothing-store-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/college-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/college-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/dog-park-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/dog-park-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/embassy-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/embassy-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/fast-food-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/fast-food-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/ferry-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/ferry-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/fire-station-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/fire-station-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/fuel-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/fuel-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/garden-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/garden-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/golf-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/golf-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/grocery-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/grocery-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/harbor-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/harbor-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/heliport-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/heliport-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/heliport-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/heliport-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/heliport-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/heliport-24.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/hospital-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/hospital-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/laundry-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/laundry-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/library-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/library-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/lodging-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/lodging-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/monument-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/monument-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/museum-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/museum-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/music-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/music-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/park-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/park-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/pharmacy-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/pharmacy-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/place-of-worship-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/place-of-worship-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/police-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/police-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/post-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/post-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/prison-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/prison-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/religious-christian-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/religious-christian-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/religious-jewish-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/religious-jewish-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/religious-muslim-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/religious-muslim-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/restaurant-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/restaurant-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/school-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/school-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/shop-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/shop-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/suitcase-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/suitcase-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/swimming-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/swimming-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/theatre-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/theatre-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/town-hall-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/town-hall-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/maki/zoo-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/maki/zoo-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_16.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_32.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_64.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_noveg_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_noveg_16.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_noveg_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_noveg_32.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/pattern/wetland_noveg_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/pattern/wetland_noveg_64.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-overground.london-underground.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-overground.london-underground.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-overground.london-underground.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-overground.london-underground.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-underground-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-underground-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-underground-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-underground-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-underground.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-underground.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.london-underground.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.london-underground.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/dlr.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/dlr.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/light-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/light-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/light-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/light-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.london-underground-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.london-underground-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.london-underground-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.london-underground-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.london-underground.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.london-underground.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.london-underground.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.london-underground.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-overground.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-overground.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-underground-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-underground-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-underground-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-underground-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-underground.national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-underground.national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/london-underground.national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/london-underground.national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/national-rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/national-rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/national-rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/national-rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/rail-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/rail-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/rail-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/rail-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/subway-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/subway-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/subway-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/subway-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/washington-metro-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/washington-metro-12.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/rail/washington-metro-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/rail/washington-metro-18.svg -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_1.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_2.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_3.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_4.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_5.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_lg_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_lg_6.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_1.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_2.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_3.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_4.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_5.png -------------------------------------------------------------------------------- /MapLayer.tm2/img/shield/motorway_sm_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/img/shield/motorway_sm_6.png -------------------------------------------------------------------------------- /MapLayer.tm2/label.mss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/label.mss -------------------------------------------------------------------------------- /MapLayer.tm2/poi.mss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/poi.mss -------------------------------------------------------------------------------- /MapLayer.tm2/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/project.xml -------------------------------------------------------------------------------- /MapLayer.tm2/project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/project.yml -------------------------------------------------------------------------------- /MapLayer.tm2/road.mss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/road.mss -------------------------------------------------------------------------------- /MapLayer.tm2/style.mss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/MapLayer.tm2/style.mss -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShots/chn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/chn1.png -------------------------------------------------------------------------------- /ScreenShots/chn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/chn2.png -------------------------------------------------------------------------------- /ScreenShots/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/screenshot1.png -------------------------------------------------------------------------------- /ScreenShots/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/screenshot2.png -------------------------------------------------------------------------------- /ScreenShots/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/screenshot3.png -------------------------------------------------------------------------------- /ScreenShots/screenshot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/ScreenShots/screenshot4.png -------------------------------------------------------------------------------- /StartView.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/StartView.sketch -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/01d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/01n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/02d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/03d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/03n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/04d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/09d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/09n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/10d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/10n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/11d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/11n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/13d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/13n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/50d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/50n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/Big02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/Big02n.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/Big04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/Big04d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/New02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/New02d.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/NewClearNight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/NewClearNight.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/NewCloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/NewCloudy.png -------------------------------------------------------------------------------- /WeatherAroundUs/NewImage/NewSunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/NewImage/NewSunny.png -------------------------------------------------------------------------------- /WeatherAroundUs/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Podfile -------------------------------------------------------------------------------- /WeatherAroundUs/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Podfile.lock -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/AMapSearchKit: -------------------------------------------------------------------------------- 1 | Versions/Current/AMapSearchKit -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/AMapSearchKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/AMapSearchKit -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapCommonObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapCommonObj.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchAPI.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchObj.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/AMapSearch/AMapSearchKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | 2.6.0.29103c6 -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Alamofire.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Alamofire.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Download.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Download.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Manager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Manager.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/MultipartFormData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/MultipartFormData.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/ParameterEncoding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/ParameterEncoding.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Request.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/ResponseSerialization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/ResponseSerialization.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/ServerTrustPolicy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/ServerTrustPolicy.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Upload.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Upload.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Alamofire/Source/Validation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Alamofire/Source/Validation.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/CGSize+Swift.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/CGSize+Swift.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Cache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Cache.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/CryptoSwiftMD5.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/CryptoSwiftMD5.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Data.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Data.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/DiskCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/DiskCache.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/DiskFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/DiskFetcher.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Fetch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Fetch.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Fetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Fetcher.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Format.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Format.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/Log.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/Log.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/NSFileManager+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/NSFileManager+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/NSHTTPURLResponse+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/NSHTTPURLResponse+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/NetworkFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/NetworkFetcher.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/String+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/String+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/UIButton+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/UIButton+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/UIImage+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/UIImage+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/UIImageView+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/UIImageView+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/Haneke/UIView+Haneke.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/Haneke/UIView+Haneke.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/HanekeSwift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/HanekeSwift/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/MKMapViewZoom/MKMapView+ZoomLevel.h: -------------------------------------------------------------------------------- 1 | ../../../MKMapViewZoom/MKMapView+ZoomLevel.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/Shimmer/FBShimmering.h: -------------------------------------------------------------------------------- 1 | ../../../Shimmer/FBShimmering/FBShimmering.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/Shimmer/FBShimmeringLayer.h: -------------------------------------------------------------------------------- 1 | ../../../Shimmer/FBShimmering/FBShimmeringLayer.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/Shimmer/FBShimmeringView.h: -------------------------------------------------------------------------------- 1 | ../../../Shimmer/FBShimmering/FBShimmeringView.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/ZipArchive.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/ZipArchive.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/crypt.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/minizip/crypt.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/ioapi.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/minizip/ioapi.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/mztools.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/minizip/mztools.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/unzip.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/minizip/unzip.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Private/ZipArchive/zip.h: -------------------------------------------------------------------------------- 1 | ../../../ZipArchive/minizip/zip.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Public/AMapSearch/AMapSearchKit/AMapCommonObj.h: -------------------------------------------------------------------------------- 1 | ../../../../AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapCommonObj.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Public/AMapSearch/AMapSearchKit/AMapSearchAPI.h: -------------------------------------------------------------------------------- 1 | ../../../../AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchAPI.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Headers/Public/AMapSearch/AMapSearchKit/AMapSearchObj.h: -------------------------------------------------------------------------------- 1 | ../../../../AMapSearch/AMapSearchKit.framework/Versions/2.6.0.29103c6/Headers/AMapSearchObj.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/MKMapViewZoom/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/MKMapViewZoom/License.txt -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/MKMapViewZoom/MKMapView+ZoomLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/MKMapViewZoom/MKMapView+ZoomLevel.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/MKMapViewZoom/MKMapView+ZoomLevel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/MKMapViewZoom/MKMapView+ZoomLevel.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/MKMapViewZoom/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/MKMapViewZoom/README.markdown -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Manifest.lock -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Alamofire.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Alamofire.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/HanekeSwift.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/HanekeSwift.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/MKMapViewZoom.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/MKMapViewZoom.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Pods.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Pods.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Shimmer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Shimmer.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Spring.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/Spring.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/SwiftyJSON.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/SwiftyJSON.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/ZipArchive.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/ZipArchive.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Pods.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmering.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringLayer.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringLayer.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringView.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/FBShimmering/FBShimmeringView.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Shimmer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Shimmer/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/AsyncButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/AsyncButton.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/AsyncImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/AsyncImageView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/AutoTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/AutoTextView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/BlurView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/BlurView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableButton.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableImageView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableLabel.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableTabBarController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableTabBarController.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableTextField.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableTextView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/DesignableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/DesignableView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/ImageLoader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/ImageLoader.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/KeyboardLayoutConstraint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/KeyboardLayoutConstraint.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/LoadingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/LoadingView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/LoadingView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/LoadingView.xib -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/Misc.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/Misc.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SoundPlayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SoundPlayer.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/Spring.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/Spring.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringAnimation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringAnimation.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringButton.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringImageView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringLabel.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringTextField.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringTextView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/SpringView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/SpringView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/TransitionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/TransitionManager.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/TransitionZoom.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/TransitionZoom.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/Spring/UnwindSegue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/Spring/UnwindSegue.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@120-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@120-1.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@120.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@152.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@180.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@29.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@40.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@58-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@58-1.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@58.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@76.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@80-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@80-1.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@80.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/AppIcon.appiconset/appicon@87.png -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/icon-shape.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/icon-shape.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/icon-shape.imageset/icon-shape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/icon-shape.imageset/icon-shape.pdf -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/loading.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/loading.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/loading.imageset/loading.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Spring/SpringApp/Images.xcassets/loading.imageset/loading.pdf -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/SwiftyJSON/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/SwiftyJSON/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/SwiftyJSON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/SwiftyJSON/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/SwiftyJSON/Source/SwiftyJSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/SwiftyJSON/Source/SwiftyJSON.swift -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Alamofire.xcconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Alamofire/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Alamofire/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/HanekeSwift.xcconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/HanekeSwift/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/HanekeSwift/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/MKMapViewZoom/MKMapViewZoom.xcconfig: -------------------------------------------------------------------------------- 1 | MKMAPVIEWZOOM_OTHER_LDFLAGS = -framework "MapKit" -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-acknowledgements.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-frameworks.sh -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-resources.sh -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods.debug.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Pods/Pods.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Pods/Pods.release.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Shimmer/Shimmer.xcconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Spring-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Spring-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Spring-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Spring-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/Spring/Spring.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/Spring/Spring.xcconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-Private.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-Private.xcconfig -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-dummy.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive-umbrella.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive.modulemap -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/Target Support Files/ZipArchive/ZipArchive.xcconfig: -------------------------------------------------------------------------------- 1 | ZIPARCHIVE_OTHER_LDFLAGS = -l"z" -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/LICENSE -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/README.md -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/ZipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/ZipArchive.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/ZipArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/ZipArchive.m -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/crypt.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/ioapi.c -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/ioapi.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/mztools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/mztools.c -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/mztools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/mztools.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/unzip.c -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/unzip.h -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/zip.c -------------------------------------------------------------------------------- /WeatherAroundUs/Pods/ZipArchive/minizip/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Pods/ZipArchive/minizip/zip.h -------------------------------------------------------------------------------- /WeatherAroundUs/Temperature.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/Temperature.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/01d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/01d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/01d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/01n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/01n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/01n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/02d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/02d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/02d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/02n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/02n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/02n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/03d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/03d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/03d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/03n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/03n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/03n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/04d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/04d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/04d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/04n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/04n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/04n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/09d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/09d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/09d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/09n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/09n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/09n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/10d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/10d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/10d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/10n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/10n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/10n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/11d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/11d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/11d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/11n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/11n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/11n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/13d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/13d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/13d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/13n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/13n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/13n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/50d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/50d.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/50d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/50n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/50n.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/50n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/AppDelegate.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Base.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Base.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/BasicWeatherView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/BasicWeatherView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/CardView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/CardView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/CityDetailViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/CityDetailViewController.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/CitySQL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/CitySQL.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/CitySearchView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/CitySearchView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ClockView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ClockView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/DetailWeatherView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/DetailWeatherView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/DigestWeatherView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/DigestWeatherView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/EventbriteGetter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/EventbriteGetter.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Haneke.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Haneke.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/IconImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/IconImage.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ImageCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ImageCache.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ImageCardView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ImageCardView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ImageProcessor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ImageProcessor.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ImageScrollerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ImageScrollerView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/01d.imageset/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/01d.imageset/01d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/01d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/01d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/01n.imageset/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/01n.imageset/01n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/01n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/01n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/02d.imageset/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/02d.imageset/02d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/02d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/02d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/02n.imageset/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/02n.imageset/02n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/02n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/02n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/03d.imageset/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/03d.imageset/03d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/03d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/03d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/03n.imageset/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/03n.imageset/03n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/03n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/03n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/04d.imageset/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/04d.imageset/04d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/04d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/04d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/04n.imageset/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/04n.imageset/04n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/04n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/04n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/09d.imageset/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/09d.imageset/09d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/09d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/09d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/09n.imageset/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/09n.imageset/09n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/09n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/09n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/10d.imageset/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/10d.imageset/10d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/10d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/10d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/10n.imageset/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/10n.imageset/10n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/10n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/10n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/11d.imageset/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/11d.imageset/11d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/11d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/11d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/11n.imageset/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/11n.imageset/11n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/11n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/11n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/13d.imageset/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/13d.imageset/13d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/13d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/13d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/13n.imageset/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/13n.imageset/13n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/13n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/13n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/50d.imageset/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/50d.imageset/50d.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/50d.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/50d.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/50n.imageset/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/50n.imageset/50n.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/50n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/50n.imageset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/InternetConnection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/InternetConnection.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/LocationManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/LocationManager.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/MapView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/MapView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/MapViewExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/MapViewExtension.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/MapViewExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/MapViewExtension.m -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/MotionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/MotionManager.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/Newclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/Newclock.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/NewclockPin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/NewclockPin.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/NewclockPin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/NewclockPin1.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/NewclockPin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/NewclockPin2.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QCluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QCluster.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QCluster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QCluster.m -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QNode.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QNode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QNode.m -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTree-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTree-Prefix.pch -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTree.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTree.m -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTreeGeometryUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTreeGeometryUtils.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTreeGeometryUtils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTreeGeometryUtils.m -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QTree/QTreeInsertable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QTree/QTreeInsertable.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/QtreeSerialization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/QtreeSerialization.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ReturnButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ReturnButton.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/SearchResultView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/SearchResultView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/TimeLineManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/TimeLineManager.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/TimeLineView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/TimeLineView.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/UIViewExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/UIViewExtension.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ViewController.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherAroundUs-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherAroundUs-Bridging-Header.h -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherAroundUs.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherAroundUs.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherAroundUs.xcdatamodeld/WeatherAroundUs.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherAroundUs.xcdatamodeld/WeatherAroundUs.xcdatamodel/contents -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherDataQTree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherDataQTree.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherInformation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherInformation.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/WeatherMapCalculations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/WeatherMapCalculations.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/bkgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/bkgd.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/citiesInfo.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/citiesInfo.db -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/dfd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/dfd.jpg -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/en.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/en.lproj/Main.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ja.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/ja.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/ja.lproj/Main.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/returnCurPosButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/returnCurPosButton.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/slayer11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/slayer11.ttf -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/startScr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/startScr.png -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/subtrees.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/subtrees.zip -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hans.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/zh-Hans.lproj/Main.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hant.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/zh-Hant.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hant.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUs/zh-Hant.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUs/zh-Hant.lproj/Main.strings -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUsTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUsTests/Info.plist -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherAroundUsTests/WeatherAroundUsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherAroundUsTests/WeatherAroundUsTests.swift -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/WeatherMapChina.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/WeatherMapChina.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/WeatherMapChina.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/WeatherMap.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/WeatherMap.xcscheme -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcodeproj/xcuserdata/kedanli.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcworkspace/xcshareddata/WeatherMap.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcworkspace/xcshareddata/WeatherMap.xccheckout -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcworkspace/xcuserdata/kedanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcworkspace/xcuserdata/kedanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /WeatherAroundUs/WeatherMap.xcworkspace/xcuserdata/kedanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/WeatherAroundUs/WeatherMap.xcworkspace/xcuserdata/kedanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /bkgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/bkgd.png -------------------------------------------------------------------------------- /defaultPics/01d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/01d.jpg -------------------------------------------------------------------------------- /defaultPics/01n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/01n.jpg -------------------------------------------------------------------------------- /defaultPics/02d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/02d.jpg -------------------------------------------------------------------------------- /defaultPics/02n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/02n.jpg -------------------------------------------------------------------------------- /defaultPics/03d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/03d.jpg -------------------------------------------------------------------------------- /defaultPics/03n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/03n.jpg -------------------------------------------------------------------------------- /defaultPics/04d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/04d.jpg -------------------------------------------------------------------------------- /defaultPics/04n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/04n.jpg -------------------------------------------------------------------------------- /defaultPics/09d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/09d.jpg -------------------------------------------------------------------------------- /defaultPics/09n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/09n.jpg -------------------------------------------------------------------------------- /defaultPics/10d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/10d.jpg -------------------------------------------------------------------------------- /defaultPics/10n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/10n.jpg -------------------------------------------------------------------------------- /defaultPics/11d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/11d.jpg -------------------------------------------------------------------------------- /defaultPics/11n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/11n.jpg -------------------------------------------------------------------------------- /defaultPics/13d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/13d.jpg -------------------------------------------------------------------------------- /defaultPics/13n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/13n.jpg -------------------------------------------------------------------------------- /defaultPics/50d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/50d.jpg -------------------------------------------------------------------------------- /defaultPics/50n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/defaultPics/50n.jpg -------------------------------------------------------------------------------- /iconForiOS/Demo_last.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/Demo_last.sketch -------------------------------------------------------------------------------- /iconForiOS/iCon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/iCon.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/drawable-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/drawable-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /iconForiOS/icon/android/playstore-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/android/playstore-icon.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-40.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-40@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-40@3x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-76.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/AppIcon.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon-60.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon-72.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon-72@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon-Small-50.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon-Small-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon-Small-50@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/Icon@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/README.md -------------------------------------------------------------------------------- /iconForiOS/icon/ios/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/iTunesArtwork.png -------------------------------------------------------------------------------- /iconForiOS/icon/ios/iTunesArtwork@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/ios/iTunesArtwork@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-24@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-27.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-27.5@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-29@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-29@3x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-40@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-44@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-86@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-86@2x.png -------------------------------------------------------------------------------- /iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-98@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/icon/watchkit/AppIcon.appiconset/Icon-98@2x.png -------------------------------------------------------------------------------- /iconForiOS/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/iconForiOS/license.txt -------------------------------------------------------------------------------- /startScr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/startScr.png -------------------------------------------------------------------------------- /weatherIcon/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/01d.png -------------------------------------------------------------------------------- /weatherIcon/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/01n.png -------------------------------------------------------------------------------- /weatherIcon/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/02d.png -------------------------------------------------------------------------------- /weatherIcon/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/02n.png -------------------------------------------------------------------------------- /weatherIcon/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/03d.png -------------------------------------------------------------------------------- /weatherIcon/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/03n.png -------------------------------------------------------------------------------- /weatherIcon/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/04d.png -------------------------------------------------------------------------------- /weatherIcon/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/04n.png -------------------------------------------------------------------------------- /weatherIcon/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/09d.png -------------------------------------------------------------------------------- /weatherIcon/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/09n.png -------------------------------------------------------------------------------- /weatherIcon/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/10d.png -------------------------------------------------------------------------------- /weatherIcon/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/10n.png -------------------------------------------------------------------------------- /weatherIcon/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/11d.png -------------------------------------------------------------------------------- /weatherIcon/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/11n.png -------------------------------------------------------------------------------- /weatherIcon/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/13d.png -------------------------------------------------------------------------------- /weatherIcon/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/13n.png -------------------------------------------------------------------------------- /weatherIcon/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/50d.png -------------------------------------------------------------------------------- /weatherIcon/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcon/50n.png -------------------------------------------------------------------------------- /weatherIcons.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakefiveInteractive/WeatherMap/HEAD/weatherIcons.sketch --------------------------------------------------------------------------------