bridgefy-react-native 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +137 -76
  3. package/android/build.gradle +37 -56
  4. package/android/gradle.properties +4 -4
  5. package/android/src/main/AndroidManifest.xml +1 -11
  6. package/android/src/main/java/me/bridgefy/plugin/react_native/BridgefyReactNativeModule.kt +590 -333
  7. package/android/src/main/java/me/bridgefy/plugin/react_native/BridgefyReactNativePackage.kt +25 -8
  8. package/android/src/main/java/me/bridgefy/plugin/react_native/service/BridgefyService.kt +625 -0
  9. package/android/src/main/java/me/bridgefy/plugin/react_native/util/BridgefyOperationModeManager.kt +193 -0
  10. package/android/src/main/java/me/bridgefy/plugin/react_native/util/BridgefyServiceManager.kt +123 -0
  11. package/android/src/main/java/me/bridgefy/plugin/react_native/util/Utils.kt +172 -0
  12. package/bridgefy-react-native.podspec +5 -25
  13. package/ios/BridgefyReactNativeModule.m +88 -0
  14. package/ios/BridgefyReactNativeModule.swift +524 -0
  15. package/lib/module/NativeBridgefy.js +117 -0
  16. package/lib/module/NativeBridgefy.js.map +1 -0
  17. package/lib/module/index.js +172 -207
  18. package/lib/module/index.js.map +1 -1
  19. package/lib/module/package.json +1 -0
  20. package/lib/typescript/package.json +1 -0
  21. package/lib/typescript/src/NativeBridgefy.d.ts +250 -0
  22. package/lib/typescript/src/NativeBridgefy.d.ts.map +1 -0
  23. package/lib/typescript/src/index.d.ts +146 -0
  24. package/lib/typescript/src/index.d.ts.map +1 -0
  25. package/package.json +77 -74
  26. package/src/NativeBridgefy.ts +321 -0
  27. package/src/index.tsx +283 -225
  28. package/ios/BridgefyReactNative.m +0 -56
  29. package/ios/BridgefyReactNative.swift +0 -368
  30. package/ios/BridgefyReactNative.xcodeproj/project.pbxproj +0 -293
  31. package/ios/BridgefyReactNative.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  32. package/ios/BridgefyReactNative.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  33. package/ios/BridgefyReactNative.xcodeproj/project.xcworkspace/xcuserdata/bridgefy.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  34. package/ios/BridgefyReactNative.xcodeproj/xcuserdata/bridgefy.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  35. package/ios/Frameworks/BridgefySDK.xcframework/Info.plist +0 -48
  36. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/BridgefySDK +0 -0
  37. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Headers/BridgefySDK-Swift.h +0 -317
  38. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Headers/BridgefySDK.h +0 -15
  39. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Info.plist +0 -0
  40. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.abi.json +0 -5523
  41. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -116
  42. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  43. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftinterface +0 -116
  44. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/module.modulemap +0 -11
  45. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/_CodeSignature/CodeResources +0 -190
  46. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/dSYMs/BridgefySDK.framework.dSYM/Contents/Info.plist +0 -20
  47. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/DWARF/BridgefySDK +0 -0
  48. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/Relocations/aarch64/BridgefySDK.yml +0 -12529
  49. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/BridgefySDK +0 -0
  50. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Headers/BridgefySDK-Swift.h +0 -630
  51. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Headers/BridgefySDK.h +0 -15
  52. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Info.plist +0 -0
  53. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -5523
  54. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -116
  55. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  56. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -116
  57. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -5523
  58. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -116
  59. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  60. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -116
  61. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/module.modulemap +0 -11
  62. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/_CodeSignature/CodeResources +0 -245
  63. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Info.plist +0 -20
  64. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/DWARF/BridgefySDK +0 -0
  65. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/Relocations/aarch64/BridgefySDK.yml +0 -12276
  66. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/Relocations/x86_64/BridgefySDK.yml +0 -11932
  67. package/lib/commonjs/index.js +0 -278
  68. package/lib/commonjs/index.js.map +0 -1
  69. package/lib/commonjs/infraestructure/index.js +0 -28
  70. package/lib/commonjs/infraestructure/index.js.map +0 -1
  71. package/lib/commonjs/infraestructure/interfaces/ibridgefy.js +0 -6
  72. package/lib/commonjs/infraestructure/interfaces/ibridgefy.js.map +0 -1
  73. package/lib/commonjs/infraestructure/interfaces/index.js +0 -17
  74. package/lib/commonjs/infraestructure/interfaces/index.js.map +0 -1
  75. package/lib/commonjs/infraestructure/services/bridgefy_service.js +0 -6
  76. package/lib/commonjs/infraestructure/services/bridgefy_service.js.map +0 -1
  77. package/lib/commonjs/infraestructure/services/index.js +0 -17
  78. package/lib/commonjs/infraestructure/services/index.js.map +0 -1
  79. package/lib/module/infraestructure/index.js +0 -3
  80. package/lib/module/infraestructure/index.js.map +0 -1
  81. package/lib/module/infraestructure/interfaces/ibridgefy.js +0 -2
  82. package/lib/module/infraestructure/interfaces/ibridgefy.js.map +0 -1
  83. package/lib/module/infraestructure/interfaces/index.js +0 -2
  84. package/lib/module/infraestructure/interfaces/index.js.map +0 -1
  85. package/lib/module/infraestructure/services/bridgefy_service.js +0 -2
  86. package/lib/module/infraestructure/services/bridgefy_service.js.map +0 -1
  87. package/lib/module/infraestructure/services/index.js +0 -2
  88. package/lib/module/infraestructure/services/index.js.map +0 -1
  89. package/lib/typescript/index.d.ts +0 -219
  90. package/lib/typescript/index.d.ts.map +0 -1
  91. package/lib/typescript/infraestructure/index.d.ts +0 -3
  92. package/lib/typescript/infraestructure/index.d.ts.map +0 -1
  93. package/lib/typescript/infraestructure/interfaces/ibridgefy.d.ts +0 -10
  94. package/lib/typescript/infraestructure/interfaces/ibridgefy.d.ts.map +0 -1
  95. package/lib/typescript/infraestructure/interfaces/index.d.ts +0 -2
  96. package/lib/typescript/infraestructure/interfaces/index.d.ts.map +0 -1
  97. package/lib/typescript/infraestructure/services/bridgefy_service.d.ts +0 -17
  98. package/lib/typescript/infraestructure/services/bridgefy_service.d.ts.map +0 -1
  99. package/lib/typescript/infraestructure/services/index.d.ts +0 -2
  100. package/lib/typescript/infraestructure/services/index.d.ts.map +0 -1
  101. package/src/infraestructure/index.tsx +0 -2
  102. package/src/infraestructure/interfaces/ibridgefy.tsx +0 -10
  103. package/src/infraestructure/interfaces/index.tsx +0 -1
  104. package/src/infraestructure/services/bridgefy_service.tsx +0 -20
  105. package/src/infraestructure/services/index.tsx +0 -1
