Commit 4c72f163 authored by Vincent's avatar Vincent

Version 1.6.5

parent 933ed191
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'APMServices'
s.version = '1.6.0'
s.version = '1.6.5'
s.summary = 'app\'s miles® boosts your app\'s usage'
# This description is used to generate tags and improve search results.
......
......@@ -13,5 +13,8 @@
@property(nonatomic, assign) NSInteger deviceStatus;
-(id)initWithJSONObject:(NSDictionary*)jsonObject;
-(BOOL)isValid;
-(BOOL)isSample; //Temoin
-(BOOL)isOff;
@end
......@@ -8,6 +8,6 @@
@interface APMReactUtils : NSObject
+(NSMutableArray*)toArrayOfDictionary:(NSMutableArray*)fromArray;
+(NSMutableArray*)toArrayOfDictionary:(NSArray*)fromArray;
@end
......@@ -45,7 +45,7 @@
//Models
@property(nonatomic, strong, readonly) APMDevice* device;
@property(nonatomic, strong, readonly) APMProg* prog;
@property(nonatomic, strong) APMUser* user;
@property(nonatomic, strong, readonly) APMUser* user;
@property(nonatomic, strong, readonly) APMGift* gift;
@property(nonatomic, strong, readonly) APMGenerosity* generosity;
@property(nonatomic, strong, readonly) NSMutableArray *generosities;
......@@ -72,7 +72,7 @@
//Services
-(void)registerAction:(APMAction*)action;
-(void)removeActionWithActionName:(NSString*)actionName;
-(NSDictionary*)getActionForClassId:(NSString*)classId;
-(NSDictionary*)getActionsForClassId:(NSString*)classId;
-(void)selectClassID:(NSString*)classID;
-(void)triggerAction:(NSString*)actionName;
-(void)triggerAuto __attribute__((deprecated(("triggerAuto is DEPRECATED, use triggerAction"))));
......
......@@ -8,8 +8,8 @@
// Version of API
#define APM_API_VERSION @"2.0"
#define APM_SERVICES_VERSION_NAME @"1.6.0"
#define APM_SERVICES_VERSION_CODE @"1600"
#define APM_SERVICES_VERSION_NAME @"1.6.5"
#define APM_SERVICES_VERSION_CODE @"1650"
//URL
#define APM_URL_API_PROD @"https://api.appsmiles.eu/" //Url API prod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment