Showing
31 changed files
with
603 additions
and
9 deletions
No preview for this file type
RSBarcodes_Swift.o
0 → 100644
No preview for this file type
RSBarcodes_Swift.swiftmodule/.DS_Store
0 → 100644
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
RSBarcodes_Swift.swiftmodule/x86_64.swiftdoc
0 → 100644
No preview for this file type
No preview for this file type
RSBarcodes_Swift/.DS_Store
0 → 100644
No preview for this file type
No preview for this file type
1 | +// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6) | ||
2 | +#ifndef RSBARCODES_SWIFT_SWIFT_H | ||
3 | +#define RSBARCODES_SWIFT_SWIFT_H | ||
4 | +#pragma clang diagnostic push | ||
5 | +#pragma clang diagnostic ignored "-Wgcc-compat" | ||
6 | + | ||
7 | +#if !defined(__has_include) | ||
8 | +# define __has_include(x) 0 | ||
9 | +#endif | ||
10 | +#if !defined(__has_attribute) | ||
11 | +# define __has_attribute(x) 0 | ||
12 | +#endif | ||
13 | +#if !defined(__has_feature) | ||
14 | +# define __has_feature(x) 0 | ||
15 | +#endif | ||
16 | +#if !defined(__has_warning) | ||
17 | +# define __has_warning(x) 0 | ||
18 | +#endif | ||
19 | + | ||
20 | +#if __has_include(<swift/objc-prologue.h>) | ||
21 | +# include <swift/objc-prologue.h> | ||
22 | +#endif | ||
23 | + | ||
24 | +#pragma clang diagnostic ignored "-Wauto-import" | ||
25 | +#include <Foundation/Foundation.h> | ||
26 | +#include <stdint.h> | ||
27 | +#include <stddef.h> | ||
28 | +#include <stdbool.h> | ||
29 | + | ||
30 | +#if !defined(SWIFT_TYPEDEFS) | ||
31 | +# define SWIFT_TYPEDEFS 1 | ||
32 | +# if __has_include(<uchar.h>) | ||
33 | +# include <uchar.h> | ||
34 | +# elif !defined(__cplusplus) | ||
35 | +typedef uint_least16_t char16_t; | ||
36 | +typedef uint_least32_t char32_t; | ||
37 | +# endif | ||
38 | +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); | ||
39 | +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); | ||
40 | +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); | ||
41 | +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); | ||
42 | +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); | ||
43 | +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); | ||
44 | +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); | ||
45 | +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); | ||
46 | +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); | ||
47 | +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); | ||
48 | +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); | ||
49 | +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
50 | +#endif | ||
51 | + | ||
52 | +#if !defined(SWIFT_PASTE) | ||
53 | +# define SWIFT_PASTE_HELPER(x, y) x##y | ||
54 | +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) | ||
55 | +#endif | ||
56 | +#if !defined(SWIFT_METATYPE) | ||
57 | +# define SWIFT_METATYPE(X) Class | ||
58 | +#endif | ||
59 | +#if !defined(SWIFT_CLASS_PROPERTY) | ||
60 | +# if __has_feature(objc_class_property) | ||
61 | +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ | ||
62 | +# else | ||
63 | +# define SWIFT_CLASS_PROPERTY(...) | ||
64 | +# endif | ||
65 | +#endif | ||
66 | + | ||
67 | +#if __has_attribute(objc_runtime_name) | ||
68 | +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) | ||
69 | +#else | ||
70 | +# define SWIFT_RUNTIME_NAME(X) | ||
71 | +#endif | ||
72 | +#if __has_attribute(swift_name) | ||
73 | +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) | ||
74 | +#else | ||
75 | +# define SWIFT_COMPILE_NAME(X) | ||
76 | +#endif | ||
77 | +#if __has_attribute(objc_method_family) | ||
78 | +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) | ||
79 | +#else | ||
80 | +# define SWIFT_METHOD_FAMILY(X) | ||
81 | +#endif | ||
82 | +#if __has_attribute(noescape) | ||
83 | +# define SWIFT_NOESCAPE __attribute__((noescape)) | ||
84 | +#else | ||
85 | +# define SWIFT_NOESCAPE | ||
86 | +#endif | ||
87 | +#if __has_attribute(ns_consumed) | ||
88 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) | ||
89 | +#else | ||
90 | +# define SWIFT_RELEASES_ARGUMENT | ||
91 | +#endif | ||
92 | +#if __has_attribute(warn_unused_result) | ||
93 | +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) | ||
94 | +#else | ||
95 | +# define SWIFT_WARN_UNUSED_RESULT | ||
96 | +#endif | ||
97 | +#if __has_attribute(noreturn) | ||
98 | +# define SWIFT_NORETURN __attribute__((noreturn)) | ||
99 | +#else | ||
100 | +# define SWIFT_NORETURN | ||
101 | +#endif | ||
102 | +#if !defined(SWIFT_CLASS_EXTRA) | ||
103 | +# define SWIFT_CLASS_EXTRA | ||
104 | +#endif | ||
105 | +#if !defined(SWIFT_PROTOCOL_EXTRA) | ||
106 | +# define SWIFT_PROTOCOL_EXTRA | ||
107 | +#endif | ||
108 | +#if !defined(SWIFT_ENUM_EXTRA) | ||
109 | +# define SWIFT_ENUM_EXTRA | ||
110 | +#endif | ||
111 | +#if !defined(SWIFT_CLASS) | ||
112 | +# if __has_attribute(objc_subclassing_restricted) | ||
113 | +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA | ||
114 | +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
115 | +# else | ||
116 | +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
117 | +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
118 | +# endif | ||
119 | +#endif | ||
120 | +#if !defined(SWIFT_RESILIENT_CLASS) | ||
121 | +# if __has_attribute(objc_class_stub) | ||
122 | +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) | ||
123 | +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) | ||
124 | +# else | ||
125 | +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) | ||
126 | +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) | ||
127 | +# endif | ||
128 | +#endif | ||
129 | + | ||
130 | +#if !defined(SWIFT_PROTOCOL) | ||
131 | +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA | ||
132 | +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA | ||
133 | +#endif | ||
134 | + | ||
135 | +#if !defined(SWIFT_EXTENSION) | ||
136 | +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) | ||
137 | +#endif | ||
138 | + | ||
139 | +#if !defined(OBJC_DESIGNATED_INITIALIZER) | ||
140 | +# if __has_attribute(objc_designated_initializer) | ||
141 | +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) | ||
142 | +# else | ||
143 | +# define OBJC_DESIGNATED_INITIALIZER | ||
144 | +# endif | ||
145 | +#endif | ||
146 | +#if !defined(SWIFT_ENUM_ATTR) | ||
147 | +# if defined(__has_attribute) && __has_attribute(enum_extensibility) | ||
148 | +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) | ||
149 | +# else | ||
150 | +# define SWIFT_ENUM_ATTR(_extensibility) | ||
151 | +# endif | ||
152 | +#endif | ||
153 | +#if !defined(SWIFT_ENUM) | ||
154 | +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type | ||
155 | +# if __has_feature(generalized_swift_name) | ||
156 | +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type | ||
157 | +# else | ||
158 | +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) | ||
159 | +# endif | ||
160 | +#endif | ||
161 | +#if !defined(SWIFT_UNAVAILABLE) | ||
162 | +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) | ||
163 | +#endif | ||
164 | +#if !defined(SWIFT_UNAVAILABLE_MSG) | ||
165 | +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) | ||
166 | +#endif | ||
167 | +#if !defined(SWIFT_AVAILABILITY) | ||
168 | +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) | ||
169 | +#endif | ||
170 | +#if !defined(SWIFT_WEAK_IMPORT) | ||
171 | +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) | ||
172 | +#endif | ||
173 | +#if !defined(SWIFT_DEPRECATED) | ||
174 | +# define SWIFT_DEPRECATED __attribute__((deprecated)) | ||
175 | +#endif | ||
176 | +#if !defined(SWIFT_DEPRECATED_MSG) | ||
177 | +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) | ||
178 | +#endif | ||
179 | +#if __has_feature(attribute_diagnose_if_objc) | ||
180 | +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) | ||
181 | +#else | ||
182 | +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) | ||
183 | +#endif | ||
184 | +#if !defined(IBSegueAction) | ||
185 | +# define IBSegueAction | ||
186 | +#endif | ||
187 | +#if __has_feature(modules) | ||
188 | +#if __has_warning("-Watimport-in-framework-header") | ||
189 | +#pragma clang diagnostic ignored "-Watimport-in-framework-header" | ||
190 | +#endif | ||
191 | +@import AVFoundation; | ||
192 | +@import CoreFoundation; | ||
193 | +@import CoreGraphics; | ||
194 | +@import Foundation; | ||
195 | +@import QuartzCore; | ||
196 | +@import UIKit; | ||
197 | +#endif | ||
198 | + | ||
199 | +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" | ||
200 | +#pragma clang diagnostic ignored "-Wduplicate-method-arg" | ||
201 | +#if __has_warning("-Wpragma-clang-attribute") | ||
202 | +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" | ||
203 | +#endif | ||
204 | +#pragma clang diagnostic ignored "-Wunknown-pragmas" | ||
205 | +#pragma clang diagnostic ignored "-Wnullability" | ||
206 | + | ||
207 | +#if __has_attribute(external_source_symbol) | ||
208 | +# pragma push_macro("any") | ||
209 | +# undef any | ||
210 | +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="RSBarcodes_Swift",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) | ||
211 | +# pragma pop_macro("any") | ||
212 | +#endif | ||
213 | + | ||
214 | +@class NSCoder; | ||
215 | + | ||
216 | +SWIFT_CLASS("_TtC16RSBarcodes_Swift11RSCodeLayer") | ||
217 | +@interface RSCodeLayer : CALayer | ||
218 | +- (void)drawInContext:(CGContextRef _Nonnull)ctx; | ||
219 | +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | ||
220 | +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; | ||
221 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
222 | +@end | ||
223 | + | ||
224 | +@class AVCaptureDevice; | ||
225 | +@class AVCaptureMetadataOutput; | ||
226 | +@class AVCaptureSession; | ||
227 | +@class RSFocusMarkLayer; | ||
228 | +@class RSCornersLayer; | ||
229 | +@class AVMetadataMachineReadableCodeObject; | ||
230 | +@class NSNumber; | ||
231 | +@protocol UIViewControllerTransitionCoordinator; | ||
232 | +@class AVMetadataObject; | ||
233 | +@class AVCaptureConnection; | ||
234 | +@class NSString; | ||
235 | +@class NSBundle; | ||
236 | + | ||
237 | +SWIFT_CLASS("_TtC16RSBarcodes_Swift26RSCodeReaderViewController") | ||
238 | +@interface RSCodeReaderViewController : UIViewController <AVCaptureMetadataOutputObjectsDelegate> | ||
239 | +@property (nonatomic, strong) AVCaptureDevice * _Nullable device; | ||
240 | +@property (nonatomic, strong) AVCaptureMetadataOutput * _Nonnull output; | ||
241 | +@property (nonatomic, strong) AVCaptureSession * _Nonnull session; | ||
242 | +@property (nonatomic, strong) RSFocusMarkLayer * _Nonnull focusMarkLayer; | ||
243 | +@property (nonatomic, strong) RSCornersLayer * _Nonnull cornersLayer; | ||
244 | +@property (nonatomic, copy) void (^ _Nullable tapHandler)(CGPoint); | ||
245 | +@property (nonatomic, copy) void (^ _Nullable barcodesHandler)(NSArray<AVMetadataMachineReadableCodeObject *> * _Nonnull); | ||
246 | +@property (nonatomic) BOOL isCrazyMode; | ||
247 | +- (BOOL)hasFlash SWIFT_WARN_UNUSED_RESULT; | ||
248 | +- (BOOL)hasTorch SWIFT_WARN_UNUSED_RESULT; | ||
249 | +- (enum AVCaptureDevicePosition)switchCamera SWIFT_WARN_UNUSED_RESULT; | ||
250 | +- (BOOL)toggleTorch; | ||
251 | +- (void)viewDidLayoutSubviews; | ||
252 | +- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id <UIViewControllerTransitionCoordinator> _Nonnull)coordinator; | ||
253 | +- (void)viewDidLoad; | ||
254 | +- (void)viewWillAppear:(BOOL)animated; | ||
255 | +- (void)viewDidDisappear:(BOOL)animated; | ||
256 | +- (void)captureOutput:(AVCaptureMetadataOutput * _Nonnull)output didOutputMetadataObjects:(NSArray<AVMetadataObject *> * _Nonnull)metadataObjects fromConnection:(AVCaptureConnection * _Nonnull)connection; | ||
257 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
258 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
259 | +@end | ||
260 | + | ||
261 | + | ||
262 | +SWIFT_CLASS("_TtC16RSBarcodes_Swift14RSCornersLayer") | ||
263 | +@interface RSCornersLayer : CALayer | ||
264 | +@property (nonatomic) CGColorRef _Nonnull strokeColor; | ||
265 | +@property (nonatomic) CGFloat strokeWidth; | ||
266 | +@property (nonatomic, copy) NSArray<NSArray<NSValue *> *> * _Nonnull drawingCornersArray; | ||
267 | +@property (nonatomic, copy) NSArray<NSArray *> * _Nonnull cornersArray; | ||
268 | +- (void)drawInContext:(CGContextRef _Nonnull)ctx; | ||
269 | +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | ||
270 | +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; | ||
271 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
272 | +@end | ||
273 | + | ||
274 | + | ||
275 | +SWIFT_CLASS("_TtC16RSBarcodes_Swift16RSFocusMarkLayer") | ||
276 | +@interface RSFocusMarkLayer : CALayer | ||
277 | +@property (nonatomic) CGSize size; | ||
278 | +@property (nonatomic) CGFloat sight; | ||
279 | +@property (nonatomic) CGColorRef _Nonnull strokeColor; | ||
280 | +@property (nonatomic) CGFloat strokeWidth; | ||
281 | +@property (nonatomic) CFTimeInterval delay; | ||
282 | +@property (nonatomic) BOOL canDraw; | ||
283 | +@property (nonatomic) CGPoint point; | ||
284 | +- (void)drawInContext:(CGContextRef _Nonnull)ctx; | ||
285 | +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | ||
286 | +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; | ||
287 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
288 | +@end | ||
289 | + | ||
290 | + | ||
291 | +@interface UIColor (SWIFT_EXTENSION(RSBarcodes_Swift)) | ||
292 | +/// The shorthand three-digit hexadecimal representation of color. | ||
293 | +/// #RGB defines to the color #RRGGBB. | ||
294 | +/// \param hex3 Three-digit hexadecimal value. | ||
295 | +/// | ||
296 | +/// \param alpha 0.0 - 1.0. The default is 1.0. | ||
297 | +/// | ||
298 | +- (nonnull instancetype)initWithHex3:(uint16_t)hex3 alpha:(CGFloat)alpha; | ||
299 | +/// The shorthand four-digit hexadecimal representation of color with alpha. | ||
300 | +/// #RGBA defines to the color #RRGGBBAA. | ||
301 | +/// \param hex4 Four-digit hexadecimal value. | ||
302 | +/// | ||
303 | +- (nonnull instancetype)initWithHex4:(uint16_t)hex4; | ||
304 | +/// The six-digit hexadecimal representation of color of the form #RRGGBB. | ||
305 | +/// \param hex6 Six-digit hexadecimal value. | ||
306 | +/// | ||
307 | +- (nonnull instancetype)initWithHex6:(uint32_t)hex6 alpha:(CGFloat)alpha; | ||
308 | +/// The six-digit hexadecimal representation of color with alpha of the form #RRGGBBAA. | ||
309 | +/// \param hex8 Eight-digit hexadecimal value. | ||
310 | +/// | ||
311 | +- (nonnull instancetype)initWithHex8:(uint32_t)hex8; | ||
312 | +/// The rgba string representation of color with alpha of the form #RRGGBBAA/#RRGGBB, throws error. | ||
313 | +/// \param rgba String value. | ||
314 | +/// | ||
315 | +- (nullable instancetype)initWithRgba_throws:(NSString * _Nonnull)rgba error:(NSError * _Nullable * _Nullable)error; | ||
316 | +/// The rgba string representation of color with alpha of the form #RRGGBBAA/#RRGGBB, fails to default color. | ||
317 | +/// \param rgba String value. | ||
318 | +/// | ||
319 | +- (nonnull instancetype)init:(NSString * _Nonnull)rgba defaultColor:(UIColor * _Nonnull)defaultColor; | ||
320 | +/// Hex string of a UIColor instance. | ||
321 | +/// \param includeAlpha Whether the alpha should be included. | ||
322 | +/// | ||
323 | +- (NSString * _Nonnull)hexString:(BOOL)includeAlpha SWIFT_WARN_UNUSED_RESULT; | ||
324 | +@end | ||
325 | + | ||
326 | +#if __has_attribute(external_source_symbol) | ||
327 | +# pragma clang attribute pop | ||
328 | +#endif | ||
329 | +#pragma clang diagnostic pop | ||
330 | +#endif |
1 | +#ifdef __OBJC__ | ||
2 | +#import <UIKit/UIKit.h> | ||
3 | +#else | ||
4 | +#ifndef FOUNDATION_EXPORT | ||
5 | +#if defined(__cplusplus) | ||
6 | +#define FOUNDATION_EXPORT extern "C" | ||
7 | +#else | ||
8 | +#define FOUNDATION_EXPORT extern | ||
9 | +#endif | ||
10 | +#endif | ||
11 | +#endif | ||
12 | + | ||
13 | + | ||
14 | +FOUNDATION_EXPORT double RSBarcodes_SwiftVersionNumber; | ||
15 | +FOUNDATION_EXPORT const unsigned char RSBarcodes_SwiftVersionString[]; | ||
16 | + |
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
RSBarcodes_Swift/RSBarcodes_Swift.framework/Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftdoc
0 → 100644
No preview for this file type
RSBarcodes_Swift/RSBarcodes_Swift.framework/Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftmodule
0 → 100644
No preview for this file type
No preview for this file type
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | +<plist version="1.0"> | ||
4 | +<dict> | ||
5 | + <key>files</key> | ||
6 | + <dict> | ||
7 | + <key>Headers/RSBarcodes_Swift-Swift.h</key> | ||
8 | + <data> | ||
9 | + erisrS1/u+8TZ3WVXFNJkVogLGw= | ||
10 | + </data> | ||
11 | + <key>Headers/RSBarcodes_Swift-umbrella.h</key> | ||
12 | + <data> | ||
13 | + 0TnACMJT40k28a/aTie+R/Jrkh8= | ||
14 | + </data> | ||
15 | + <key>Info.plist</key> | ||
16 | + <data> | ||
17 | + kE78fllmHIrOl54Izdn6Ae+FpvE= | ||
18 | + </data> | ||
19 | + <key>Modules/RSBarcodes_Swift.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | ||
20 | + <data> | ||
21 | + CGQ7SX7SsGu1QBGc5kgEKSpp2gc= | ||
22 | + </data> | ||
23 | + <key>Modules/RSBarcodes_Swift.swiftmodule/Project/x86_64.swiftsourceinfo</key> | ||
24 | + <data> | ||
25 | + CGQ7SX7SsGu1QBGc5kgEKSpp2gc= | ||
26 | + </data> | ||
27 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | ||
28 | + <data> | ||
29 | + fwbiFMk0EQtU3SggBZWR0LRYQrI= | ||
30 | + </data> | ||
31 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | ||
32 | + <data> | ||
33 | + BRefe7Vzn+OEBlKU53U3mFGJL+U= | ||
34 | + </data> | ||
35 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftdoc</key> | ||
36 | + <data> | ||
37 | + fwbiFMk0EQtU3SggBZWR0LRYQrI= | ||
38 | + </data> | ||
39 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftmodule</key> | ||
40 | + <data> | ||
41 | + BRefe7Vzn+OEBlKU53U3mFGJL+U= | ||
42 | + </data> | ||
43 | + <key>Modules/module.modulemap</key> | ||
44 | + <data> | ||
45 | + pxD5UznHo3pdw7cPVu0scIKr55s= | ||
46 | + </data> | ||
47 | + </dict> | ||
48 | + <key>files2</key> | ||
49 | + <dict> | ||
50 | + <key>Headers/RSBarcodes_Swift-Swift.h</key> | ||
51 | + <dict> | ||
52 | + <key>hash</key> | ||
53 | + <data> | ||
54 | + erisrS1/u+8TZ3WVXFNJkVogLGw= | ||
55 | + </data> | ||
56 | + <key>hash2</key> | ||
57 | + <data> | ||
58 | + 0I/v6kST7Mn0QBo8aQsx8k1+c2HOH8jBB2PNhRHizcY= | ||
59 | + </data> | ||
60 | + </dict> | ||
61 | + <key>Headers/RSBarcodes_Swift-umbrella.h</key> | ||
62 | + <dict> | ||
63 | + <key>hash</key> | ||
64 | + <data> | ||
65 | + 0TnACMJT40k28a/aTie+R/Jrkh8= | ||
66 | + </data> | ||
67 | + <key>hash2</key> | ||
68 | + <data> | ||
69 | + ZSRCzHkz+vBbyb17C2cWvRXpd1rTFKjgUQk/jGXmQZI= | ||
70 | + </data> | ||
71 | + </dict> | ||
72 | + <key>Modules/RSBarcodes_Swift.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | ||
73 | + <dict> | ||
74 | + <key>hash</key> | ||
75 | + <data> | ||
76 | + CGQ7SX7SsGu1QBGc5kgEKSpp2gc= | ||
77 | + </data> | ||
78 | + <key>hash2</key> | ||
79 | + <data> | ||
80 | + Ri2Li7UCqJMhGw8CdCM+7qcMEonAkxrFhQptiASwji4= | ||
81 | + </data> | ||
82 | + </dict> | ||
83 | + <key>Modules/RSBarcodes_Swift.swiftmodule/Project/x86_64.swiftsourceinfo</key> | ||
84 | + <dict> | ||
85 | + <key>hash</key> | ||
86 | + <data> | ||
87 | + CGQ7SX7SsGu1QBGc5kgEKSpp2gc= | ||
88 | + </data> | ||
89 | + <key>hash2</key> | ||
90 | + <data> | ||
91 | + Ri2Li7UCqJMhGw8CdCM+7qcMEonAkxrFhQptiASwji4= | ||
92 | + </data> | ||
93 | + </dict> | ||
94 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | ||
95 | + <dict> | ||
96 | + <key>hash</key> | ||
97 | + <data> | ||
98 | + fwbiFMk0EQtU3SggBZWR0LRYQrI= | ||
99 | + </data> | ||
100 | + <key>hash2</key> | ||
101 | + <data> | ||
102 | + yfbvDLaZJnx68X1H1p1Fb1gf3E6Wo4AA0f4fo4HNHX8= | ||
103 | + </data> | ||
104 | + </dict> | ||
105 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | ||
106 | + <dict> | ||
107 | + <key>hash</key> | ||
108 | + <data> | ||
109 | + BRefe7Vzn+OEBlKU53U3mFGJL+U= | ||
110 | + </data> | ||
111 | + <key>hash2</key> | ||
112 | + <data> | ||
113 | + IF4mngxnc25pFf/EbWAUU4SCk1dPCbIYxyD5yhDBGWo= | ||
114 | + </data> | ||
115 | + </dict> | ||
116 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftdoc</key> | ||
117 | + <dict> | ||
118 | + <key>hash</key> | ||
119 | + <data> | ||
120 | + fwbiFMk0EQtU3SggBZWR0LRYQrI= | ||
121 | + </data> | ||
122 | + <key>hash2</key> | ||
123 | + <data> | ||
124 | + yfbvDLaZJnx68X1H1p1Fb1gf3E6Wo4AA0f4fo4HNHX8= | ||
125 | + </data> | ||
126 | + </dict> | ||
127 | + <key>Modules/RSBarcodes_Swift.swiftmodule/x86_64.swiftmodule</key> | ||
128 | + <dict> | ||
129 | + <key>hash</key> | ||
130 | + <data> | ||
131 | + BRefe7Vzn+OEBlKU53U3mFGJL+U= | ||
132 | + </data> | ||
133 | + <key>hash2</key> | ||
134 | + <data> | ||
135 | + IF4mngxnc25pFf/EbWAUU4SCk1dPCbIYxyD5yhDBGWo= | ||
136 | + </data> | ||
137 | + </dict> | ||
138 | + <key>Modules/module.modulemap</key> | ||
139 | + <dict> | ||
140 | + <key>hash</key> | ||
141 | + <data> | ||
142 | + pxD5UznHo3pdw7cPVu0scIKr55s= | ||
143 | + </data> | ||
144 | + <key>hash2</key> | ||
145 | + <data> | ||
146 | + IbaOgpIwCzuBz2g4wBWs2DPFBcn0L4JAnrOGO7F9/JE= | ||
147 | + </data> | ||
148 | + </dict> | ||
149 | + </dict> | ||
150 | + <key>rules</key> | ||
151 | + <dict> | ||
152 | + <key>^.*</key> | ||
153 | + <true/> | ||
154 | + <key>^.*\.lproj/</key> | ||
155 | + <dict> | ||
156 | + <key>optional</key> | ||
157 | + <true/> | ||
158 | + <key>weight</key> | ||
159 | + <real>1000</real> | ||
160 | + </dict> | ||
161 | + <key>^.*\.lproj/locversion.plist$</key> | ||
162 | + <dict> | ||
163 | + <key>omit</key> | ||
164 | + <true/> | ||
165 | + <key>weight</key> | ||
166 | + <real>1100</real> | ||
167 | + </dict> | ||
168 | + <key>^Base\.lproj/</key> | ||
169 | + <dict> | ||
170 | + <key>weight</key> | ||
171 | + <real>1010</real> | ||
172 | + </dict> | ||
173 | + <key>^version.plist$</key> | ||
174 | + <true/> | ||
175 | + </dict> | ||
176 | + <key>rules2</key> | ||
177 | + <dict> | ||
178 | + <key>.*\.dSYM($|/)</key> | ||
179 | + <dict> | ||
180 | + <key>weight</key> | ||
181 | + <real>11</real> | ||
182 | + </dict> | ||
183 | + <key>^(.*/)?\.DS_Store$</key> | ||
184 | + <dict> | ||
185 | + <key>omit</key> | ||
186 | + <true/> | ||
187 | + <key>weight</key> | ||
188 | + <real>2000</real> | ||
189 | + </dict> | ||
190 | + <key>^.*</key> | ||
191 | + <true/> | ||
192 | + <key>^.*\.lproj/</key> | ||
193 | + <dict> | ||
194 | + <key>optional</key> | ||
195 | + <true/> | ||
196 | + <key>weight</key> | ||
197 | + <real>1000</real> | ||
198 | + </dict> | ||
199 | + <key>^.*\.lproj/locversion.plist$</key> | ||
200 | + <dict> | ||
201 | + <key>omit</key> | ||
202 | + <true/> | ||
203 | + <key>weight</key> | ||
204 | + <real>1100</real> | ||
205 | + </dict> | ||
206 | + <key>^Base\.lproj/</key> | ||
207 | + <dict> | ||
208 | + <key>weight</key> | ||
209 | + <real>1010</real> | ||
210 | + </dict> | ||
211 | + <key>^Info\.plist$</key> | ||
212 | + <dict> | ||
213 | + <key>omit</key> | ||
214 | + <true/> | ||
215 | + <key>weight</key> | ||
216 | + <real>20</real> | ||
217 | + </dict> | ||
218 | + <key>^PkgInfo$</key> | ||
219 | + <dict> | ||
220 | + <key>omit</key> | ||
221 | + <true/> | ||
222 | + <key>weight</key> | ||
223 | + <real>20</real> | ||
224 | + </dict> | ||
225 | + <key>^embedded\.provisionprofile$</key> | ||
226 | + <dict> | ||
227 | + <key>weight</key> | ||
228 | + <real>20</real> | ||
229 | + </dict> | ||
230 | + <key>^version\.plist$</key> | ||
231 | + <dict> | ||
232 | + <key>weight</key> | ||
233 | + <real>20</real> | ||
234 | + </dict> | ||
235 | + </dict> | ||
236 | +</dict> | ||
237 | +</plist> |
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
... | @@ -26,11 +26,11 @@ | ... | @@ -26,11 +26,11 @@ |
26 | </data> | 26 | </data> |
27 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 27 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
28 | <data> | 28 | <data> |
29 | - wGtfumewqp1NXnTExisizcSG90M= | 29 | + F3IRFWeEvgf5WbtHWVLOpbYSfy0= |
30 | </data> | 30 | </data> |
31 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64.swiftsourceinfo</key> | 31 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64.swiftsourceinfo</key> |
32 | <data> | 32 | <data> |
33 | - wGtfumewqp1NXnTExisizcSG90M= | 33 | + F3IRFWeEvgf5WbtHWVLOpbYSfy0= |
34 | </data> | 34 | </data> |
35 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 35 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
36 | <data> | 36 | <data> |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | </data> | 38 | </data> |
39 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 39 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> |
40 | <data> | 40 | <data> |
41 | - 99uflk9WGIDwXax/gPGNOrO5fn0= | 41 | + gqm3aol7+MfsiObihUFwYZ43+kE= |
42 | </data> | 42 | </data> |
43 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftdoc</key> | 43 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftdoc</key> |
44 | <data> | 44 | <data> |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | </data> | 46 | </data> |
47 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftmodule</key> | 47 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftmodule</key> |
48 | <data> | 48 | <data> |
49 | - 99uflk9WGIDwXax/gPGNOrO5fn0= | 49 | + gqm3aol7+MfsiObihUFwYZ43+kE= |
50 | </data> | 50 | </data> |
51 | <key>Modules/module.modulemap</key> | 51 | <key>Modules/module.modulemap</key> |
52 | <data> | 52 | <data> |
... | @@ -127,14 +127,14 @@ | ... | @@ -127,14 +127,14 @@ |
127 | <dict> | 127 | <dict> |
128 | <key>hash2</key> | 128 | <key>hash2</key> |
129 | <data> | 129 | <data> |
130 | - LCxlxsJ7XLm1ZJ8iR8u7G5TDTUJccLNsE/ue4yIkjKg= | 130 | + NS4NxmKusGBnT4RO3yPbX/ZESBk4GWp/oaaIW9NpB5I= |
131 | </data> | 131 | </data> |
132 | </dict> | 132 | </dict> |
133 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64.swiftsourceinfo</key> | 133 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64.swiftsourceinfo</key> |
134 | <dict> | 134 | <dict> |
135 | <key>hash2</key> | 135 | <key>hash2</key> |
136 | <data> | 136 | <data> |
137 | - LCxlxsJ7XLm1ZJ8iR8u7G5TDTUJccLNsE/ue4yIkjKg= | 137 | + NS4NxmKusGBnT4RO3yPbX/ZESBk4GWp/oaaIW9NpB5I= |
138 | </data> | 138 | </data> |
139 | </dict> | 139 | </dict> |
140 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 140 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
148 | <dict> | 148 | <dict> |
149 | <key>hash2</key> | 149 | <key>hash2</key> |
150 | <data> | 150 | <data> |
151 | - j0vr6Cbq5VxgZreLgQyn/PueJZ97ZdBTl2wbE8hs0CY= | 151 | + CNohFUs4FULf8x5QUSGECxCvOV5/t3GgcjMLdxWeNXQ= |
152 | </data> | 152 | </data> |
153 | </dict> | 153 | </dict> |
154 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftdoc</key> | 154 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64.swiftdoc</key> |
... | @@ -162,7 +162,7 @@ | ... | @@ -162,7 +162,7 @@ |
162 | <dict> | 162 | <dict> |
163 | <key>hash2</key> | 163 | <key>hash2</key> |
164 | <data> | 164 | <data> |
165 | - j0vr6Cbq5VxgZreLgQyn/PueJZ97ZdBTl2wbE8hs0CY= | 165 | + CNohFUs4FULf8x5QUSGECxCvOV5/t3GgcjMLdxWeNXQ= |
166 | </data> | 166 | </data> |
167 | </dict> | 167 | </dict> |
168 | <key>Modules/module.modulemap</key> | 168 | <key>Modules/module.modulemap</key> | ... | ... |
... | @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| | ... | @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| |
15 | spec.public_header_files = "WarplySDKFrameworkIOS.framework/Headers/*.h" | 15 | spec.public_header_files = "WarplySDKFrameworkIOS.framework/Headers/*.h" |
16 | # spec.source_files = 'WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets', "WarplySDKFrameworkIOS/*.png", "WarplySDKFrameworkIOS/*.xcassets", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets","WarplySDKFrameworkIOS/*.xib", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xib", "WarplySDKFrameworkIOS/*.{h,m}", "WarplySDKFrameworkIOS/*.{h,m}", "WarplySDKFrameworkIOS/**/*.{h,m}", "WarplySDKFrameworkIOS/**/**/*.{h,m}", "WarplySDKFrameworkIOS/**/**/**/*.{h,m}", "WarplySDKFrameworkIOS/*.swift", "*.swift", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.swift", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.swift", 'WarplySDKFrameworkIOS/UIResources/*.png', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/UIResources/*.png' | 16 | # spec.source_files = 'WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets', "WarplySDKFrameworkIOS/*.png", "WarplySDKFrameworkIOS/*.xcassets", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets","WarplySDKFrameworkIOS/*.xib", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xib", "WarplySDKFrameworkIOS/*.{h,m}", "WarplySDKFrameworkIOS/*.{h,m}", "WarplySDKFrameworkIOS/**/*.{h,m}", "WarplySDKFrameworkIOS/**/**/*.{h,m}", "WarplySDKFrameworkIOS/**/**/**/*.{h,m}", "WarplySDKFrameworkIOS/*.swift", "*.swift", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.swift", "WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.swift", 'WarplySDKFrameworkIOS/UIResources/*.png', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/UIResources/*.png' |
17 | spec.exclude_files = "Classes/Exclude" | 17 | spec.exclude_files = "Classes/Exclude" |
18 | - spec.source_files = "WarplySDKFrameworkIOS.framework/Headers/*.h" | 18 | + spec.source_files = "WarplySDKFrameworkIOS.framework/Headers/*.h", "PackageFrameworks/**/*", "RSBarcodes_Swift/**/*", "RSBarcodes_Swift.swiftmodule/**/*", "/*.o" |
19 | spec.vendored_frameworks = "WarplySDKFrameworkIOS.framework" | 19 | spec.vendored_frameworks = "WarplySDKFrameworkIOS.framework" |
20 | # spec.resource_bundles = { | 20 | # spec.resource_bundles = { |
21 | # 'Resources' => ['WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets'] | 21 | # 'Resources' => ['WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets'] | ... | ... |
-
Please register or login to post a comment