@@ -1,630 +0,0 @@
1
- #if 0
2
- #elif defined(__arm64__) && __arm64__
3
- // Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
4
- #ifndef BRIDGEFYSDK_SWIFT_H
5
- #define BRIDGEFYSDK_SWIFT_H
6
- #pragma clang diagnostic push
7
- #pragma clang diagnostic ignored "-Wgcc-compat"
8
-
9
- #if !defined(__has_include)
10
- # define __has_include(x) 0
11
- #endif
12
- #if !defined(__has_attribute)
13
- # define __has_attribute(x) 0
14
- #endif
15
- #if !defined(__has_feature)
16
- # define __has_feature(x) 0
17
- #endif
18
- #if !defined(__has_warning)
19
- # define __has_warning(x) 0
20
- #endif
21
-
22
- #if __has_include(<swift/objc-prologue.h>)
23
- # include <swift/objc-prologue.h>
24
- #endif
25
-
26
- #pragma clang diagnostic ignored "-Wauto-import"
27
- #if defined(__OBJC__)
28
- #include <Foundation/Foundation.h>
29
- #endif
30
- #if defined(__cplusplus)
31
- #include <cstdint>
32
- #include <cstddef>
33
- #include <cstdbool>
34
- #include <cstring>
35
- #include <stdlib.h>
36
- #include <new>
37
- #include <type_traits>
38
- #else
39
- #include <stdint.h>
40
- #include <stddef.h>
41
- #include <stdbool.h>
42
- #include <string.h>
43
- #endif
44
- #if defined(__cplusplus)
45
- #pragma clang diagnostic push
46
- #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
47
- #if defined(__arm64e__) && __has_include(<ptrauth.h>)
48
- # include <ptrauth.h>
49
- #else
50
- #pragma clang diagnostic push
51
- #pragma clang diagnostic ignored "-Wreserved-macro-identifier"
52
- # ifndef __ptrauth_swift_value_witness_function_pointer
53
- # define __ptrauth_swift_value_witness_function_pointer(x)
54
- # endif
55
- # ifndef __ptrauth_swift_class_method_pointer
56
- # define __ptrauth_swift_class_method_pointer(x)
57
- # endif
58
- #pragma clang diagnostic pop
59
- #endif
60
- #pragma clang diagnostic pop
61
- #endif
62
-
63
- #if !defined(SWIFT_TYPEDEFS)
64
- # define SWIFT_TYPEDEFS 1
65
- # if __has_include(<uchar.h>)
66
- # include <uchar.h>
67
- # elif !defined(__cplusplus)
68
- typedef uint_least16_t char16_t;
69
- typedef uint_least32_t char32_t;
70
- # endif
71
- typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
72
- typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
73
- typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
74
- typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
75
- typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
76
- typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
77
- typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
78
- typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
79
- typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
80
- typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
81
- typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
82
- typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
83
- #endif
84
-
85
- #if !defined(SWIFT_PASTE)
86
- # define SWIFT_PASTE_HELPER(x, y) x##y
87
- # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
88
- #endif
89
- #if !defined(SWIFT_METATYPE)
90
- # define SWIFT_METATYPE(X) Class
91
- #endif
92
- #if !defined(SWIFT_CLASS_PROPERTY)
93
- # if __has_feature(objc_class_property)
94
- # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
95
- # else
96
- # define SWIFT_CLASS_PROPERTY(...)
97
- # endif
98
- #endif
99
- #if !defined(SWIFT_RUNTIME_NAME)
100
- # if __has_attribute(objc_runtime_name)
101
- # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
102
- # else
103
- # define SWIFT_RUNTIME_NAME(X)
104
- # endif
105
- #endif
106
- #if !defined(SWIFT_COMPILE_NAME)
107
- # if __has_attribute(swift_name)
108
- # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
109
- # else
110
- # define SWIFT_COMPILE_NAME(X)
111
- # endif
112
- #endif
113
- #if !defined(SWIFT_METHOD_FAMILY)
114
- # if __has_attribute(objc_method_family)
115
- # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
116
- # else
117
- # define SWIFT_METHOD_FAMILY(X)
118
- # endif
119
- #endif
120
- #if !defined(SWIFT_NOESCAPE)
121
- # if __has_attribute(noescape)
122
- # define SWIFT_NOESCAPE __attribute__((noescape))
123
- # else
124
- # define SWIFT_NOESCAPE
125
- # endif
126
- #endif
127
- #if !defined(SWIFT_RELEASES_ARGUMENT)
128
- # if __has_attribute(ns_consumed)
129
- # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
130
- # else
131
- # define SWIFT_RELEASES_ARGUMENT
132
- # endif
133
- #endif
134
- #if !defined(SWIFT_WARN_UNUSED_RESULT)
135
- # if __has_attribute(warn_unused_result)
136
- # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
137
- # else
138
- # define SWIFT_WARN_UNUSED_RESULT
139
- # endif
140
- #endif
141
- #if !defined(SWIFT_NORETURN)
142
- # if __has_attribute(noreturn)
143
- # define SWIFT_NORETURN __attribute__((noreturn))
144
- # else
145
- # define SWIFT_NORETURN
146
- # endif
147
- #endif
148
- #if !defined(SWIFT_CLASS_EXTRA)
149
- # define SWIFT_CLASS_EXTRA
150
- #endif
151
- #if !defined(SWIFT_PROTOCOL_EXTRA)
152
- # define SWIFT_PROTOCOL_EXTRA
153
- #endif
154
- #if !defined(SWIFT_ENUM_EXTRA)
155
- # define SWIFT_ENUM_EXTRA
156
- #endif
157
- #if !defined(SWIFT_CLASS)
158
- # if __has_attribute(objc_subclassing_restricted)
159
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
160
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
161
- # else
162
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
163
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
164
- # endif
165
- #endif
166
- #if !defined(SWIFT_RESILIENT_CLASS)
167
- # if __has_attribute(objc_class_stub)
168
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
169
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
170
- # else
171
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
172
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
173
- # endif
174
- #endif
175
- #if !defined(SWIFT_PROTOCOL)
176
- # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
177
- # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
178
- #endif
179
- #if !defined(SWIFT_EXTENSION)
180
- # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
181
- #endif
182
- #if !defined(OBJC_DESIGNATED_INITIALIZER)
183
- # if __has_attribute(objc_designated_initializer)
184
- # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
185
- # else
186
- # define OBJC_DESIGNATED_INITIALIZER
187
- # endif
188
- #endif
189
- #if !defined(SWIFT_ENUM_ATTR)
190
- # if __has_attribute(enum_extensibility)
191
- # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
192
- # else
193
- # define SWIFT_ENUM_ATTR(_extensibility)
194
- # endif
195
- #endif
196
- #if !defined(SWIFT_ENUM)
197
- # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
198
- # if __has_feature(generalized_swift_name)
199
- # 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
200
- # else
201
- # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
202
- # endif
203
- #endif
204
- #if !defined(SWIFT_UNAVAILABLE)
205
- # define SWIFT_UNAVAILABLE __attribute__((unavailable))
206
- #endif
207
- #if !defined(SWIFT_UNAVAILABLE_MSG)
208
- # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
209
- #endif
210
- #if !defined(SWIFT_AVAILABILITY)
211
- # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
212
- #endif
213
- #if !defined(SWIFT_WEAK_IMPORT)
214
- # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
215
- #endif
216
- #if !defined(SWIFT_DEPRECATED)
217
- # define SWIFT_DEPRECATED __attribute__((deprecated))
218
- #endif
219
- #if !defined(SWIFT_DEPRECATED_MSG)
220
- # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
221
- #endif
222
- #if !defined(SWIFT_DEPRECATED_OBJC)
223
- # if __has_feature(attribute_diagnose_if_objc)
224
- # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
225
- # else
226
- # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
227
- # endif
228
- #endif
229
- #if defined(__OBJC__)
230
- #if !defined(IBSegueAction)
231
- # define IBSegueAction
232
- #endif
233
- #endif
234
- #if !defined(SWIFT_EXTERN)
235
- # if defined(__cplusplus)
236
- # define SWIFT_EXTERN extern "C"
237
- # else
238
- # define SWIFT_EXTERN extern
239
- # endif
240
- #endif
241
- #if !defined(SWIFT_CALL)
242
- # define SWIFT_CALL __attribute__((swiftcall))
243
- #endif
244
- #if !defined(SWIFT_INDIRECT_RESULT)
245
- # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
246
- #endif
247
- #if !defined(SWIFT_CONTEXT)
248
- # define SWIFT_CONTEXT __attribute__((swift_context))
249
- #endif
250
- #if !defined(SWIFT_ERROR_RESULT)
251
- # define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
252
- #endif
253
- #if defined(__cplusplus)
254
- # define SWIFT_NOEXCEPT noexcept
255
- #else
256
- # define SWIFT_NOEXCEPT
257
- #endif
258
- #if !defined(SWIFT_C_INLINE_THUNK)
259
- # if __has_attribute(always_inline)
260
- # if __has_attribute(nodebug)
261
- # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
262
- # else
263
- # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
264
- # endif
265
- # else
266
- # define SWIFT_C_INLINE_THUNK inline
267
- # endif
268
- #endif
269
- #if defined(_WIN32)
270
- #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
271
- # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
272
- #endif
273
- #else
274
- #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
275
- # define SWIFT_IMPORT_STDLIB_SYMBOL
276
- #endif
277
- #endif
278
- #if defined(__OBJC__)
279
- #if __has_feature(objc_modules)
280
- #if __has_warning("-Watimport-in-framework-header")
281
- #pragma clang diagnostic ignored "-Watimport-in-framework-header"
282
- #endif
283
- #endif
284
-
285
- #endif
286
- #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
287
- #pragma clang diagnostic ignored "-Wduplicate-method-arg"
288
- #if __has_warning("-Wpragma-clang-attribute")
289
- # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
290
- #endif
291
- #pragma clang diagnostic ignored "-Wunknown-pragmas"
292
- #pragma clang diagnostic ignored "-Wnullability"
293
- #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
294
- #pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
295
-
296
- #if __has_attribute(external_source_symbol)
297
- # pragma push_macro("any")
298
- # undef any
299
- # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="BridgefySDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
300
- # pragma pop_macro("any")
301
- #endif
302
-
303
- #if defined(__OBJC__)
304
-
305
-
306
- #endif
307
- #if __has_attribute(external_source_symbol)
308
- # pragma clang attribute pop
309
- #endif
310
- #if defined(__cplusplus)
311
- #endif
312
- #pragma clang diagnostic pop
313
- #endif
314
-
315
- #elif defined(__x86_64__) && __x86_64__
316
- // Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
317
- #ifndef BRIDGEFYSDK_SWIFT_H
318
- #define BRIDGEFYSDK_SWIFT_H
319
- #pragma clang diagnostic push
320
- #pragma clang diagnostic ignored "-Wgcc-compat"
321
-
322
- #if !defined(__has_include)
323
- # define __has_include(x) 0
324
- #endif
325
- #if !defined(__has_attribute)
326
- # define __has_attribute(x) 0
327
- #endif
328
- #if !defined(__has_feature)
329
- # define __has_feature(x) 0
330
- #endif
331
- #if !defined(__has_warning)
332
- # define __has_warning(x) 0
333
- #endif
334
-
335
- #if __has_include(<swift/objc-prologue.h>)
336
- # include <swift/objc-prologue.h>
337
- #endif
338
-
339
- #pragma clang diagnostic ignored "-Wauto-import"
340
- #if defined(__OBJC__)
341
- #include <Foundation/Foundation.h>
342
- #endif
343
- #if defined(__cplusplus)
344
- #include <cstdint>
345
- #include <cstddef>
346
- #include <cstdbool>
347
- #include <cstring>
348
- #include <stdlib.h>
349
- #include <new>
350
- #include <type_traits>
351
- #else
352
- #include <stdint.h>
353
- #include <stddef.h>
354
- #include <stdbool.h>
355
- #include <string.h>
356
- #endif
357
- #if defined(__cplusplus)
358
- #pragma clang diagnostic push
359
- #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
360
- #if defined(__arm64e__) && __has_include(<ptrauth.h>)
361
- # include <ptrauth.h>
362
- #else
363
- #pragma clang diagnostic push
364
- #pragma clang diagnostic ignored "-Wreserved-macro-identifier"
365
- # ifndef __ptrauth_swift_value_witness_function_pointer
366
- # define __ptrauth_swift_value_witness_function_pointer(x)
367
- # endif
368
- # ifndef __ptrauth_swift_class_method_pointer
369
- # define __ptrauth_swift_class_method_pointer(x)
370
- # endif
371
- #pragma clang diagnostic pop
372
- #endif
373
- #pragma clang diagnostic pop
374
- #endif
375
-
376
- #if !defined(SWIFT_TYPEDEFS)
377
- # define SWIFT_TYPEDEFS 1
378
- # if __has_include(<uchar.h>)
379
- # include <uchar.h>
380
- # elif !defined(__cplusplus)
381
- typedef uint_least16_t char16_t;
382
- typedef uint_least32_t char32_t;
383
- # endif
384
- typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
385
- typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
386
- typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
387
- typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
388
- typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
389
- typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
390
- typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
391
- typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
392
- typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
393
- typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
394
- typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
395
- typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
396
- #endif
397
-
398
- #if !defined(SWIFT_PASTE)
399
- # define SWIFT_PASTE_HELPER(x, y) x##y
400
- # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
401
- #endif
402
- #if !defined(SWIFT_METATYPE)
403
- # define SWIFT_METATYPE(X) Class
404
- #endif
405
- #if !defined(SWIFT_CLASS_PROPERTY)
406
- # if __has_feature(objc_class_property)
407
- # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
408
- # else
409
- # define SWIFT_CLASS_PROPERTY(...)
410
- # endif
411
- #endif
412
- #if !defined(SWIFT_RUNTIME_NAME)
413
- # if __has_attribute(objc_runtime_name)
414
- # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
415
- # else
416
- # define SWIFT_RUNTIME_NAME(X)
417
- # endif
418
- #endif
419
- #if !defined(SWIFT_COMPILE_NAME)
420
- # if __has_attribute(swift_name)
421
- # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
422
- # else
423
- # define SWIFT_COMPILE_NAME(X)
424
- # endif
425
- #endif
426
- #if !defined(SWIFT_METHOD_FAMILY)
427
- # if __has_attribute(objc_method_family)
428
- # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
429
- # else
430
- # define SWIFT_METHOD_FAMILY(X)
431
- # endif
432
- #endif
433
- #if !defined(SWIFT_NOESCAPE)
434
- # if __has_attribute(noescape)
435
- # define SWIFT_NOESCAPE __attribute__((noescape))
436
- # else
437
- # define SWIFT_NOESCAPE
438
- # endif
439
- #endif
440
- #if !defined(SWIFT_RELEASES_ARGUMENT)
441
- # if __has_attribute(ns_consumed)
442
- # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
443
- # else
444
- # define SWIFT_RELEASES_ARGUMENT
445
- # endif
446
- #endif
447
- #if !defined(SWIFT_WARN_UNUSED_RESULT)
448
- # if __has_attribute(warn_unused_result)
449
- # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
450
- # else
451
- # define SWIFT_WARN_UNUSED_RESULT
452
- # endif
453
- #endif
454
- #if !defined(SWIFT_NORETURN)
455
- # if __has_attribute(noreturn)
456
- # define SWIFT_NORETURN __attribute__((noreturn))
457
- # else
458
- # define SWIFT_NORETURN
459
- # endif
460
- #endif
461
- #if !defined(SWIFT_CLASS_EXTRA)
462
- # define SWIFT_CLASS_EXTRA
463
- #endif
464
- #if !defined(SWIFT_PROTOCOL_EXTRA)
465
- # define SWIFT_PROTOCOL_EXTRA
466
- #endif
467
- #if !defined(SWIFT_ENUM_EXTRA)
468
- # define SWIFT_ENUM_EXTRA
469
- #endif
470
- #if !defined(SWIFT_CLASS)
471
- # if __has_attribute(objc_subclassing_restricted)
472
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
473
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
474
- # else
475
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
476
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
477
- # endif
478
- #endif
479
- #if !defined(SWIFT_RESILIENT_CLASS)
480
- # if __has_attribute(objc_class_stub)
481
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
482
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
483
- # else
484
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
485
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
486
- # endif
487
- #endif
488
- #if !defined(SWIFT_PROTOCOL)
489
- # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
490
- # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
491
- #endif
492
- #if !defined(SWIFT_EXTENSION)
493
- # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
494
- #endif
495
- #if !defined(OBJC_DESIGNATED_INITIALIZER)
496
- # if __has_attribute(objc_designated_initializer)
497
- # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
498
- # else
499
- # define OBJC_DESIGNATED_INITIALIZER
500
- # endif
501
- #endif
502
- #if !defined(SWIFT_ENUM_ATTR)
503
- # if __has_attribute(enum_extensibility)
504
- # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
505
- # else
506
- # define SWIFT_ENUM_ATTR(_extensibility)
507
- # endif
508
- #endif
509
- #if !defined(SWIFT_ENUM)
510
- # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
511
- # if __has_feature(generalized_swift_name)
512
- # 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
513
- # else
514
- # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
515
- # endif
516
- #endif
517
- #if !defined(SWIFT_UNAVAILABLE)
518
- # define SWIFT_UNAVAILABLE __attribute__((unavailable))
519
- #endif
520
- #if !defined(SWIFT_UNAVAILABLE_MSG)
521
- # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
522
- #endif
523
- #if !defined(SWIFT_AVAILABILITY)
524
- # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
525
- #endif
526
- #if !defined(SWIFT_WEAK_IMPORT)
527
- # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
528
- #endif
529
- #if !defined(SWIFT_DEPRECATED)
530
- # define SWIFT_DEPRECATED __attribute__((deprecated))
531
- #endif
532
- #if !defined(SWIFT_DEPRECATED_MSG)
533
- # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
534
- #endif
535
- #if !defined(SWIFT_DEPRECATED_OBJC)
536
- # if __has_feature(attribute_diagnose_if_objc)
537
- # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
538
- # else
539
- # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
540
- # endif
541
- #endif
542
- #if defined(__OBJC__)
543
- #if !defined(IBSegueAction)
544
- # define IBSegueAction
545
- #endif
546
- #endif
547
- #if !defined(SWIFT_EXTERN)
548
- # if defined(__cplusplus)
549
- # define SWIFT_EXTERN extern "C"
550
- # else
551
- # define SWIFT_EXTERN extern
552
- # endif
553
- #endif
554
- #if !defined(SWIFT_CALL)
555
- # define SWIFT_CALL __attribute__((swiftcall))
556
- #endif
557
- #if !defined(SWIFT_INDIRECT_RESULT)
558
- # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
559
- #endif
560
- #if !defined(SWIFT_CONTEXT)
561
- # define SWIFT_CONTEXT __attribute__((swift_context))
562
- #endif
563
- #if !defined(SWIFT_ERROR_RESULT)
564
- # define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
565
- #endif
566
- #if defined(__cplusplus)
567
- # define SWIFT_NOEXCEPT noexcept
568
- #else
569
- # define SWIFT_NOEXCEPT
570
- #endif
571
- #if !defined(SWIFT_C_INLINE_THUNK)
572
- # if __has_attribute(always_inline)
573
- # if __has_attribute(nodebug)
574
- # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
575
- # else
576
- # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
577
- # endif
578
- # else
579
- # define SWIFT_C_INLINE_THUNK inline
580
- # endif
581
- #endif
582
- #if defined(_WIN32)
583
- #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
584
- # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
585
- #endif
586
- #else
587
- #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
588
- # define SWIFT_IMPORT_STDLIB_SYMBOL
589
- #endif
590
- #endif
591
- #if defined(__OBJC__)
592
- #if __has_feature(objc_modules)
593
- #if __has_warning("-Watimport-in-framework-header")
594
- #pragma clang diagnostic ignored "-Watimport-in-framework-header"
595
- #endif
596
- #endif
597
-
598
- #endif
599
- #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
600
- #pragma clang diagnostic ignored "-Wduplicate-method-arg"
601
- #if __has_warning("-Wpragma-clang-attribute")
602
- # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
603
- #endif
604
- #pragma clang diagnostic ignored "-Wunknown-pragmas"
605
- #pragma clang diagnostic ignored "-Wnullability"
606
- #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
607
- #pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
608
-
609
- #if __has_attribute(external_source_symbol)
610
- # pragma push_macro("any")
611
- # undef any
612
- # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="BridgefySDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
613
- # pragma pop_macro("any")
614
- #endif
615
-
616
- #if defined(__OBJC__)
617
-
618
-
619
- #endif
620
- #if __has_attribute(external_source_symbol)
621
- # pragma clang attribute pop
622
- #endif
623
- #if defined(__cplusplus)
624
- #endif
625
- #pragma clang diagnostic pop
626
- #endif
627
-
628
- #else
629
- #error unsupported Swift architecture
630
- #endif
@@ -1,15 +0,0 @@
1
- //
2
- // Copyright © 2021 Bridgefy Inc. - All Rights Reserved
3
- //
4
-
5
- #import <Foundation/Foundation.h>
6
-
7
- //! Project version number for BridgefySDK.
8
- FOUNDATION_EXPORT double BridgefySDKVersionNumber;
9
-
10
- //! Project version string for BridgefySDK.
11
- FOUNDATION_EXPORT const unsigned char BridgefySDKVersionString[];
12
-
13
- // In this header, you should import all the public headers of your framework using statements like #import <BridgefySDK/PublicHeader.h>
14
-
15
-