Showing
33 changed files
with
119 additions
and
45 deletions
No preview for this file type
No preview for this file type
No preview for this file type
1 | -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) | 1 | +#if 0 |
2 | +#elif defined(__arm64__) && __arm64__ | ||
3 | +// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) | ||
2 | #ifndef SWIFTWARPLYFRAMEWORK_SWIFT_H | 4 | #ifndef SWIFTWARPLYFRAMEWORK_SWIFT_H |
3 | #define SWIFTWARPLYFRAMEWORK_SWIFT_H | 5 | #define SWIFTWARPLYFRAMEWORK_SWIFT_H |
4 | #pragma clang diagnostic push | 6 | #pragma clang diagnostic push |
... | @@ -21,11 +23,20 @@ | ... | @@ -21,11 +23,20 @@ |
21 | # include <swift/objc-prologue.h> | 23 | # include <swift/objc-prologue.h> |
22 | #endif | 24 | #endif |
23 | 25 | ||
26 | +#pragma clang diagnostic ignored "-Wduplicate-method-match" | ||
24 | #pragma clang diagnostic ignored "-Wauto-import" | 27 | #pragma clang diagnostic ignored "-Wauto-import" |
28 | +#if defined(__OBJC__) | ||
25 | #include <Foundation/Foundation.h> | 29 | #include <Foundation/Foundation.h> |
30 | +#endif | ||
31 | +#if defined(__cplusplus) | ||
32 | +#include <cstdint> | ||
33 | +#include <cstddef> | ||
34 | +#include <cstdbool> | ||
35 | +#else | ||
26 | #include <stdint.h> | 36 | #include <stdint.h> |
27 | #include <stddef.h> | 37 | #include <stddef.h> |
28 | #include <stdbool.h> | 38 | #include <stdbool.h> |
39 | +#endif | ||
29 | 40 | ||
30 | #if !defined(SWIFT_TYPEDEFS) | 41 | #if !defined(SWIFT_TYPEDEFS) |
31 | # define SWIFT_TYPEDEFS 1 | 42 | # define SWIFT_TYPEDEFS 1 |
... | @@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
181 | #else | 192 | #else |
182 | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) | 193 | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
183 | #endif | 194 | #endif |
195 | +#if defined(__OBJC__) | ||
184 | #if !defined(IBSegueAction) | 196 | #if !defined(IBSegueAction) |
185 | # define IBSegueAction | 197 | # define IBSegueAction |
186 | #endif | 198 | #endif |
199 | +#endif | ||
187 | #if !defined(SWIFT_EXTERN) | 200 | #if !defined(SWIFT_EXTERN) |
188 | # if defined(__cplusplus) | 201 | # if defined(__cplusplus) |
189 | # define SWIFT_EXTERN extern "C" | 202 | # define SWIFT_EXTERN extern "C" |
... | @@ -191,11 +204,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -191,11 +204,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
191 | # define SWIFT_EXTERN extern | 204 | # define SWIFT_EXTERN extern |
192 | # endif | 205 | # endif |
193 | #endif | 206 | #endif |
207 | +#if !defined(SWIFT_CALL) | ||
208 | +# define SWIFT_CALL __attribute__((swiftcall)) | ||
209 | +#endif | ||
210 | +#if defined(__cplusplus) | ||
211 | +#if !defined(SWIFT_NOEXCEPT) | ||
212 | +# define SWIFT_NOEXCEPT noexcept | ||
213 | +#endif | ||
214 | +#else | ||
215 | +#if !defined(SWIFT_NOEXCEPT) | ||
216 | +# define SWIFT_NOEXCEPT | ||
217 | +#endif | ||
218 | +#endif | ||
219 | +#if defined(__cplusplus) | ||
220 | +#if !defined(SWIFT_CXX_INT_DEFINED) | ||
221 | +#define SWIFT_CXX_INT_DEFINED | ||
222 | +namespace swift { | ||
223 | +using Int = ptrdiff_t; | ||
224 | +using UInt = size_t; | ||
225 | +} | ||
226 | +#endif | ||
227 | +#endif | ||
228 | +#if defined(__OBJC__) | ||
194 | #if __has_feature(modules) | 229 | #if __has_feature(modules) |
195 | #if __has_warning("-Watimport-in-framework-header") | 230 | #if __has_warning("-Watimport-in-framework-header") |
196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 231 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
197 | #endif | 232 | #endif |
198 | -@import CoreGraphics; | 233 | +@import CoreFoundation; |
199 | @import CoreLocation; | 234 | @import CoreLocation; |
200 | @import Foundation; | 235 | @import Foundation; |
201 | @import MapKit; | 236 | @import MapKit; |
... | @@ -204,6 +239,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -204,6 +239,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
204 | @import WebKit; | 239 | @import WebKit; |
205 | #endif | 240 | #endif |
206 | 241 | ||
242 | +#endif | ||
207 | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" | 243 | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" |
208 | #pragma clang diagnostic ignored "-Wduplicate-method-arg" | 244 | #pragma clang diagnostic ignored "-Wduplicate-method-arg" |
209 | #if __has_warning("-Wpragma-clang-attribute") | 245 | #if __has_warning("-Wpragma-clang-attribute") |
... | @@ -211,6 +247,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -211,6 +247,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
211 | #endif | 247 | #endif |
212 | #pragma clang diagnostic ignored "-Wunknown-pragmas" | 248 | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
213 | #pragma clang diagnostic ignored "-Wnullability" | 249 | #pragma clang diagnostic ignored "-Wnullability" |
250 | +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" | ||
214 | 251 | ||
215 | #if __has_attribute(external_source_symbol) | 252 | #if __has_attribute(external_source_symbol) |
216 | # pragma push_macro("any") | 253 | # pragma push_macro("any") |
... | @@ -219,6 +256,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -219,6 +256,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
219 | # pragma pop_macro("any") | 256 | # pragma pop_macro("any") |
220 | #endif | 257 | #endif |
221 | 258 | ||
259 | +#if defined(__OBJC__) | ||
222 | @class NSString; | 260 | @class NSString; |
223 | @class NSBundle; | 261 | @class NSBundle; |
224 | @class NSCoder; | 262 | @class NSCoder; |
... | @@ -556,8 +594,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") | ... | @@ -556,8 +594,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") |
556 | - (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; | 594 | - (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; |
557 | @end | 595 | @end |
558 | 596 | ||
597 | +#endif | ||
598 | +#if defined(__cplusplus) | ||
599 | +#endif | ||
559 | #if __has_attribute(external_source_symbol) | 600 | #if __has_attribute(external_source_symbol) |
560 | # pragma clang attribute pop | 601 | # pragma clang attribute pop |
561 | #endif | 602 | #endif |
562 | #pragma clang diagnostic pop | 603 | #pragma clang diagnostic pop |
563 | #endif | 604 | #endif |
605 | + | ||
606 | +#else | ||
607 | +#error unsupported Swift architecture | ||
608 | +#endif | ... | ... |
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.
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - HVuc8h79DWri64Ye87H6ZZn5wac= | 9 | + dHsp0jvVnP36p2YASlH7z40eCCI= |
10 | </data> | 10 | </data> |
11 | <key>Headers/MyApi.h</key> | 11 | <key>Headers/MyApi.h</key> |
12 | <data> | 12 | <data> |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | </data> | 14 | </data> |
15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
16 | <data> | 16 | <data> |
17 | - D/tf+p1nJ10jqBvXr3qOfdk6Z+Q= | 17 | + +Q4Eb6vCWOcFcPEAvOhp4OtUbeo= |
18 | </data> | 18 | </data> |
19 | <key>Headers/SwiftWarplyFramework.h</key> | 19 | <key>Headers/SwiftWarplyFramework.h</key> |
20 | <data> | 20 | <data> |
... | @@ -22,11 +22,11 @@ | ... | @@ -22,11 +22,11 @@ |
22 | </data> | 22 | </data> |
23 | <key>Info.plist</key> | 23 | <key>Info.plist</key> |
24 | <data> | 24 | <data> |
25 | - S977uF6HXbDXaaxX/GpXunjq8gc= | 25 | + 0dYEy6qOsai7BUKMKlg7tQvMWGI= |
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 | - yJWnGSvsInhg2EMFBjf+UmdosHY= | 29 | + nhZF7szjsA9NrkHHrPlmB/xB1n0= |
30 | </data> | 30 | </data> |
31 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 31 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
32 | <data> | 32 | <data> |
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
58 | </data> | 58 | </data> |
59 | <key>Main.storyboardc/CouponsViewController.nib</key> | 59 | <key>Main.storyboardc/CouponsViewController.nib</key> |
60 | <data> | 60 | <data> |
61 | - oqrdbodQ7QFjQpUqF7+nm6ZJKVQ= | 61 | + wZtAPDRb/yWMoLtFUD35QN9CO5o= |
62 | </data> | 62 | </data> |
63 | <key>Main.storyboardc/DetailsViewController.nib</key> | 63 | <key>Main.storyboardc/DetailsViewController.nib</key> |
64 | <data> | 64 | <data> |
... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
118 | </data> | 118 | </data> |
119 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> | 119 | <key>Main.storyboardc/UpJ-ey-hJ5-view-XzS-AB-unt.nib</key> |
120 | <data> | 120 | <data> |
121 | - jQ+SFIFcTGMW0Ot83clOiIPngX4= | 121 | + Wo2RxcNqZ70uGF3dntYE7IGBIrQ= |
122 | </data> | 122 | </data> |
123 | <key>Main.storyboardc/WalletViewController.nib</key> | 123 | <key>Main.storyboardc/WalletViewController.nib</key> |
124 | <data> | 124 | <data> |
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | </data> | 126 | </data> |
127 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> | 127 | <key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key> |
128 | <data> | 128 | <data> |
129 | - SMLzT8/xijM6JS8HNAJrhzqa6U8= | 129 | + zfITqXDfSKGsVT91k9FmwyQHN44= |
130 | </data> | 130 | </data> |
131 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> | 131 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> |
132 | <data> | 132 | <data> |
... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
142 | </data> | 142 | </data> |
143 | <key>Main.storyboardc/lA7-aM-j4d-view-cXJ-oE-1HV.nib</key> | 143 | <key>Main.storyboardc/lA7-aM-j4d-view-cXJ-oE-1HV.nib</key> |
144 | <data> | 144 | <data> |
145 | - g5L7iSXPN/uWtXsuTCe+BbR+F0s= | 145 | + GhV0WmdDBIV4ilFLtg04lZHgVPg= |
146 | </data> | 146 | </data> |
147 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> | 147 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> |
148 | <data> | 148 | <data> |
... | @@ -150,7 +150,7 @@ | ... | @@ -150,7 +150,7 @@ |
150 | </data> | 150 | </data> |
151 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> | 151 | <key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key> |
152 | <data> | 152 | <data> |
153 | - ISgXLQz9JtY81keQyfqJ02P0rDk= | 153 | + 0eikys/NYxxPsyZ7BtXClT2v+3Q= |
154 | </data> | 154 | </data> |
155 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> | 155 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> |
156 | <data> | 156 | <data> |
... | @@ -158,51 +158,55 @@ | ... | @@ -158,51 +158,55 @@ |
158 | </data> | 158 | </data> |
159 | <key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key> | 159 | <key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key> |
160 | <data> | 160 | <data> |
161 | - C7uDcCswlD6/gOv0q4gK37DoMjs= | 161 | + dqEsJkTjH1AXrsXiziDPTqbGGGw= |
162 | </data> | 162 | </data> |
163 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> | 163 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> |
164 | <data> | 164 | <data> |
165 | - q9CMs/bgBNzglIFhDMmsMC4euHw= | 165 | + c2TLk+n4cXYwnckQIKZktZ7JGtU= |
166 | </data> | 166 | </data> |
167 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> | 167 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> |
168 | <data> | 168 | <data> |
169 | - IEeajpMTSJfKQ6sPKENbjdA9YJQ= | 169 | + Q4hQUHOqErMDujQIdObGD+o5E4w= |
170 | </data> | 170 | </data> |
171 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> | 171 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> |
172 | <data> | 172 | <data> |
173 | - PKcSMwriPFHEArjZkkerP6C4jLk= | 173 | + 8S7czsu0nblxPAyoyr95zHGFeaI= |
174 | </data> | 174 | </data> |
175 | <key>MapsViewController.nib</key> | 175 | <key>MapsViewController.nib</key> |
176 | <data> | 176 | <data> |
177 | - nDsCiLATJ2VLmLGa+j9yLF7Eeyo= | 177 | + PN9bEEB2Yl4Bp0HwKdKyJGcVJYA= |
178 | </data> | 178 | </data> |
179 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
180 | <data> | 180 | <data> |
181 | - BOimMmOHsjrE9i7HuDpIaosXSc4= | 181 | + +qJewEozcjYiT8oRS7jyMc//Cds= |
182 | + </data> | ||
183 | + <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</key> | ||
184 | + <data> | ||
185 | + FSPnLbho3G+LL9smI3XgVOqBIQ4= | ||
182 | </data> | 186 | </data> |
183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 187 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
184 | <data> | 188 | <data> |
185 | - 27U9Iw/4iG2mAdvvNQYWxgB2GjQ= | 189 | + mLTN7+WYiQ0qXYO28lJYzyNV8R0= |
186 | </data> | 190 | </data> |
187 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 191 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
188 | <data> | 192 | <data> |
189 | - VSggQhRVOLOfyDBrBn1Psw6CXP0= | 193 | + NLN/bc8CROYJHcAoaEnHMWsoCFo= |
190 | </data> | 194 | </data> |
191 | <key>Modules/module.modulemap</key> | 195 | <key>Modules/module.modulemap</key> |
192 | <data> | 196 | <data> |
193 | - rYGHPPWvC6ZzeA5E90mRzjxhoGQ= | 197 | + LJIen1JIRkXqQlvNd4roTPFyr4Y= |
194 | </data> | 198 | </data> |
195 | <key>WLNativeAdCollectionViewCell.nib/objects-12.3+.nib</key> | 199 | <key>WLNativeAdCollectionViewCell.nib/objects-12.3+.nib</key> |
196 | <data> | 200 | <data> |
197 | - JpqcaqCHDLpEU0KqWMdaJnLZFLo= | 201 | + lSvhtfUc11CCu8ayQvkG6kFhrtI= |
198 | </data> | 202 | </data> |
199 | <key>WLNativeAdCollectionViewCell.nib/runtime.nib</key> | 203 | <key>WLNativeAdCollectionViewCell.nib/runtime.nib</key> |
200 | <data> | 204 | <data> |
201 | - X3R25WNNSmVVncF+RF3O23JjRSE= | 205 | + i1kiJTpvKtVnkrtH+kF14mHniZo= |
202 | </data> | 206 | </data> |
203 | <key>WLNativeAdTableViewCell.nib</key> | 207 | <key>WLNativeAdTableViewCell.nib</key> |
204 | <data> | 208 | <data> |
205 | - kK1mD6sTwY/gD9k5hj3E/3fkAuY= | 209 | + sm7knQHp8nekCBWkdgLZTKPtQ/Y= |
206 | </data> | 210 | </data> |
207 | <key>WLNativeVideoTableViewCell.nib</key> | 211 | <key>WLNativeVideoTableViewCell.nib</key> |
208 | <data> | 212 | <data> |
... | @@ -259,7 +263,7 @@ | ... | @@ -259,7 +263,7 @@ |
259 | <dict> | 263 | <dict> |
260 | <key>hash2</key> | 264 | <key>hash2</key> |
261 | <data> | 265 | <data> |
262 | - lgQU7uii8old1ZX0DJl25mUhH4DRpcw/UD0lDijtVc0= | 266 | + oi3WUpy0jRxpxURs3KDSfkwbsyPJg1JEVFNZM5/6Cec= |
263 | </data> | 267 | </data> |
264 | </dict> | 268 | </dict> |
265 | <key>Headers/MyApi.h</key> | 269 | <key>Headers/MyApi.h</key> |
... | @@ -273,7 +277,7 @@ | ... | @@ -273,7 +277,7 @@ |
273 | <dict> | 277 | <dict> |
274 | <key>hash2</key> | 278 | <key>hash2</key> |
275 | <data> | 279 | <data> |
276 | - X1TKcbK/0M2q6piiSQBt+lkKDLrxZW5be7/N1C7Kbbs= | 280 | + /uZqE0ScMsKvoWZSwNJLkV8FVc1tuWIZgl8Bl/yjTdU= |
277 | </data> | 281 | </data> |
278 | </dict> | 282 | </dict> |
279 | <key>Headers/SwiftWarplyFramework.h</key> | 283 | <key>Headers/SwiftWarplyFramework.h</key> |
... | @@ -287,7 +291,7 @@ | ... | @@ -287,7 +291,7 @@ |
287 | <dict> | 291 | <dict> |
288 | <key>hash2</key> | 292 | <key>hash2</key> |
289 | <data> | 293 | <data> |
290 | - 5SDVtvisXLbaRLoetTujr+8kWA5nHQ3nLEOXe2j/l3k= | 294 | + YQI8LDtke8bJ42l3lUzqTXwmOSb3s1AclMco9B0E9J8= |
291 | </data> | 295 | </data> |
292 | </dict> | 296 | </dict> |
293 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 297 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
... | @@ -343,7 +347,7 @@ | ... | @@ -343,7 +347,7 @@ |
343 | <dict> | 347 | <dict> |
344 | <key>hash2</key> | 348 | <key>hash2</key> |
345 | <data> | 349 | <data> |
346 | - 0PGRFCvRY3bGc71PYjt8oGz/SnevLQObqqjbCG7j5Hw= | 350 | + +zQ3pA9jTTUliuN2i9yNfcCUR0krjz/dNjqRP+aaEZk= |
347 | </data> | 351 | </data> |
348 | </dict> | 352 | </dict> |
349 | <key>Main.storyboardc/DetailsViewController.nib</key> | 353 | <key>Main.storyboardc/DetailsViewController.nib</key> |
... | @@ -448,7 +452,7 @@ | ... | @@ -448,7 +452,7 @@ |
448 | <dict> | 452 | <dict> |
449 | <key>hash2</key> | 453 | <key>hash2</key> |
450 | <data> | 454 | <data> |
451 | - yFmpyLOKgCn4IWzPW/RRrJyRmTU8l0FR7uB1vzGh+M4= | 455 | + u356A5xCKkSo9mXWShPC1Z/v0Q5ESUW8kRufp7s7/Y0= |
452 | </data> | 456 | </data> |
453 | </dict> | 457 | </dict> |
454 | <key>Main.storyboardc/WalletViewController.nib</key> | 458 | <key>Main.storyboardc/WalletViewController.nib</key> |
... | @@ -462,7 +466,7 @@ | ... | @@ -462,7 +466,7 @@ |
462 | <dict> | 466 | <dict> |
463 | <key>hash2</key> | 467 | <key>hash2</key> |
464 | <data> | 468 | <data> |
465 | - K4m89UeGQGJHz5DlBBdg2Y3yh61EAK6VxkU3jNT5LbM= | 469 | + YwWnKCE3+2EgcianMNcKxgDw3A725NwQvYDxIEpcbaI= |
466 | </data> | 470 | </data> |
467 | </dict> | 471 | </dict> |
468 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> | 472 | <key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key> |
... | @@ -490,7 +494,7 @@ | ... | @@ -490,7 +494,7 @@ |
490 | <dict> | 494 | <dict> |
491 | <key>hash2</key> | 495 | <key>hash2</key> |
492 | <data> | 496 | <data> |
493 | - 5ZFRLau2gZpD7UNuV7nH6GVJ33YLWdKOHGuT22Ybp8M= | 497 | + 4YqjgI9OxvV4601WYtYsMQiZpFGy/093cOFAiapOEIE= |
494 | </data> | 498 | </data> |
495 | </dict> | 499 | </dict> |
496 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> | 500 | <key>Main.storyboardc/lMR-D4-SOW-view-x5a-8c-FEK.nib</key> |
... | @@ -504,7 +508,7 @@ | ... | @@ -504,7 +508,7 @@ |
504 | <dict> | 508 | <dict> |
505 | <key>hash2</key> | 509 | <key>hash2</key> |
506 | <data> | 510 | <data> |
507 | - NQYtMGkoddbXWGfGYbyj1V90yiLCEjOdj6AF5S85Da8= | 511 | + 3sGNbnoyQKRPyjz90W82L6naN0vi10nthAv033wYxoQ= |
508 | </data> | 512 | </data> |
509 | </dict> | 513 | </dict> |
510 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> | 514 | <key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key> |
... | @@ -518,84 +522,91 @@ | ... | @@ -518,84 +522,91 @@ |
518 | <dict> | 522 | <dict> |
519 | <key>hash2</key> | 523 | <key>hash2</key> |
520 | <data> | 524 | <data> |
521 | - /PZp+AOv0HL8DMuahDSfHfRyE5kepX+feslNMs1XhTs= | 525 | + GZFPA1wyuLqfd1TX7eFxAoMP7tPb49w3KKZcnT+yqFY= |
522 | </data> | 526 | </data> |
523 | </dict> | 527 | </dict> |
524 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> | 528 | <key>Main.storyboardc/xOZ-Af-1Nw-view-IAk-m8-ZIC.nib</key> |
525 | <dict> | 529 | <dict> |
526 | <key>hash2</key> | 530 | <key>hash2</key> |
527 | <data> | 531 | <data> |
528 | - 4AZDhatzFkf/aagNeRLDlKYCwqxNvqGVmzhyoiOIPSY= | 532 | + HoRMi97HNGmdVQjCWB6TvW3hhosuLE9cBkYuXJbmRSE= |
529 | </data> | 533 | </data> |
530 | </dict> | 534 | </dict> |
531 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> | 535 | <key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key> |
532 | <dict> | 536 | <dict> |
533 | <key>hash2</key> | 537 | <key>hash2</key> |
534 | <data> | 538 | <data> |
535 | - aDP/tBG+fjTdZ3qsUm5alXZp/RJLfhdsd0FKGMfM1sk= | 539 | + 7PcEyr7hlhlKNsXB6I56ztdkYX8p78LpCEGsNS9OnaA= |
536 | </data> | 540 | </data> |
537 | </dict> | 541 | </dict> |
538 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> | 542 | <key>Main.storyboardc/ze6-Kr-Io4-view-qD1-U4-LYx.nib</key> |
539 | <dict> | 543 | <dict> |
540 | <key>hash2</key> | 544 | <key>hash2</key> |
541 | <data> | 545 | <data> |
542 | - pEKmgsaOOZEA8jDqP8V/57NIBVFVuRyqnQ/Kw3k/geo= | 546 | + cUwnGmP4OJkhyktOu+4+2SUEgskohhlPKQp+48Xig00= |
543 | </data> | 547 | </data> |
544 | </dict> | 548 | </dict> |
545 | <key>MapsViewController.nib</key> | 549 | <key>MapsViewController.nib</key> |
546 | <dict> | 550 | <dict> |
547 | <key>hash2</key> | 551 | <key>hash2</key> |
548 | <data> | 552 | <data> |
549 | - NPvm2MHPOBifbE3kplPQra1STTBthrtObPK4cWSKvT8= | 553 | + aJOESLOyRFpr8UjDLXUTyilxvJXwj3zKsNCI67UzWtQ= |
550 | </data> | 554 | </data> |
551 | </dict> | 555 | </dict> |
552 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 556 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
553 | <dict> | 557 | <dict> |
554 | <key>hash2</key> | 558 | <key>hash2</key> |
555 | <data> | 559 | <data> |
556 | - HedSz1tROdnZOzfmc4lAX7B5s7BlgAO7k3ID8uaI72c= | 560 | + 2OyGiOb6qCSUq4wmW+JKnaFjs87jMUJs6q8ALOMYtWM= |
561 | + </data> | ||
562 | + </dict> | ||
563 | + <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</key> | ||
564 | + <dict> | ||
565 | + <key>hash2</key> | ||
566 | + <data> | ||
567 | + KnRdWE4y6t4QM5zi5JDptPdHFgJy1Tku+7GLkZS2aNM= | ||
557 | </data> | 568 | </data> |
558 | </dict> | 569 | </dict> |
559 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 570 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
560 | <dict> | 571 | <dict> |
561 | <key>hash2</key> | 572 | <key>hash2</key> |
562 | <data> | 573 | <data> |
563 | - U1CAppyT4plKGbU0DdW5DqRLj9AdntEb2AqROr8svtw= | 574 | + OescDmXc4BPlS7qpE9/1ls23qUP57s0EtwZez6gtC8A= |
564 | </data> | 575 | </data> |
565 | </dict> | 576 | </dict> |
566 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 577 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
567 | <dict> | 578 | <dict> |
568 | <key>hash2</key> | 579 | <key>hash2</key> |
569 | <data> | 580 | <data> |
570 | - dsZ4tmOiW/2eescSbzOia3T4vofLvuI/V+k/D655y4A= | 581 | + yl5NPRW6O/4lHcLAUebGviGzxpIiz2fh8WnfczJbCfk= |
571 | </data> | 582 | </data> |
572 | </dict> | 583 | </dict> |
573 | <key>Modules/module.modulemap</key> | 584 | <key>Modules/module.modulemap</key> |
574 | <dict> | 585 | <dict> |
575 | <key>hash2</key> | 586 | <key>hash2</key> |
576 | <data> | 587 | <data> |
577 | - HGAJwOPN/MiceW5ud9qqenPRXBY38J+xdGQ0LNN0FJ8= | 588 | + Lrlji3zMWY+q3Zp5wmP0RMJFv+/oREuu0ydauzpa6PU= |
578 | </data> | 589 | </data> |
579 | </dict> | 590 | </dict> |
580 | <key>WLNativeAdCollectionViewCell.nib/objects-12.3+.nib</key> | 591 | <key>WLNativeAdCollectionViewCell.nib/objects-12.3+.nib</key> |
581 | <dict> | 592 | <dict> |
582 | <key>hash2</key> | 593 | <key>hash2</key> |
583 | <data> | 594 | <data> |
584 | - 8zDmyYpy6RMFwd0JkLUlw7xzmtAZemgGKVmEzODdps4= | 595 | + 9nnQA8FmESypcy+yz1FE0Ln1nOQX4CMJATXas/Fss8Q= |
585 | </data> | 596 | </data> |
586 | </dict> | 597 | </dict> |
587 | <key>WLNativeAdCollectionViewCell.nib/runtime.nib</key> | 598 | <key>WLNativeAdCollectionViewCell.nib/runtime.nib</key> |
588 | <dict> | 599 | <dict> |
589 | <key>hash2</key> | 600 | <key>hash2</key> |
590 | <data> | 601 | <data> |
591 | - wvPn6C04U2ban4VLk2b9wHn7fMItsRX1ckL0kGO5AXE= | 602 | + d0FFYzEYBEAP7MO2ajQA6Y6oPHt9B3R4rL5cNxU10ZQ= |
592 | </data> | 603 | </data> |
593 | </dict> | 604 | </dict> |
594 | <key>WLNativeAdTableViewCell.nib</key> | 605 | <key>WLNativeAdTableViewCell.nib</key> |
595 | <dict> | 606 | <dict> |
596 | <key>hash2</key> | 607 | <key>hash2</key> |
597 | <data> | 608 | <data> |
598 | - o/5N/z3ywWmGft0xZt3ManGbfBfzswlfVwrVINc14qE= | 609 | + atdiRyRJ3pTTBdMs+ZJ7PlLxCHQ7RfeIHtFb+pmfC1M= |
599 | </data> | 610 | </data> |
600 | </dict> | 611 | </dict> |
601 | <key>WLNativeVideoTableViewCell.nib</key> | 612 | <key>WLNativeVideoTableViewCell.nib</key> | ... | ... |
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.2.1" | 4 | + spec.version = "0.2.2" |
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.2.1" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.2" } |
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" | ... | ... |
-
Please register or login to post a comment