Skip to content

Commit

Permalink
Release v3.9
Browse files Browse the repository at this point in the history
Updated SDK to v3.9 which included:
- XCode 9.1 support & minor bug fixes
  • Loading branch information
Andy Johns committed Nov 1, 2017
1 parent 174ba5e commit 676ca37
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 133 deletions.
127 changes: 1 addition & 126 deletions Frameworks/PredixMobileSDK.framework/Headers/PredixMobileSDK-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65.2 clang-900.0.37)
// Generated by Apple Swift version 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -187,26 +187,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wnullability"

SWIFT_MODULE_NAMESPACE_PUSH("PredixMobileSDK")

/// AggregationDataPointsRequest holds start, startDate, end and start attributes
SWIFT_CLASS("_TtC15PredixMobileSDK28AggregationDataPointsRequest")
@interface AggregationDataPointsRequest : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// Generic Response object which holds results and tags and extends GenericResponseProtocol
SWIFT_CLASS("_TtC15PredixMobileSDK15GenericResponse")
@interface GenericResponse : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// AggregationDataPointsResponse object which holds all the attributes of the GenericResponse
SWIFT_CLASS("_TtC15PredixMobileSDK29AggregationDataPointsResponse")
@interface AggregationDataPointsResponse : GenericResponse
@end

/// Enumeration for specifying location of configuration elements.
typedef SWIFT_ENUM(NSInteger, ConfigurationLocation) {
/// Configuration is stored in the Settings bundle
Expand Down Expand Up @@ -236,45 +216,6 @@ SWIFT_CLASS("_TtC15PredixMobileSDK14FullTextSearch")
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end



/// GroupedDataPointsRequest which holds start and tags attributes
SWIFT_CLASS("_TtC15PredixMobileSDK24GroupedDataPointsRequest")
@interface GroupedDataPointsRequest : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// GroupedDataPointsResponse object which holds all the attributes of the GenericResponse
SWIFT_CLASS("_TtC15PredixMobileSDK25GroupedDataPointsResponse")
@interface GroupedDataPointsResponse : GenericResponse
@end


/// LatestDataPointsRequest holds start and tags attributes
SWIFT_CLASS("_TtC15PredixMobileSDK23LatestDataPointsRequest")
@interface LatestDataPointsRequest : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// LatestDataPointsResponse object which holds all the attributes of the GenericResponse
SWIFT_CLASS("_TtC15PredixMobileSDK24LatestDataPointsResponse")
@interface LatestDataPointsResponse : GenericResponse
@end


/// LimitedDataPointsRequest object which holds all the attributes of the GroupedDataPointsRequest
SWIFT_CLASS("_TtC15PredixMobileSDK24LimitedDataPointsRequest")
@interface LimitedDataPointsRequest : GroupedDataPointsRequest
@end


/// LimitedDataPointsResponse object which holds all the attributes of the GroupedDataPointsResponse
SWIFT_CLASS("_TtC15PredixMobileSDK25LimitedDataPointsResponse")
@interface LimitedDataPointsResponse : GroupedDataPointsResponse
@end

enum LoggerLevel : NSInteger;

/// Protocol used by Logger class for logging operations.
Expand Down Expand Up @@ -534,18 +475,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end


/// OrderedDataPointsRequest object which holds all the attributes of the GroupedDataPointsRequest
SWIFT_CLASS("_TtC15PredixMobileSDK24OrderedDataPointsRequest")
@interface OrderedDataPointsRequest : GroupedDataPointsRequest
@end


/// OrderedDataPointsResponse object which holds all the attributes of the GroupedDataPointsResponse
SWIFT_CLASS("_TtC15PredixMobileSDK25OrderedDataPointsResponse")
@interface OrderedDataPointsResponse : GroupedDataPointsResponse
@end

enum WaitState : NSInteger;
@class WaitStateReturn;

Expand Down Expand Up @@ -598,13 +527,6 @@ SWIFT_CLASS("_TtC15PredixMobileSDK21PredixMobilityManager")
@end


/// Results object which holds attributes, values, and groups
SWIFT_CLASS("_TtC15PredixMobileSDK7Results")
@interface Results : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end





Expand Down Expand Up @@ -831,53 +753,6 @@ SWIFT_CLASS("_TtC15PredixMobileSDK13ServiceRouter")



/// Stats object which holds rawCount attribute
SWIFT_CLASS("_TtC15PredixMobileSDK5Stats")
@interface Stats : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// Tag object which holds results, name, stats, order, limit, groups and aggregations
SWIFT_CLASS("_TtC15PredixMobileSDK3Tag")
@interface Tag : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// Tags object which holds all the attributes of the GenericResponse
SWIFT_CLASS("_TtC15PredixMobileSDK4Tags")
@interface Tags : GenericResponse
@end


/// TagsPointsRequest holds start and tags attributes
SWIFT_CLASS("_TtC15PredixMobileSDK17TagsPointsRequest")
@interface TagsPointsRequest : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end


/// TimeBoundDataPointsRequest holds start, startDate, end and start attributes
SWIFT_CLASS("_TtC15PredixMobileSDK26TimeBoundDataPointsRequest")
@interface TimeBoundDataPointsRequest : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end


/// TimeBoundDataPointsResponse object which holds all the attributes of the GenericResponse
SWIFT_CLASS("_TtC15PredixMobileSDK27TimeBoundDataPointsResponse")
@interface TimeBoundDataPointsResponse : GenericResponse
@end


/// TimeSeries interaction class.
SWIFT_CLASS("_TtC15PredixMobileSDK17TimeSeriesManager")
@interface TimeSeriesManager : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end





Expand Down
Binary file modified Frameworks/PredixMobileSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/PredixMobileSDK.framework/PredixMobileSDK
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "[email protected]",
"scale" : "1x"
},
{
Expand Down Expand Up @@ -192,9 +193,8 @@
"scale" : "1x"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "[email protected]",
"size" : "512x512",
"scale" : "2x"
}
],
Expand Down
4 changes: 2 additions & 2 deletions PredixMobileiOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.8</string>
<string>3.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.8.320</string>
<string>3.9.323</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion PredixMobileiOSTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.8.320</string>
<string>3.9.323</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion PredixMobileiOSUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.8.320</string>
<string>3.9.323</string>
</dict>
</plist>

0 comments on commit 676ca37

Please sign in to comment.