Skip to content

Commit

Permalink
updating to 2.2.2 of the SDK to better support Swift modules
Browse files Browse the repository at this point in the history
  • Loading branch information
u10int committed Dec 17, 2015
1 parent 6ec4216 commit b4fd996
Show file tree
Hide file tree
Showing 124 changed files with 234 additions and 413 deletions.
1 change: 1 addition & 0 deletions AerisWeatherSDK/Aeris.framework/Modules
Binary file modified AerisWeatherSDK/Aeris.framework/Versions/A/Aeris
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Aeris/AWFGeographicObject.h>

@class AWFGeoPolygon;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>

/**
* The model types currently supported.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
#import <MapKit/MapKit.h>

#import <Aeris/CLLocation+Aeris.h>

//#import "AWFCoordinateBounds.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <CoreLocation/CoreLocation.h>

#import <Aeris/AWFObjectLoader.h>
#import <Aeris/AWFGlobals.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>

#import "AWFWeatherDataType.h"
#import "AWFMeasurement.h"
#import "NSBundle+Aeris.h"
#import <Aeris/AWFWeatherDataType.h>
#import <Aeris/AWFMeasurement.h>
#import <Aeris/NSBundle+Aeris.h>

// Testing for specific iOS versions
#define AWF_SYSTEM_VERSION_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedSame)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>

typedef NS_ENUM(NSUInteger, AWFUserTrackingMode) {
AWFUserTrackingModeNone = 0,
Expand Down
3 changes: 0 additions & 3 deletions AerisWeatherSDK/Aeris.framework/Versions/A/Headers/AWFLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ typedef NS_ENUM(NSUInteger, AWFLogLevel) {
@interface AWFLog : NSObject

+ (void)debug:(NSString *)format,...;

+ (void)info:(NSString *)format,...;

+ (void)warn:(NSString *)format,...;

+ (void)error:(NSString *)format,...;

+ (void)setLoggingLevel:(AWFLogLevel)level;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2015 Aeris Weather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>

typedef NS_ENUM(NSUInteger, AWFMeasurement) {
AWFMeasurementNone = 0,
AWFMeasurementTemperature,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <Aeris/AWFGlobals.h>

@class AerisAPIClient, AWFObject, AWFObjectLoader, AWFRequestOptions, AWFPlace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Aeris/AWFRequestOptions.h>

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>

/**
* An `AWFResponse` object handles the JSON dictionary object returned from the API and performs validation to check for errors and whether or not the
* response was successful.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <CoreLocation/CoreLocation.h>
#import <Aeris/AWFGeographicObject.h>

@interface AWFStormCell : AWFGeographicObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>

typedef NS_ENUM (NSUInteger, AWFWeatherDataType) {
AWFWeatherDataTypeWeather = 0,
AWFWeatherDataTypeSkyCover,
Expand Down
5 changes: 4 additions & 1 deletion AerisWeatherSDK/Aeris.framework/Versions/A/Headers/Aeris.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#import <Aeris/AWFPlacesLoader.h>
#import <Aeris/AWFVenuesLoader.h>
#import <Aeris/AWFCountriesLoader.h>
#import <Aeris/AWFObservationsLoader.h>
#import <Aeris/AWFForecastsLoader.h>
#import <Aeris/AWFAdvisoriesLoader.h>
Expand All @@ -52,6 +53,7 @@
#import <Aeris/AWFPlace.h>
#import <Aeris/AWFRelativeTo.h>
#import <Aeris/AWFVenue.h>
#import <Aeris/AWFCountry.h>
#import <Aeris/AWFObservation.h>
#import <Aeris/AWFObservationSummary.h>
#import <Aeris/AWFForecast.h>
Expand Down Expand Up @@ -89,4 +91,5 @@
#import <Aeris/NSNumber+Aeris.h>
#import <Aeris/NSObject+Aeris.h>
#import <Aeris/NSArray+Aeris.h>
#import <Aeris/UIDevice+Aeris.h>
#import <Aeris/UIDevice+Aeris.h>
#import <Aeris/NSCachedURLResponse+Aeris.h>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import "AFHTTPRequestOperationManager.h"

#import <AFNetworking/AFNetworking.h>
#import <Aeris/AWFResponse.h>

extern NSString * const AerisAPIServer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <Aeris/AWFLog.h>

extern NSString *const AWFEngineIsReady;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>

static const double kAWFDegreesToRadians = M_PI / 180.0;
static const double kAWFRadiansToDegrees = 180.0 / M_PI;
static const double kAWFEarthRadius = 6371.01;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>

typedef NS_ENUM(NSUInteger, AWFDevicePlatform) {
AWFDevicePlatformUnknown = 0,

Expand Down
1 change: 1 addition & 0 deletions AerisWeatherSDK/AerisGoogleMap.framework/Modules
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2013 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <GoogleMaps/GoogleMaps.h>

@protocol AWFGMAnnoation <NSObject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <GoogleMaps/GoogleMaps.h>
#import <AerisMap/AerisMap.h>

@interface AWFGMMultiShapeOverlay : GMSGroundOverlay <AWFStyledMapItem, AWFMultiShapeOverlay>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <GoogleMaps/GoogleMaps.h>
#import <AerisMap/AWFStyledAnnotation.h>
#import <AerisMap/AerisMap.h>

@class AWFObject, AWFAnnotationStyle;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <GoogleMaps/GoogleMaps.h>
#import <AerisMap/AerisMap.h>

@interface AWFGoogleMapStrategy : NSObject <AWFMapStrategy, GMSMapViewDelegate>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <AerisMap/AerisMap.h>

#import <AerisGoogleMap/AWFGoogleMapStrategy.h>

#import <AerisGoogleMap/AWFGMImageDataLayer.h>
#import <AerisGoogleMap/AWFGMTileDataLayer.h>

#import <AerisGoogleMap/AWFGMAnnotation.h>
#import <AerisGoogleMap/AWFGMStyledAnnotation.h>
#import <AerisGoogleMap/AWFGMPolygon.h>
#import <AerisGoogleMap/AWFGMPolyline.h>
#import <AerisGoogleMap/AWFGMPolygon.h>
#import <AerisGoogleMap/AWFGMMultiShapeOverlay.h>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module AerisGoogleMap {
umbrella header "AerisGoogleMap.h"

export *
module * { export * }
}
1 change: 1 addition & 0 deletions AerisWeatherSDK/AerisMap.framework/Modules
Binary file modified AerisWeatherSDK/AerisMap.framework/Versions/A/AerisMap
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AWFAnimation.h"
#import <MapKit/MapKit.h>
#import <AerisMap/AWFAnimation.h>

@class AWFAnimation;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 HAMweather, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@class AWFAnimation, AWFAnimationTimeline, AWFCoordinateBounds;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
//

#import <Foundation/Foundation.h>

#import "AWFAnimation.h"
#import <AerisMap/AWFAnimation.h>

/**
* An `AWFAnimationTimeline` object is a subclass of `AWFAnimation` that manages and controls multiple
Expand Down
Loading

0 comments on commit b4fd996

Please sign in to comment.