Showing
50 changed files
with
137 additions
and
72 deletions
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -20,6 +20,8 @@ | ... | @@ -20,6 +20,8 @@ |
20 | - (void) setToStage; | 20 | - (void) setToStage; |
21 | - (void) setLang:(NSString*) lang; | 21 | - (void) setLang:(NSString*) lang; |
22 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; | 22 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; |
23 | +- (void) startTrackingSteps:(void(^)(NSNumber * _Nullable numberOfSteps))callback; | ||
24 | +- (void) stopTrackingSteps; | ||
23 | // - (UIViewController *) openCoupons:(UIView*) parentView; | 25 | // - (UIViewController *) openCoupons:(UIView*) parentView; |
24 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; | 26 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; |
25 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; | 27 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; |
... | @@ -85,15 +87,17 @@ | ... | @@ -85,15 +87,17 @@ |
85 | - (void)consumerIntegrationAsync:(NSNumber*)nonTelco :(NSNumber*)acceptedConsent :(NSArray*)msisdnList :(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 87 | - (void)consumerIntegrationAsync:(NSNumber*)nonTelco :(NSNumber*)acceptedConsent :(NSArray*)msisdnList :(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
86 | - (void)redeemCouponSetAsync:(NSString*)uuid :(NSString*)communication_uuid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 88 | - (void)redeemCouponSetAsync:(NSString*)uuid :(NSString*)communication_uuid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
87 | - (void)getPacingDetailsAsync:(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 89 | - (void)getPacingDetailsAsync:(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
90 | +- (void)setPacingDetailsAsync:(NSNumber*)steps :(NSString*)date :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | ||
88 | - (void)cosmoteSharingAsync:(NSString*)sharingId :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 91 | - (void)cosmoteSharingAsync:(NSString*)sharingId :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
89 | - (void)cosmoteRetrieveSharingAsync:(NSString*)sharingId :(NSNumber*)accept :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 92 | - (void)cosmoteRetrieveSharingAsync:(NSString*)sharingId :(NSNumber*)accept :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
90 | - (void)getCosmoteUserAsync:(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 93 | - (void)getCosmoteUserAsync:(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
91 | - (void)cosmoteCouponSharingAsync:(NSString*) coupon :(NSString*)sender :(NSString*)receiver :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 94 | - (void)cosmoteCouponSharingAsync:(NSString*) coupon :(NSString*)sender :(NSString*)receiver :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
92 | -- (void)submitOrderAsync:(NSString*) campaign_session_uuid :(NSString*)user_msisdn :(NSString*)businessService :(NSString*)offerName :(NSString*)productType :(NSString*)provDuration :(NSString*)noOfRecurrance :(NSString*)price :(NSString*)discount :(NSString*)voiceCategory :(NSString*)dataCategory :(NSString*)minsValue :(NSString*)dataValue :(NSString*)provStepValueMins :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 95 | +- (void)submitOrderAsync:(NSString*) campaign_session_uuid :(NSString*)user_msisdn :(NSString*)businessService :(NSString*)offerName :(NSString*)productType :(NSString*)provDuration :(NSString*)noOfRecurrance :(NSString*)price :(NSString*)discount :(NSString*)voiceCategory :(NSString*)dataCategory :(NSString*)minsValue :(NSString*)dataValue :(NSString*)provStepValueMins :(NSString*)OfferAudienceLevel :(NSString*)UACIOfferTrackingCode :(NSString*)OFFERCODE1 :(NSString*)SCORE :(NSString*)ZONE :(NSString*)WAVE :(NSString*)VALIDITY :(NSString*)TREATMENT_CODE :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
93 | - (void)postEventAsync:(NSString*)Session_ID :(NSString*)OfferAudienceLevel :(NSString*)msisdn :(NSString*)UACIOfferTrackingCode :(NSString*)OFFERCODE1 :(NSString*)SCORE :(NSString*)ZONE :(NSString*)WAVE :(NSString*)VALIDITY :(NSString*)TREATMENT_CODE :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 96 | - (void)postEventAsync:(NSString*)Session_ID :(NSString*)OfferAudienceLevel :(NSString*)msisdn :(NSString*)UACIOfferTrackingCode :(NSString*)OFFERCODE1 :(NSString*)SCORE :(NSString*)ZONE :(NSString*)WAVE :(NSString*)VALIDITY :(NSString*)TREATMENT_CODE :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
94 | - (void)getCampaignsAsyncNew:(NSString*)language :(NSDictionary*)filters :(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; | 97 | - (void)getCampaignsAsyncNew:(NSString*)language :(NSDictionary*)filters :(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; |
95 | - (void)getCampaignsPersonalizedAsync:(NSString*)language :(NSDictionary*)filters :(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; | 98 | - (void)getCampaignsPersonalizedAsync:(NSString*)language :(NSDictionary*)filters :(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; |
96 | - (void)getSharingHistoryAsync:(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; | 99 | - (void)getSharingHistoryAsync:(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; |
100 | +- (void)getMultilingualMerchantsAsync:(NSArray*)categories andDefaultShown:(NSNumber*)defaultShown andCenter:(NSNumber*)center andTags:(NSArray*)tags andUuid:(NSString*)uuid andDistance:(NSNumber*)distance parent_uuids:(NSArray*)parent_uuids :(void (^)(NSDictionary *response))success failureBlock:(void (^)(NSError *error))failure; | ||
97 | 101 | ||
98 | @end | 102 | @end |
99 | #endif /* MyApi_h */ | 103 | #endif /* MyApi_h */ | ... | ... |
... | @@ -227,12 +227,17 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework25ActiveGiftsViewController") | ... | @@ -227,12 +227,17 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework25ActiveGiftsViewController") |
227 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | 227 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
228 | @end | 228 | @end |
229 | 229 | ||
230 | +@class WKWebView; | ||
231 | +@class WKNavigation; | ||
230 | @class WKUserContentController; | 232 | @class WKUserContentController; |
231 | @class WKScriptMessage; | 233 | @class WKScriptMessage; |
232 | 234 | ||
233 | SWIFT_CLASS("_TtC20SwiftWarplyFramework22CampaignViewController") | 235 | SWIFT_CLASS("_TtC20SwiftWarplyFramework22CampaignViewController") |
234 | @interface CampaignViewController : UIViewController <WKNavigationDelegate, WKScriptMessageHandler> | 236 | @interface CampaignViewController : UIViewController <WKNavigationDelegate, WKScriptMessageHandler> |
237 | +- (void)viewWillAppear:(BOOL)animated; | ||
238 | +- (void)viewWillDisappear:(BOOL)animated; | ||
235 | - (void)viewDidLoad; | 239 | - (void)viewDidLoad; |
240 | +- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation; | ||
236 | - (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; | 241 | - (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; |
237 | - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | 242 | - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; |
238 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | 243 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
... | @@ -447,6 +452,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework19TelcoViewController") | ... | @@ -447,6 +452,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework19TelcoViewController") |
447 | 452 | ||
448 | 453 | ||
449 | 454 | ||
455 | + | ||
450 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") | 456 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") |
451 | @interface WalletViewController : UIViewController | 457 | @interface WalletViewController : UIViewController |
452 | - (void)viewDidLoad; | 458 | - (void)viewDidLoad; | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
... | @@ -6,15 +6,15 @@ | ... | @@ -6,15 +6,15 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - ra11YOQzOrokWR6A3QS8G0ELUhQ= | 9 | + mOzKdbpNe7Y+c9VTQYRuJZIan0E= |
10 | </data> | 10 | </data> |
11 | <key>Headers/MyApi.h</key> | 11 | <key>Headers/MyApi.h</key> |
12 | <data> | 12 | <data> |
13 | - aOt2qHkLVOAFDyzjVRGdgqkniFg= | 13 | + Cj6f+C3jigXD9u4tN5gMIyB5ykY= |
14 | </data> | 14 | </data> |
15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
16 | <data> | 16 | <data> |
17 | - K+UQNYGNyWq6Vasg7gOmdiHtOVs= | 17 | + Y9FHqO7bqLhe4TLgyugEO8L85TM= |
18 | </data> | 18 | </data> |
19 | <key>Headers/SwiftWarplyFramework.h</key> | 19 | <key>Headers/SwiftWarplyFramework.h</key> |
20 | <data> | 20 | <data> |
... | @@ -22,15 +22,15 @@ | ... | @@ -22,15 +22,15 @@ |
22 | </data> | 22 | </data> |
23 | <key>Info.plist</key> | 23 | <key>Info.plist</key> |
24 | <data> | 24 | <data> |
25 | - J+a6hiMLQorGKkbPuuJdZf2lLKE= | 25 | + S977uF6HXbDXaaxX/GpXunjq8gc= |
26 | </data> | 26 | </data> |
27 | <key>Main.storyboardc/86r-jf-E5J-view-HDn-3J-ASt.nib</key> | 27 | <key>Main.storyboardc/86r-jf-E5J-view-HDn-3J-ASt.nib</key> |
28 | <data> | 28 | <data> |
29 | - bOCoiv5B6Tu66ceW4DiMg7TN2bw= | 29 | + +kn2CV3jPVzKxq7giQileyUkhz0= |
30 | </data> | 30 | </data> |
31 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 31 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
32 | <data> | 32 | <data> |
33 | - eoOzqeXYwNw5MKp+erN8et+OSVQ= | 33 | + b5nSXHhF7phT/spSnzDDJA0IBSE= |
34 | </data> | 34 | </data> |
35 | <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> | 35 | <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> |
36 | <data> | 36 | <data> |
... | @@ -38,35 +38,35 @@ | ... | @@ -38,35 +38,35 @@ |
38 | </data> | 38 | </data> |
39 | <key>Main.storyboardc/CDt-eI-msA-view-p8P-DP-0kH.nib</key> | 39 | <key>Main.storyboardc/CDt-eI-msA-view-p8P-DP-0kH.nib</key> |
40 | <data> | 40 | <data> |
41 | - 9p0iIdQMFdxoi9HZla4ZfIQb80g= | 41 | + Lj4ylp5MRMYt/D9wdUcwU2ZQK40= |
42 | </data> | 42 | </data> |
43 | <key>Main.storyboardc/CampaignViewController.nib</key> | 43 | <key>Main.storyboardc/CampaignViewController.nib</key> |
44 | <data> | 44 | <data> |
45 | - aUrc+59vOKzATkMybhh3MrLmhJ4= | 45 | + fq09ALNXUYdSYK8aRzkFFZImftQ= |
46 | </data> | 46 | </data> |
47 | <key>Main.storyboardc/CouponBarcodeViewController.nib</key> | 47 | <key>Main.storyboardc/CouponBarcodeViewController.nib</key> |
48 | <data> | 48 | <data> |
49 | - YHybVp2lwQlrQ895CToOWQnav7w= | 49 | + xn0Xa+M2eBEEgQMv5iSxmNfgC5Y= |
50 | </data> | 50 | </data> |
51 | <key>Main.storyboardc/CouponViewController.nib</key> | 51 | <key>Main.storyboardc/CouponViewController.nib</key> |
52 | <data> | 52 | <data> |
53 | - F1l1fOO+rjamkzAegRcOufVddB4= | 53 | + m4j6zXSGRV9N6ujksakQ6mN5sX8= |
54 | </data> | 54 | </data> |
55 | <key>Main.storyboardc/CouponsViewController.nib</key> | 55 | <key>Main.storyboardc/CouponsViewController.nib</key> |
56 | <data> | 56 | <data> |
57 | - sgWKbwlrCRpghnBmZqmBMCfkXyU= | 57 | + oqrdbodQ7QFjQpUqF7+nm6ZJKVQ= |
58 | </data> | 58 | </data> |
59 | <key>Main.storyboardc/DetailsViewController.nib</key> | 59 | <key>Main.storyboardc/DetailsViewController.nib</key> |
60 | <data> | 60 | <data> |
61 | - 4BEfuGZbQjk0e2QEEaSeO3GFgKk= | 61 | + ws8/mGFjQyrO/iLckE2ptV6F3e8= |
62 | </data> | 62 | </data> |
63 | <key>Main.storyboardc/GiftsViewController.nib</key> | 63 | <key>Main.storyboardc/GiftsViewController.nib</key> |
64 | <data> | 64 | <data> |
65 | - TxKr8HwISeLBDA+/jprXsynhDAs= | 65 | + 1GMphT8PcKoZhheGERV/MD0W91I= |
66 | </data> | 66 | </data> |
67 | <key>Main.storyboardc/HistoryViewController.nib</key> | 67 | <key>Main.storyboardc/HistoryViewController.nib</key> |
68 | <data> | 68 | <data> |
69 | - c2HAt60QpxswtYuzr96mockMcBk= | 69 | + VvgcFDcaKJXx8IH9rADg7Oy7Wao= |
70 | </data> | 70 | </data> |
71 | <key>Main.storyboardc/Info.plist</key> | 71 | <key>Main.storyboardc/Info.plist</key> |
72 | <data> | 72 | <data> |
... | @@ -74,59 +74,59 @@ | ... | @@ -74,59 +74,59 @@ |
74 | </data> | 74 | </data> |
75 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> | 75 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> |
76 | <data> | 76 | <data> |
77 | - h5zqO24QgQL6Kd7LBiRYd9cNmhI= | 77 | + 62deYFTlLC4jvVg7riOeWMA/FJE= |
78 | </data> | 78 | </data> |
79 | <key>Main.storyboardc/MFYViewController.nib</key> | 79 | <key>Main.storyboardc/MFYViewController.nib</key> |
80 | <data> | 80 | <data> |
81 | - E4mX1VDk7ldnYdURHR8A7NL+QPY= | 81 | + dFNeobYQlbmNHFn4HxLiBe5XSaU= |
82 | </data> | 82 | </data> |
83 | <key>Main.storyboardc/MakeItAPresentViewController.nib</key> | 83 | <key>Main.storyboardc/MakeItAPresentViewController.nib</key> |
84 | <data> | 84 | <data> |
85 | - cAw31+GQpOjHjWyW28txOTIZqTM= | 85 | + QJ/BOgpG0ElpbLurPDQWTLuU1vs= |
86 | </data> | 86 | </data> |
87 | <key>Main.storyboardc/NumberPopupViewController.nib</key> | 87 | <key>Main.storyboardc/NumberPopupViewController.nib</key> |
88 | <data> | 88 | <data> |
89 | - 5eeDxoYC5OaknABY46KgAix8Uq8= | 89 | + sRV0MQWHN5kB7RD8BdJg8MC83yA= |
90 | </data> | 90 | </data> |
91 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 91 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
92 | <data> | 92 | <data> |
93 | - JLKJ1Mb3YOoaxaeGnttuHK15ink= | 93 | + vUk4yQEprUpF6p8Wn3B2S2OBpDU= |
94 | </data> | 94 | </data> |
95 | <key>Main.storyboardc/ShareViewController.nib</key> | 95 | <key>Main.storyboardc/ShareViewController.nib</key> |
96 | <data> | 96 | <data> |
97 | - lIm8HXc0YSHCUHD0t6sOsYnRnZE= | 97 | + HMZpkg1bgdAQbhS/sZZCKoafohk= |
98 | </data> | 98 | </data> |
99 | <key>Main.storyboardc/SharingHistoryViewController.nib</key> | 99 | <key>Main.storyboardc/SharingHistoryViewController.nib</key> |
100 | <data> | 100 | <data> |
101 | - 6Op2367GBwVnWGochhnbOUTOiYw= | 101 | + 816ksI3dIPmBRlNqcNRZ9iJQOQ8= |
102 | </data> | 102 | </data> |
103 | <key>Main.storyboardc/StepsViewController.nib</key> | 103 | <key>Main.storyboardc/StepsViewController.nib</key> |
104 | <data> | 104 | <data> |
105 | - YK3NgOjnSSoLhXKE4+4ctoaBsMU= | 105 | + 4UbTSY5tPjo7oDnIwKFaWsQYqHw= |
106 | </data> | 106 | </data> |
107 | <key>Main.storyboardc/TelcoViewController.nib</key> | 107 | <key>Main.storyboardc/TelcoViewController.nib</key> |
108 | <data> | 108 | <data> |
109 | - FdcFdt7kzdL6BQE9NBRluIuVkt0= | 109 | + vHK4uDulSasvKVNQ9azX57C0V/s= |
110 | </data> | 110 | </data> |
111 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> | 111 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> |
112 | <data> | 112 | <data> |
113 | - sNqkOgWe0Z+MJWZFbKL6E8At09g= | 113 | + OQwx1Etm2VXTzPWg0UlDEKQLTGU= |
114 | </data> | 114 | </data> |
115 | <key>Main.storyboardc/WalletViewController.nib</key> | 115 | <key>Main.storyboardc/WalletViewController.nib</key> |
116 | <data> | 116 | <data> |
117 | - CwaoMppU6IlGId0Qiy6CqN5x/D8= | 117 | + F3bouQ83UdmC3jo7pWAot3TfwF8= |
118 | </data> | 118 | </data> |
119 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> | 119 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> |
120 | <data> | 120 | <data> |
121 | - zuh1A+rquNwziKkaWTzv/P2H8pA= | 121 | + KqaNKIWWtJD1c/70MXrMfJJD0Cw= |
122 | </data> | 122 | </data> |
123 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> | 123 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> |
124 | <data> | 124 | <data> |
125 | - hHgltk/izbBSY6Vurlh+hcieL8I= | 125 | + Zd6FlkfKSw9nQ+yY+aqTNMPXrMY= |
126 | </data> | 126 | </data> |
127 | <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> | 127 | <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> |
128 | <data> | 128 | <data> |
129 | - C/QOgLy22scL8BrTZbJi3xcM5aY= | 129 | + Hd3nq3qOO3BxFFdE+VQrbIRTEq0= |
130 | </data> | 130 | </data> |
131 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> | 131 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> |
132 | <data> | 132 | <data> |
... | @@ -138,11 +138,11 @@ | ... | @@ -138,11 +138,11 @@ |
138 | </data> | 138 | </data> |
139 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> | 139 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> |
140 | <data> | 140 | <data> |
141 | - SM6QagR3rDoKGzyQzpCSdInMehU= | 141 | + kHO27mPBhte8TRveACOX/jTsTkw= |
142 | </data> | 142 | </data> |
143 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> | 143 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> |
144 | <data> | 144 | <data> |
145 | - X58zWVi6N3cWStWEoJb9DMQdTss= | 145 | + KgQzMY0P7dynOL5Bj6Z3FH1UmxA= |
146 | </data> | 146 | </data> |
147 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> | 147 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> |
148 | <data> | 148 | <data> |
... | @@ -150,11 +150,11 @@ | ... | @@ -150,11 +150,11 @@ |
150 | </data> | 150 | </data> |
151 | <key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key> | 151 | <key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key> |
152 | <data> | 152 | <data> |
153 | - c6EDtGlI5t3D4l5N+UHMC7ibStw= | 153 | + Y85BdS4LI6xZ6b1hp51nIfX+rRk= |
154 | </data> | 154 | </data> |
155 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> | 155 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> |
156 | <data> | 156 | <data> |
157 | - cd23p6sZoCyygFKmNT3ID4hsy8E= | 157 | + mIettUOiveoLEBglFFk95QydhiQ= |
158 | </data> | 158 | </data> |
159 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> | 159 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> |
160 | <data> | 160 | <data> |
... | @@ -162,11 +162,11 @@ | ... | @@ -162,11 +162,11 @@ |
162 | </data> | 162 | </data> |
163 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> | 163 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> |
164 | <data> | 164 | <data> |
165 | - MVaj94Oy3x9wSqf4bdjU3EeGYoY= | 165 | + l7o/2OvWXI0c44Q1n7MuxRTXdcU= |
166 | </data> | 166 | </data> |
167 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 167 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
168 | <data> | 168 | <data> |
169 | - nubT/iNmYDDNuLoxD6z4CAL/CLE= | 169 | + UZx5MAiRTkKrzzzEhVXguiFfbS4= |
170 | </data> | 170 | </data> |
171 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 171 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
172 | <data> | 172 | <data> |
... | @@ -174,7 +174,7 @@ | ... | @@ -174,7 +174,7 @@ |
174 | </data> | 174 | </data> |
175 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 175 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
176 | <data> | 176 | <data> |
177 | - IOLd0OR9GpY17H5pfalWxJzdTSk= | 177 | + qOIa6OE5cRGHKA3kDzs29KA5A0s= |
178 | </data> | 178 | </data> |
179 | <key>Modules/module.modulemap</key> | 179 | <key>Modules/module.modulemap</key> |
180 | <data> | 180 | <data> |
... | @@ -196,6 +196,26 @@ | ... | @@ -196,6 +196,26 @@ |
196 | <data> | 196 | <data> |
197 | QteeSEraaE/Rjil0rTcqFrUGRo0= | 197 | QteeSEraaE/Rjil0rTcqFrUGRo0= |
198 | </data> | 198 | </data> |
199 | + <key>pf_square_sans_pro_bold.ttf</key> | ||
200 | + <data> | ||
201 | + vYXiw6sp0E8RDzXktMj/HXww/JI= | ||
202 | + </data> | ||
203 | + <key>pf_square_sans_pro_bold_italic.ttf</key> | ||
204 | + <data> | ||
205 | + vmi0v4TVPFj/CRXVRnZGMzb8XiU= | ||
206 | + </data> | ||
207 | + <key>pf_square_sans_pro_extra_black.ttf</key> | ||
208 | + <data> | ||
209 | + If79ugbmlmpbUU6pW1ZeURlRidU= | ||
210 | + </data> | ||
211 | + <key>pf_square_sans_pro_medium.ttf</key> | ||
212 | + <data> | ||
213 | + wdro9jsj5AGdaoiXIAxUSqh8fjo= | ||
214 | + </data> | ||
215 | + <key>pf_square_sans_pro_regular.ttf</key> | ||
216 | + <data> | ||
217 | + jY/zZfIUwpX9HxyHci+aHZj7Qtc= | ||
218 | + </data> | ||
199 | <key>warp_white_back_button.png</key> | 219 | <key>warp_white_back_button.png</key> |
200 | <data> | 220 | <data> |
201 | pv84pocjm3eAQq5wlCXc8R7ebyc= | 221 | pv84pocjm3eAQq5wlCXc8R7ebyc= |
... | @@ -227,21 +247,21 @@ | ... | @@ -227,21 +247,21 @@ |
227 | <dict> | 247 | <dict> |
228 | <key>hash2</key> | 248 | <key>hash2</key> |
229 | <data> | 249 | <data> |
230 | - ZQXW5imxVV3rxAuot2E3dRnn06hObdoL7sjrHNIIz4g= | 250 | + 98XE9AlsQiTeFtD3KFrb3ftJ8Ikty5yE72ELnd0CNwo= |
231 | </data> | 251 | </data> |
232 | </dict> | 252 | </dict> |
233 | <key>Headers/MyApi.h</key> | 253 | <key>Headers/MyApi.h</key> |
234 | <dict> | 254 | <dict> |
235 | <key>hash2</key> | 255 | <key>hash2</key> |
236 | <data> | 256 | <data> |
237 | - Nn94OAC2eYjgvotONjWZmc2e12Vn5PxZU+CPyXKoapA= | 257 | + 6qd6aAdQSTgToZs8iuGV+JH1l0Y0yVATEUe5/4JCBc0= |
238 | </data> | 258 | </data> |
239 | </dict> | 259 | </dict> |
240 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 260 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
241 | <dict> | 261 | <dict> |
242 | <key>hash2</key> | 262 | <key>hash2</key> |
243 | <data> | 263 | <data> |
244 | - Ja/gKQHA6v5SGsrQmiuAthDh0CPhDPMusyHmY7kVYOI= | 264 | + UMs86NjfT7JaAhQasgQHSp9n3FpEH7N/J6t699FvTY0= |
245 | </data> | 265 | </data> |
246 | </dict> | 266 | </dict> |
247 | <key>Headers/SwiftWarplyFramework.h</key> | 267 | <key>Headers/SwiftWarplyFramework.h</key> |
... | @@ -255,14 +275,14 @@ | ... | @@ -255,14 +275,14 @@ |
255 | <dict> | 275 | <dict> |
256 | <key>hash2</key> | 276 | <key>hash2</key> |
257 | <data> | 277 | <data> |
258 | - 0lsTBEt+AktFmtY1dQlTNn8yR/V1LePh9wv47M3McFo= | 278 | + HJsIQw+2eewRBEZ/AdIsmT9VaH3KZSKGkMyTa4FsBd4= |
259 | </data> | 279 | </data> |
260 | </dict> | 280 | </dict> |
261 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 281 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
262 | <dict> | 282 | <dict> |
263 | <key>hash2</key> | 283 | <key>hash2</key> |
264 | <data> | 284 | <data> |
265 | - 7YSM9XStdNgMXtFie0L+13pUjBZGyMCUGbNxlk4v+X0= | 285 | + nnUSHf3v5c13AjIxAOgaZ52XV93lMPCTesfNuhIS+XE= |
266 | </data> | 286 | </data> |
267 | </dict> | 287 | </dict> |
268 | <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> | 288 | <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> |
... | @@ -276,56 +296,56 @@ | ... | @@ -276,56 +296,56 @@ |
276 | <dict> | 296 | <dict> |
277 | <key>hash2</key> | 297 | <key>hash2</key> |
278 | <data> | 298 | <data> |
279 | - koKcJNnGatTmPbIY9o7NqxcuIvJDYbEeJSQVH94Z7Zo= | 299 | + MYMstrJOuF0ec2WT/e+tr1zOyG4tiIcZ3TNCzxZih2I= |
280 | </data> | 300 | </data> |
281 | </dict> | 301 | </dict> |
282 | <key>Main.storyboardc/CampaignViewController.nib</key> | 302 | <key>Main.storyboardc/CampaignViewController.nib</key> |
283 | <dict> | 303 | <dict> |
284 | <key>hash2</key> | 304 | <key>hash2</key> |
285 | <data> | 305 | <data> |
286 | - aPEtgFJpeMcXR0vpSLihmnhOYbxqYMR/gKfPqaJJkyA= | 306 | + H16x5+921O2plZxY6D0GC0z9Hxwz+13v7ceeV3zrodo= |
287 | </data> | 307 | </data> |
288 | </dict> | 308 | </dict> |
289 | <key>Main.storyboardc/CouponBarcodeViewController.nib</key> | 309 | <key>Main.storyboardc/CouponBarcodeViewController.nib</key> |
290 | <dict> | 310 | <dict> |
291 | <key>hash2</key> | 311 | <key>hash2</key> |
292 | <data> | 312 | <data> |
293 | - ypOxvvz+pMlF7NQsnY2/SkcJ+JoBeSj2cTjNw1K5Wqc= | 313 | + 3+Lp+lIIFZJc5B7B49I8slFZ2GH8nG42/zRbflJ+k3c= |
294 | </data> | 314 | </data> |
295 | </dict> | 315 | </dict> |
296 | <key>Main.storyboardc/CouponViewController.nib</key> | 316 | <key>Main.storyboardc/CouponViewController.nib</key> |
297 | <dict> | 317 | <dict> |
298 | <key>hash2</key> | 318 | <key>hash2</key> |
299 | <data> | 319 | <data> |
300 | - g30JWVWnUErWL0grSVIj97nNHFfq1Lu6rbfj7xvJg7s= | 320 | + N5S6RpNkmzeSc2kC684tH+PaN+kvV7XBM+bk6ADcDlo= |
301 | </data> | 321 | </data> |
302 | </dict> | 322 | </dict> |
303 | <key>Main.storyboardc/CouponsViewController.nib</key> | 323 | <key>Main.storyboardc/CouponsViewController.nib</key> |
304 | <dict> | 324 | <dict> |
305 | <key>hash2</key> | 325 | <key>hash2</key> |
306 | <data> | 326 | <data> |
307 | - ew6pZtZ1Jp+z1QSJodm+mexyN7hgsWXmvWFtSYbHGTQ= | 327 | + 0PGRFCvRY3bGc71PYjt8oGz/SnevLQObqqjbCG7j5Hw= |
308 | </data> | 328 | </data> |
309 | </dict> | 329 | </dict> |
310 | <key>Main.storyboardc/DetailsViewController.nib</key> | 330 | <key>Main.storyboardc/DetailsViewController.nib</key> |
311 | <dict> | 331 | <dict> |
312 | <key>hash2</key> | 332 | <key>hash2</key> |
313 | <data> | 333 | <data> |
314 | - NM/FU3nTtKPDQDTSNWX2wFyZply6aZ2zn+HkkECgc9Y= | 334 | + axIN6vWHOCPtcj18v78l3I66qlUyD4MBnnxLmidZFbs= |
315 | </data> | 335 | </data> |
316 | </dict> | 336 | </dict> |
317 | <key>Main.storyboardc/GiftsViewController.nib</key> | 337 | <key>Main.storyboardc/GiftsViewController.nib</key> |
318 | <dict> | 338 | <dict> |
319 | <key>hash2</key> | 339 | <key>hash2</key> |
320 | <data> | 340 | <data> |
321 | - /85rQtgJ/jTwKWbLc9AiEngZlewy1tUgKVBGQE6YKOg= | 341 | + OCl1sfOp4BdiUoGXyyLexoIlhYqmOmflK8uPoApT6BI= |
322 | </data> | 342 | </data> |
323 | </dict> | 343 | </dict> |
324 | <key>Main.storyboardc/HistoryViewController.nib</key> | 344 | <key>Main.storyboardc/HistoryViewController.nib</key> |
325 | <dict> | 345 | <dict> |
326 | <key>hash2</key> | 346 | <key>hash2</key> |
327 | <data> | 347 | <data> |
328 | - dazHmmH2IdKaaFSt0cb5U5UZQINTctXw3+cu6nz3hdU= | 348 | + ZND3AsOaNjbHEauVqMYUMSJUZq4EkcsX9MZ+AJi6AiQ= |
329 | </data> | 349 | </data> |
330 | </dict> | 350 | </dict> |
331 | <key>Main.storyboardc/Info.plist</key> | 351 | <key>Main.storyboardc/Info.plist</key> |
... | @@ -339,98 +359,98 @@ | ... | @@ -339,98 +359,98 @@ |
339 | <dict> | 359 | <dict> |
340 | <key>hash2</key> | 360 | <key>hash2</key> |
341 | <data> | 361 | <data> |
342 | - UtegnedswTNBKQGWj6sHoZ6K5gisQ2BxWBlBmx7mpxM= | 362 | + 7gGvf3ybnA4gMmJSupHomy8Gm6rylRj6HSFaqnuyFDI= |
343 | </data> | 363 | </data> |
344 | </dict> | 364 | </dict> |
345 | <key>Main.storyboardc/MFYViewController.nib</key> | 365 | <key>Main.storyboardc/MFYViewController.nib</key> |
346 | <dict> | 366 | <dict> |
347 | <key>hash2</key> | 367 | <key>hash2</key> |
348 | <data> | 368 | <data> |
349 | - pgaJUvVlWhKE7FM7Uwigyb2pesezqYV3lvIa1epmWW8= | 369 | + TUlDu/2WsuCmIhr3RH7w25jcodj2+VFhPwe+7jVOwDE= |
350 | </data> | 370 | </data> |
351 | </dict> | 371 | </dict> |
352 | <key>Main.storyboardc/MakeItAPresentViewController.nib</key> | 372 | <key>Main.storyboardc/MakeItAPresentViewController.nib</key> |
353 | <dict> | 373 | <dict> |
354 | <key>hash2</key> | 374 | <key>hash2</key> |
355 | <data> | 375 | <data> |
356 | - J/hkTnq2CP+R9vW/70LlKka93Y2WkLOLdxspSaDFf6E= | 376 | + HSASF0ub1nmeF+g7vH5+Kx4fLsGicx9leMzXa/bw9ts= |
357 | </data> | 377 | </data> |
358 | </dict> | 378 | </dict> |
359 | <key>Main.storyboardc/NumberPopupViewController.nib</key> | 379 | <key>Main.storyboardc/NumberPopupViewController.nib</key> |
360 | <dict> | 380 | <dict> |
361 | <key>hash2</key> | 381 | <key>hash2</key> |
362 | <data> | 382 | <data> |
363 | - c8B2YbMfVUCScymAfy8WCn5NyAFJIYbw9mdoOQfDcIE= | 383 | + c3mMDut22qm1mX8mYpwpcf0wxXsb9jBWyMBXJXcfetg= |
364 | </data> | 384 | </data> |
365 | </dict> | 385 | </dict> |
366 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 386 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
367 | <dict> | 387 | <dict> |
368 | <key>hash2</key> | 388 | <key>hash2</key> |
369 | <data> | 389 | <data> |
370 | - 2oJUdDBxSxNHViYz8WKJCgfcxHU1Zp/9fZ/mC5uOISA= | 390 | + HAERBnZIySLZ8qvC9Z5WwTXSXCVg/kKQckcd4hClsT0= |
371 | </data> | 391 | </data> |
372 | </dict> | 392 | </dict> |
373 | <key>Main.storyboardc/ShareViewController.nib</key> | 393 | <key>Main.storyboardc/ShareViewController.nib</key> |
374 | <dict> | 394 | <dict> |
375 | <key>hash2</key> | 395 | <key>hash2</key> |
376 | <data> | 396 | <data> |
377 | - 4xtyfRw5nCV6aI3NSFOa9L3kYdTc+n20AkIvpdzGkCI= | 397 | + meS6oEAK3M7ivJmjS2kunioX1AsfsgJWwHvsEUkKsjg= |
378 | </data> | 398 | </data> |
379 | </dict> | 399 | </dict> |
380 | <key>Main.storyboardc/SharingHistoryViewController.nib</key> | 400 | <key>Main.storyboardc/SharingHistoryViewController.nib</key> |
381 | <dict> | 401 | <dict> |
382 | <key>hash2</key> | 402 | <key>hash2</key> |
383 | <data> | 403 | <data> |
384 | - sDWI7AZH0wXij8BQ+jbMv+iHQi42sXF8dn2X+N84qrQ= | 404 | + LlS3bZfA9qL6coFmC45LxxjknGwSJdYT0snZeItRiUg= |
385 | </data> | 405 | </data> |
386 | </dict> | 406 | </dict> |
387 | <key>Main.storyboardc/StepsViewController.nib</key> | 407 | <key>Main.storyboardc/StepsViewController.nib</key> |
388 | <dict> | 408 | <dict> |
389 | <key>hash2</key> | 409 | <key>hash2</key> |
390 | <data> | 410 | <data> |
391 | - Yn38fkI/hyyKrBOKSTSznmhrdQMwZ/k1SPDeCTwGah0= | 411 | + VJcWtly4NPmX5/y+3eRt/qA73Mer/MhuoEDhb8qADn8= |
392 | </data> | 412 | </data> |
393 | </dict> | 413 | </dict> |
394 | <key>Main.storyboardc/TelcoViewController.nib</key> | 414 | <key>Main.storyboardc/TelcoViewController.nib</key> |
395 | <dict> | 415 | <dict> |
396 | <key>hash2</key> | 416 | <key>hash2</key> |
397 | <data> | 417 | <data> |
398 | - obdzoyWagnPc6W4410ue7bg8wLcpfOMJmDG1EES6YOc= | 418 | + Ayl+5cdGYb2wxhQf/HvXurm2ED6IMKHe4T/NuBNpask= |
399 | </data> | 419 | </data> |
400 | </dict> | 420 | </dict> |
401 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> | 421 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> |
402 | <dict> | 422 | <dict> |
403 | <key>hash2</key> | 423 | <key>hash2</key> |
404 | <data> | 424 | <data> |
405 | - 7B2OJB8Hd+UfkS2JBcgfeUqTxy7JLL3xYeBdqc8npIQ= | 425 | + DUfo8zJ0WxzxFv4vqbd3D7YhHUTDBgBGEy1upwdtXok= |
406 | </data> | 426 | </data> |
407 | </dict> | 427 | </dict> |
408 | <key>Main.storyboardc/WalletViewController.nib</key> | 428 | <key>Main.storyboardc/WalletViewController.nib</key> |
409 | <dict> | 429 | <dict> |
410 | <key>hash2</key> | 430 | <key>hash2</key> |
411 | <data> | 431 | <data> |
412 | - rDO7v81c11s2VjPHV8eX0R9kHJMOoC1uLyitPqjdj2s= | 432 | + 1b88hYbSqArG5RrqT26lLLiP0F+I9f0+h/pA2+SRUeM= |
413 | </data> | 433 | </data> |
414 | </dict> | 434 | </dict> |
415 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> | 435 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> |
416 | <dict> | 436 | <dict> |
417 | <key>hash2</key> | 437 | <key>hash2</key> |
418 | <data> | 438 | <data> |
419 | - zc4vxfYW26dvRKznyaNF2MV/JHzZbQd8/ZQXoWqygbI= | 439 | + 3iPCqJVswH60HhoYEys0kNQ9V/N+VnaWSawQVwj1Y6c= |
420 | </data> | 440 | </data> |
421 | </dict> | 441 | </dict> |
422 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> | 442 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> |
423 | <dict> | 443 | <dict> |
424 | <key>hash2</key> | 444 | <key>hash2</key> |
425 | <data> | 445 | <data> |
426 | - CgU6h4UdlyDjCj3kltZmya4L6ptTW7wSDwp6ktDNWcE= | 446 | + UWCmqbZwTGk9aZg2EJFPpMxMXODthFN/T8UDYaGpyfA= |
427 | </data> | 447 | </data> |
428 | </dict> | 448 | </dict> |
429 | <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> | 449 | <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> |
430 | <dict> | 450 | <dict> |
431 | <key>hash2</key> | 451 | <key>hash2</key> |
432 | <data> | 452 | <data> |
433 | - 1V1W2eaRJ1Z3I/IT9u3UNg8g/GaplKz0tg6UP0MfsyE= | 453 | + RMw++PVPyVsnFbfQl+WZdYQ6BDiWrOTWmc2hUzYoep8= |
434 | </data> | 454 | </data> |
435 | </dict> | 455 | </dict> |
436 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> | 456 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> |
... | @@ -451,14 +471,14 @@ | ... | @@ -451,14 +471,14 @@ |
451 | <dict> | 471 | <dict> |
452 | <key>hash2</key> | 472 | <key>hash2</key> |
453 | <data> | 473 | <data> |
454 | - Ew6oHaTK4DIMRiWj9nBmrPQL8ciGFeGNl2rLuAfURz4= | 474 | + ZI4V3E4csKfQlAWDWlbTo4Yk/ZrUEvgSL6P1jyA7FLo= |
455 | </data> | 475 | </data> |
456 | </dict> | 476 | </dict> |
457 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> | 477 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> |
458 | <dict> | 478 | <dict> |
459 | <key>hash2</key> | 479 | <key>hash2</key> |
460 | <data> | 480 | <data> |
461 | - K5Omayw4BO3kwvrp0u2qReFBPZh6ZhGg9nFyVcjk0NA= | 481 | + 5EV+8OKo2GCA2wQx8BKWKxCmzHZNdYQ02Yr/RlpslGc= |
462 | </data> | 482 | </data> |
463 | </dict> | 483 | </dict> |
464 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> | 484 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> |
... | @@ -472,14 +492,14 @@ | ... | @@ -472,14 +492,14 @@ |
472 | <dict> | 492 | <dict> |
473 | <key>hash2</key> | 493 | <key>hash2</key> |
474 | <data> | 494 | <data> |
475 | - tBgS5tTNye7JurCeru/Tq5ehSm1cV8qVhi3dBMyiKRA= | 495 | + 7pttdJfjpJyhhsFd8FFFaguIL7RDoiZUwFeBdcOfJ2I= |
476 | </data> | 496 | </data> |
477 | </dict> | 497 | </dict> |
478 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> | 498 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> |
479 | <dict> | 499 | <dict> |
480 | <key>hash2</key> | 500 | <key>hash2</key> |
481 | <data> | 501 | <data> |
482 | - L5SEwtvUxamgyfsRHxk3/bqR/xtNkl10ak6gfRJbDqg= | 502 | + 74Q/TOeuztzP3VSr4LZxLK7eXaJt3UIs+VJMkDdkX+Q= |
483 | </data> | 503 | </data> |
484 | </dict> | 504 | </dict> |
485 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> | 505 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> |
... | @@ -493,14 +513,14 @@ | ... | @@ -493,14 +513,14 @@ |
493 | <dict> | 513 | <dict> |
494 | <key>hash2</key> | 514 | <key>hash2</key> |
495 | <data> | 515 | <data> |
496 | - /jUQEZ7WzVoEvPiwAMsBO+tDJuWk3nCnq4yQPOGpR9E= | 516 | + Uk1+Ozx8iPsNh7UVM+dyQConL0D5fEOUHZzYAhIMTr4= |
497 | </data> | 517 | </data> |
498 | </dict> | 518 | </dict> |
499 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 519 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
500 | <dict> | 520 | <dict> |
501 | <key>hash2</key> | 521 | <key>hash2</key> |
502 | <data> | 522 | <data> |
503 | - 7X7AGBZfM72pqkbwmKE9kvfh8YUEw7k+osXIrqLY5QI= | 523 | + ZvsnOEjk1BVPxlehbRzgSpVpQTgD1YQ/BkwDgbiF9aE= |
504 | </data> | 524 | </data> |
505 | </dict> | 525 | </dict> |
506 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 526 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
... | @@ -514,7 +534,7 @@ | ... | @@ -514,7 +534,7 @@ |
514 | <dict> | 534 | <dict> |
515 | <key>hash2</key> | 535 | <key>hash2</key> |
516 | <data> | 536 | <data> |
517 | - L19U6F3keaXVhGVTPq6eKAysqckB1W09y3B1c7rhuOM= | 537 | + nQlYkAQE6NYCGR/qA/PArLWktYy7SQL2bot1LYr0Rho= |
518 | </data> | 538 | </data> |
519 | </dict> | 539 | </dict> |
520 | <key>Modules/module.modulemap</key> | 540 | <key>Modules/module.modulemap</key> |
... | @@ -552,6 +572,41 @@ | ... | @@ -552,6 +572,41 @@ |
552 | O1XoZW1GttwSIMwLp6MOHlGlfC1fFYbX4/FtVo47/H8= | 572 | O1XoZW1GttwSIMwLp6MOHlGlfC1fFYbX4/FtVo47/H8= |
553 | </data> | 573 | </data> |
554 | </dict> | 574 | </dict> |
575 | + <key>pf_square_sans_pro_bold.ttf</key> | ||
576 | + <dict> | ||
577 | + <key>hash2</key> | ||
578 | + <data> | ||
579 | + By5sPJ6SFhGMjoKmTXVM+d7dn1wFhzLsAVIeYV/4DZo= | ||
580 | + </data> | ||
581 | + </dict> | ||
582 | + <key>pf_square_sans_pro_bold_italic.ttf</key> | ||
583 | + <dict> | ||
584 | + <key>hash2</key> | ||
585 | + <data> | ||
586 | + PdecwhC5jkPkIzPFGf+gSwPMPIiUL2ULQN0Rqo7aTmI= | ||
587 | + </data> | ||
588 | + </dict> | ||
589 | + <key>pf_square_sans_pro_extra_black.ttf</key> | ||
590 | + <dict> | ||
591 | + <key>hash2</key> | ||
592 | + <data> | ||
593 | + m/tu8Tz11xHuLf2/GQgMOmWtuyCPhel1fHgeqiprQDw= | ||
594 | + </data> | ||
595 | + </dict> | ||
596 | + <key>pf_square_sans_pro_medium.ttf</key> | ||
597 | + <dict> | ||
598 | + <key>hash2</key> | ||
599 | + <data> | ||
600 | + rnU5cJDIrZwv8UnUVuZTW7nwK/djj4bza33afP+/COE= | ||
601 | + </data> | ||
602 | + </dict> | ||
603 | + <key>pf_square_sans_pro_regular.ttf</key> | ||
604 | + <dict> | ||
605 | + <key>hash2</key> | ||
606 | + <data> | ||
607 | + L3rgFY1Vpz1Q71UoKY9nVpviQ3yG9WEP0EkUGc4CjX4= | ||
608 | + </data> | ||
609 | + </dict> | ||
555 | <key>warp_white_back_button.png</key> | 610 | <key>warp_white_back_button.png</key> |
556 | <dict> | 611 | <dict> |
557 | <key>hash2</key> | 612 | <key>hash2</key> | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | Pod::Spec.new do |spec| | 1 | Pod::Spec.new do |spec| |
2 | 2 | ||
3 | spec.name = "SwiftWarplyFramework" | 3 | spec.name = "SwiftWarplyFramework" |
4 | - spec.version = "0.1.37" | 4 | + spec.version = "0.1.38" |
5 | spec.summary = "A framework used for several functionalities." | 5 | spec.summary = "A framework used for several functionalities." |
6 | 6 | ||
7 | spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." | 7 | spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." |
... | @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| | ... | @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| |
17 | 17 | ||
18 | spec.platform = :ios, "11.0" | 18 | spec.platform = :ios, "11.0" |
19 | 19 | ||
20 | - spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.37" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.38" } |
21 | spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | 21 | spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" |
22 | spec.source_files = "SwiftWarplyFramework.framework/headers/*.h" | 22 | spec.source_files = "SwiftWarplyFramework.framework/headers/*.h" |
23 | spec.vendored_frameworks = "SwiftWarplyFramework.framework" | 23 | spec.vendored_frameworks = "SwiftWarplyFramework.framework" | ... | ... |
SwiftWarplyFramework/.DS_Store
0 → 100644
No preview for this file type
-
Please register or login to post a comment