Showing
18 changed files
with
111 additions
and
19 deletions
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | - (void) setToStage; | 19 | - (void) setToStage; |
20 | - (void) setLang:(NSString*) lang; | 20 | - (void) setLang:(NSString*) lang; |
21 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; | 21 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; |
22 | -//- (UIViewController *) openCoupons:(UIView*) parentView; | 22 | +// - (UIViewController *) openCoupons:(UIView*) parentView; |
23 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; | 23 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; |
24 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; | 24 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; |
25 | //- (UIViewController *) openGifts:(UIView*) parentView; | 25 | //- (UIViewController *) openGifts:(UIView*) parentView; |
... | @@ -78,6 +78,8 @@ | ... | @@ -78,6 +78,8 @@ |
78 | - (void)getCouponsWithSuccessBlock:(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 78 | - (void)getCouponsWithSuccessBlock:(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
79 | - (void)getCouponsetsAsync:(NSNumber*) active andVisible:(NSNumber*) visible andUuids:(NSArray*) uuids :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 79 | - (void)getCouponsetsAsync:(NSNumber*) active andVisible:(NSNumber*) visible andUuids:(NSArray*) uuids :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
80 | - (void)getInboxAsync:(void (^)(NSArray *list))success failureBlock:(void (^)(NSError *error))failure; | 80 | - (void)getInboxAsync:(void (^)(NSArray *list))success failureBlock:(void (^)(NSError *error))failure; |
81 | +- (void)verifyTicketAsync:(NSString*)guid :(NSString*)ticket :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | ||
82 | +- (void)getProfileAsync:(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | ||
81 | 83 | ||
82 | @end | 84 | @end |
83 | #endif /* MyApi_h */ | 85 | #endif /* MyApi_h */ | ... | ... |
... | @@ -217,6 +217,22 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -217,6 +217,22 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
217 | @class NSBundle; | 217 | @class NSBundle; |
218 | @class NSCoder; | 218 | @class NSCoder; |
219 | 219 | ||
220 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework25ActiveGiftsViewController") | ||
221 | +@interface ActiveGiftsViewController : UIViewController | ||
222 | +- (void)viewWillAppear:(BOOL)animated; | ||
223 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
224 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
225 | +@end | ||
226 | + | ||
227 | + | ||
228 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework22CampaignViewController") | ||
229 | +@interface CampaignViewController : UIViewController | ||
230 | +- (void)viewWillAppear:(BOOL)animated; | ||
231 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
232 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
233 | +@end | ||
234 | + | ||
235 | + | ||
220 | SWIFT_CLASS("_TtC20SwiftWarplyFramework21CouponsViewController") | 236 | SWIFT_CLASS("_TtC20SwiftWarplyFramework21CouponsViewController") |
221 | @interface CouponsViewController : UIViewController | 237 | @interface CouponsViewController : UIViewController |
222 | - (void)viewWillAppear:(BOOL)animated; | 238 | - (void)viewWillAppear:(BOOL)animated; |
... | @@ -249,6 +265,14 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework17MFYViewController") | ... | @@ -249,6 +265,14 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework17MFYViewController") |
249 | @end | 265 | @end |
250 | 266 | ||
251 | 267 | ||
268 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") | ||
269 | +@interface MakeItAPresentViewController : UIViewController | ||
270 | +- (void)viewWillAppear:(BOOL)animated; | ||
271 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
272 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
273 | +@end | ||
274 | + | ||
275 | + | ||
252 | 276 | ||
253 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") | 277 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") |
254 | @interface WalletViewController : UIViewController | 278 | @interface WalletViewController : UIViewController | ... | ... |
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
... | @@ -6,11 +6,11 @@ | ... | @@ -6,11 +6,11 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Headers/MyApi.h</key> | 7 | <key>Headers/MyApi.h</key> |
8 | <data> | 8 | <data> |
9 | - OOVfEkEiBWW95QSt1t7MqqcL3M4= | 9 | + EFu4CmSfWY3U+R2Txmpa3InhiP8= |
10 | </data> | 10 | </data> |
11 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 11 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
12 | <data> | 12 | <data> |
13 | - oezauEJZHDPgN/P/vIbIDJbYvmw= | 13 | + UFvJaD35i17yw97LO4yCjuaYzkI= |
14 | </data> | 14 | </data> |
15 | <key>Headers/SwiftWarplyFramework.h</key> | 15 | <key>Headers/SwiftWarplyFramework.h</key> |
16 | <data> | 16 | <data> |
... | @@ -20,13 +20,25 @@ | ... | @@ -20,13 +20,25 @@ |
20 | <data> | 20 | <data> |
21 | KYsBYhBmm9AXYTbLdhOttt4VCzM= | 21 | KYsBYhBmm9AXYTbLdhOttt4VCzM= |
22 | </data> | 22 | </data> |
23 | + <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | ||
24 | + <data> | ||
25 | + eoOzqeXYwNw5MKp+erN8et+OSVQ= | ||
26 | + </data> | ||
27 | + <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> | ||
28 | + <data> | ||
29 | + Rc8azX8NVsaE7CGrMtzkd4YtTv0= | ||
30 | + </data> | ||
31 | + <key>Main.storyboardc/CampaignViewController.nib</key> | ||
32 | + <data> | ||
33 | + imtduaB3ajpdpJqgo7n/MT5tq2U= | ||
34 | + </data> | ||
23 | <key>Main.storyboardc/CouponViewController.nib</key> | 35 | <key>Main.storyboardc/CouponViewController.nib</key> |
24 | <data> | 36 | <data> |
25 | F1l1fOO+rjamkzAegRcOufVddB4= | 37 | F1l1fOO+rjamkzAegRcOufVddB4= |
26 | </data> | 38 | </data> |
27 | <key>Main.storyboardc/CouponsViewController.nib</key> | 39 | <key>Main.storyboardc/CouponsViewController.nib</key> |
28 | <data> | 40 | <data> |
29 | - DeX+LdvRULhb+c8klddlunphq4Y= | 41 | + Ad/R0Pp11mAjGhnUGtvc0USuLV4= |
30 | </data> | 42 | </data> |
31 | <key>Main.storyboardc/DetailsViewController.nib</key> | 43 | <key>Main.storyboardc/DetailsViewController.nib</key> |
32 | <data> | 44 | <data> |
... | @@ -34,19 +46,23 @@ | ... | @@ -34,19 +46,23 @@ |
34 | </data> | 46 | </data> |
35 | <key>Main.storyboardc/GiftsViewController.nib</key> | 47 | <key>Main.storyboardc/GiftsViewController.nib</key> |
36 | <data> | 48 | <data> |
37 | - MnX1ypTpMj44+hOWCNGhNn/yVN8= | 49 | + qMumDLWWmGuwbN4omKkwVvYKofk= |
38 | </data> | 50 | </data> |
39 | <key>Main.storyboardc/Info.plist</key> | 51 | <key>Main.storyboardc/Info.plist</key> |
40 | <data> | 52 | <data> |
41 | - wT17qY46hevHSyd6SiISummH+mU= | 53 | + /ZJzLIRP9jlPHNeHVE7m2LD30dQ= |
42 | </data> | 54 | </data> |
43 | <key>Main.storyboardc/MFYViewController.nib</key> | 55 | <key>Main.storyboardc/MFYViewController.nib</key> |
44 | <data> | 56 | <data> |
45 | vHYd+jIg9tRMPuG3UEMNZvbseNM= | 57 | vHYd+jIg9tRMPuG3UEMNZvbseNM= |
46 | </data> | 58 | </data> |
59 | + <key>Main.storyboardc/MakeItAPresentViewController.nib</key> | ||
60 | + <data> | ||
61 | + cAw31+GQpOjHjWyW28txOTIZqTM= | ||
62 | + </data> | ||
47 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 63 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
48 | <data> | 64 | <data> |
49 | - Wn8A4iR9FAXkcLL4avnjTIc8Rno= | 65 | + nKlqkhPctZwuoLgjhNyReZUMMPk= |
50 | </data> | 66 | </data> |
51 | <key>Main.storyboardc/WalletViewController.nib</key> | 67 | <key>Main.storyboardc/WalletViewController.nib</key> |
52 | <data> | 68 | <data> |
... | @@ -56,6 +72,10 @@ | ... | @@ -56,6 +72,10 @@ |
56 | <data> | 72 | <data> |
57 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= | 73 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= |
58 | </data> | 74 | </data> |
75 | + <key>Main.storyboardc/lA7-aM-j4d-view-cXJ-oE-1HV.nib</key> | ||
76 | + <data> | ||
77 | + g5L7iSXPN/uWtXsuTCe+BbR+F0s= | ||
78 | + </data> | ||
59 | <key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key> | 79 | <key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key> |
60 | <data> | 80 | <data> |
61 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= | 81 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= |
... | @@ -66,15 +86,19 @@ | ... | @@ -66,15 +86,19 @@ |
66 | </data> | 86 | </data> |
67 | <key>Main.storyboardc/wy8-hC-CyC-view-rgt-dj-Aiw.nib</key> | 87 | <key>Main.storyboardc/wy8-hC-CyC-view-rgt-dj-Aiw.nib</key> |
68 | <data> | 88 | <data> |
89 | + ljmdG2JV3C7dthRI4l250hZlhhs= | ||
90 | + </data> | ||
91 | + <key>Main.storyboardc/yqg-nb-9Dh-view-Cz1-PS-4Dy.nib</key> | ||
92 | + <data> | ||
69 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= | 93 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= |
70 | </data> | 94 | </data> |
71 | <key>Main.storyboardc/zti-Lv-RCc-view-OHf-ga-xvH.nib</key> | 95 | <key>Main.storyboardc/zti-Lv-RCc-view-OHf-ga-xvH.nib</key> |
72 | <data> | 96 | <data> |
73 | - 7duN6JxqnuAh64jeKlgcsZ2/cFs= | 97 | + wVxQjAss0kY7XlpnwnJ//veQzE4= |
74 | </data> | 98 | </data> |
75 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 99 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
76 | <data> | 100 | <data> |
77 | - 77EMZZs2347pRdaBrJ36BGWs00I= | 101 | + YgVU0YMRgcLrdPRfkMzq1a8IF+w= |
78 | </data> | 102 | </data> |
79 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 103 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
80 | <data> | 104 | <data> |
... | @@ -82,7 +106,7 @@ | ... | @@ -82,7 +106,7 @@ |
82 | </data> | 106 | </data> |
83 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 107 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> |
84 | <data> | 108 | <data> |
85 | - PJXhdlVOtHZHu5CLoJwqWDOgnsU= | 109 | + sMJnGebGjoydom2J0LLwR8lUq0U= |
86 | </data> | 110 | </data> |
87 | <key>Modules/module.modulemap</key> | 111 | <key>Modules/module.modulemap</key> |
88 | <data> | 112 | <data> |
... | @@ -135,14 +159,14 @@ | ... | @@ -135,14 +159,14 @@ |
135 | <dict> | 159 | <dict> |
136 | <key>hash2</key> | 160 | <key>hash2</key> |
137 | <data> | 161 | <data> |
138 | - cSBNeHGwAT2/Bs3uxmfw7HViqklr182gpzWS0eSUODI= | 162 | + jHq0iaIezbJBbPalNjrvRapjES1f9MvyAouMObLVZHQ= |
139 | </data> | 163 | </data> |
140 | </dict> | 164 | </dict> |
141 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 165 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
142 | <dict> | 166 | <dict> |
143 | <key>hash2</key> | 167 | <key>hash2</key> |
144 | <data> | 168 | <data> |
145 | - 030Cc0w4fOARIRl3r5A+1xPbpsIgMCDOu0P67JYo+8w= | 169 | + DUwHz5zk0VrP7EjK98xRuEv4yuq48sTKqO9zkGwobjc= |
146 | </data> | 170 | </data> |
147 | </dict> | 171 | </dict> |
148 | <key>Headers/SwiftWarplyFramework.h</key> | 172 | <key>Headers/SwiftWarplyFramework.h</key> |
... | @@ -152,6 +176,27 @@ | ... | @@ -152,6 +176,27 @@ |
152 | oEdgawjoUHgxQK9WtQgZi81X8UAJrL+BYt7jYquUZ3Q= | 176 | oEdgawjoUHgxQK9WtQgZi81X8UAJrL+BYt7jYquUZ3Q= |
153 | </data> | 177 | </data> |
154 | </dict> | 178 | </dict> |
179 | + <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | ||
180 | + <dict> | ||
181 | + <key>hash2</key> | ||
182 | + <data> | ||
183 | + 7YSM9XStdNgMXtFie0L+13pUjBZGyMCUGbNxlk4v+X0= | ||
184 | + </data> | ||
185 | + </dict> | ||
186 | + <key>Main.storyboardc/BqS-DP-tcC-view-bVb-O2-Ery.nib</key> | ||
187 | + <dict> | ||
188 | + <key>hash2</key> | ||
189 | + <data> | ||
190 | + DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= | ||
191 | + </data> | ||
192 | + </dict> | ||
193 | + <key>Main.storyboardc/CampaignViewController.nib</key> | ||
194 | + <dict> | ||
195 | + <key>hash2</key> | ||
196 | + <data> | ||
197 | + QTv++VsNVIDzXB/KiivXzZGqvYZZ0VSz5Qx0jEn8U9Q= | ||
198 | + </data> | ||
199 | + </dict> | ||
155 | <key>Main.storyboardc/CouponViewController.nib</key> | 200 | <key>Main.storyboardc/CouponViewController.nib</key> |
156 | <dict> | 201 | <dict> |
157 | <key>hash2</key> | 202 | <key>hash2</key> |
... | @@ -163,7 +208,7 @@ | ... | @@ -163,7 +208,7 @@ |
163 | <dict> | 208 | <dict> |
164 | <key>hash2</key> | 209 | <key>hash2</key> |
165 | <data> | 210 | <data> |
166 | - v53aBp0A9QGFtIU0kvaZPTPz0P26VnmZeKZrWYznxBU= | 211 | + om21rlXv4uWXFV2VJeEr4WcklmOd0vF/DFwKgAXgjEo= |
167 | </data> | 212 | </data> |
168 | </dict> | 213 | </dict> |
169 | <key>Main.storyboardc/DetailsViewController.nib</key> | 214 | <key>Main.storyboardc/DetailsViewController.nib</key> |
... | @@ -177,14 +222,14 @@ | ... | @@ -177,14 +222,14 @@ |
177 | <dict> | 222 | <dict> |
178 | <key>hash2</key> | 223 | <key>hash2</key> |
179 | <data> | 224 | <data> |
180 | - PwUnwnuTLdLRSVZXttF+M0cI90XBQfESkkLrWMPxP8o= | 225 | + QjqKbJ2puH408XJj2oPadllvbgZQoiO3A7bJ36ilLfg= |
181 | </data> | 226 | </data> |
182 | </dict> | 227 | </dict> |
183 | <key>Main.storyboardc/Info.plist</key> | 228 | <key>Main.storyboardc/Info.plist</key> |
184 | <dict> | 229 | <dict> |
185 | <key>hash2</key> | 230 | <key>hash2</key> |
186 | <data> | 231 | <data> |
187 | - GMAAUbqU9Te01YCYB1pMBCXrXzkSEM6M5BS9udetzKg= | 232 | + Yif9Hpw8wv5ACVo+JWKacjZiLrqdcRAfmahrBz1fBoM= |
188 | </data> | 233 | </data> |
189 | </dict> | 234 | </dict> |
190 | <key>Main.storyboardc/MFYViewController.nib</key> | 235 | <key>Main.storyboardc/MFYViewController.nib</key> |
... | @@ -194,11 +239,18 @@ | ... | @@ -194,11 +239,18 @@ |
194 | 7NPR6jbqlasfRZMBeaSCIk9y8gPM0fGxRszYlA6+LTo= | 239 | 7NPR6jbqlasfRZMBeaSCIk9y8gPM0fGxRszYlA6+LTo= |
195 | </data> | 240 | </data> |
196 | </dict> | 241 | </dict> |
242 | + <key>Main.storyboardc/MakeItAPresentViewController.nib</key> | ||
243 | + <dict> | ||
244 | + <key>hash2</key> | ||
245 | + <data> | ||
246 | + J/hkTnq2CP+R9vW/70LlKka93Y2WkLOLdxspSaDFf6E= | ||
247 | + </data> | ||
248 | + </dict> | ||
197 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 249 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
198 | <dict> | 250 | <dict> |
199 | <key>hash2</key> | 251 | <key>hash2</key> |
200 | <data> | 252 | <data> |
201 | - 3pAR2lEhG2GbXyj+YEMZPrxQdas+fh216jAXpK/LNTs= | 253 | + 8fO9ja4YkTiojpaQXITeVWO+IUJdeLvUzmSC9Za0DT8= |
202 | </data> | 254 | </data> |
203 | </dict> | 255 | </dict> |
204 | <key>Main.storyboardc/WalletViewController.nib</key> | 256 | <key>Main.storyboardc/WalletViewController.nib</key> |
... | @@ -215,6 +267,13 @@ | ... | @@ -215,6 +267,13 @@ |
215 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= | 267 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= |
216 | </data> | 268 | </data> |
217 | </dict> | 269 | </dict> |
270 | + <key>Main.storyboardc/lA7-aM-j4d-view-cXJ-oE-1HV.nib</key> | ||
271 | + <dict> | ||
272 | + <key>hash2</key> | ||
273 | + <data> | ||
274 | + 5ZFRLau2gZpD7UNuV7nH6GVJ33YLWdKOHGuT22Ybp8M= | ||
275 | + </data> | ||
276 | + </dict> | ||
218 | <key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key> | 277 | <key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key> |
219 | <dict> | 278 | <dict> |
220 | <key>hash2</key> | 279 | <key>hash2</key> |
... | @@ -233,6 +292,13 @@ | ... | @@ -233,6 +292,13 @@ |
233 | <dict> | 292 | <dict> |
234 | <key>hash2</key> | 293 | <key>hash2</key> |
235 | <data> | 294 | <data> |
295 | + Vbs/Al2n78m05kfa4aTu+31R6M1O4NjFowVJfQ77c9M= | ||
296 | + </data> | ||
297 | + </dict> | ||
298 | + <key>Main.storyboardc/yqg-nb-9Dh-view-Cz1-PS-4Dy.nib</key> | ||
299 | + <dict> | ||
300 | + <key>hash2</key> | ||
301 | + <data> | ||
236 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= | 302 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= |
237 | </data> | 303 | </data> |
238 | </dict> | 304 | </dict> |
... | @@ -240,14 +306,14 @@ | ... | @@ -240,14 +306,14 @@ |
240 | <dict> | 306 | <dict> |
241 | <key>hash2</key> | 307 | <key>hash2</key> |
242 | <data> | 308 | <data> |
243 | - XS9WV7jXmZpeKz1IcPz67p8jBDsfXroAQsUP0rXvoAQ= | 309 | + TgfxtuiWLVGvT4KXdr6OHr9kwjYELkuG4OmcoMn2YzI= |
244 | </data> | 310 | </data> |
245 | </dict> | 311 | </dict> |
246 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 312 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
247 | <dict> | 313 | <dict> |
248 | <key>hash2</key> | 314 | <key>hash2</key> |
249 | <data> | 315 | <data> |
250 | - 79nRuTuLwLmCHcalyv4UdxlduO58QhDe5imtcNtrm9s= | 316 | + iRayqGgM3Ozhek7qERkehHwMnz4lCT5hG6MlXpuiHA0= |
251 | </data> | 317 | </data> |
252 | </dict> | 318 | </dict> |
253 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 319 | <key>Modules/SwiftWarplyFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
... | @@ -261,7 +327,7 @@ | ... | @@ -261,7 +327,7 @@ |
261 | <dict> | 327 | <dict> |
262 | <key>hash2</key> | 328 | <key>hash2</key> |
263 | <data> | 329 | <data> |
264 | - qrkuCEQfjs7UbQ39HUXBFhBZ2+X/qon9jFTXxryt9FM= | 330 | + m9LdK4gjUrN9WEzBXiGenWBchKIYuIEdKihsXXEL+6s= |
265 | </data> | 331 | </data> |
266 | </dict> | 332 | </dict> |
267 | <key>Modules/module.modulemap</key> | 333 | <key>Modules/module.modulemap</key> | ... | ... |
-
Please register or login to post a comment