bridgefy-react-native 1.0.1

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 (49) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +145 -0
  3. package/android/build.gradle +105 -0
  4. package/android/gradle.properties +5 -0
  5. package/android/src/main/AndroidManifest.xml +10 -0
  6. package/android/src/main/java/me/bridgefy/plugin/react_native/BridgefyReactNativeModule.kt +323 -0
  7. package/android/src/main/java/me/bridgefy/plugin/react_native/BridgefyReactNativePackage.kt +17 -0
  8. package/bridgefy-react-native.podspec +42 -0
  9. package/ios/BridgefyReactNative-Bridging-Header.h +2 -0
  10. package/ios/BridgefyReactNative.m +42 -0
  11. package/ios/BridgefyReactNative.swift +327 -0
  12. package/ios/BridgefyReactNative.xcodeproj/project.pbxproj +293 -0
  13. package/ios/Frameworks/BridgefySDK.xcframework/Info.plist +44 -0
  14. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/BridgefySDK +0 -0
  15. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Headers/BridgefySDK-Swift.h +296 -0
  16. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Headers/BridgefySDK.h +15 -0
  17. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Info.plist +0 -0
  18. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.abi.json +8744 -0
  19. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.private.swiftinterface +101 -0
  20. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  21. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftinterface +101 -0
  22. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Modules/module.modulemap +11 -0
  23. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/_CodeSignature/CodeResources +190 -0
  24. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/dSYMs/BridgefySDK.framework.dSYM/Contents/Info.plist +20 -0
  25. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/DWARF/BridgefySDK +0 -0
  26. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/BridgefySDK +0 -0
  27. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Headers/BridgefySDK-Swift.h +588 -0
  28. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Headers/BridgefySDK.h +15 -0
  29. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Info.plist +0 -0
  30. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.abi.json +8744 -0
  31. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +101 -0
  32. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  33. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +101 -0
  34. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +8744 -0
  35. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +101 -0
  36. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  37. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/BridgefySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +101 -0
  38. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/Modules/module.modulemap +11 -0
  39. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/BridgefySDK.framework/_CodeSignature/CodeResources +245 -0
  40. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Info.plist +20 -0
  41. package/ios/Frameworks/BridgefySDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/BridgefySDK.framework.dSYM/Contents/Resources/DWARF/BridgefySDK +0 -0
  42. package/lib/commonjs/index.js +184 -0
  43. package/lib/commonjs/index.js.map +1 -0
  44. package/lib/module/index.js +176 -0
  45. package/lib/module/index.js.map +1 -0
  46. package/lib/typescript/index.d.ts +214 -0
  47. package/lib/typescript/index.d.ts.map +1 -0
  48. package/package.json +162 -0
  49. package/src/index.tsx +273 -0
@@ -0,0 +1,101 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
3
+ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BridgefySDK
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ @_exported import BridgefySDK
6
+ import CommonCrypto
7
+ import CoreBluetooth
8
+ import CryptoKit
9
+ import Foundation
10
+ import Swift
11
+ import UIKit
12
+ import _Concurrency
13
+ import _StringProcessing
14
+ public class Bridgefy {
15
+ public init(withApiKey apiKey: Swift.String, propagationProfile: BridgefySDK.PropagationProfile = .standard, delegate: any BridgefySDK.BridgefyDelegate, verboseLogging: Swift.Bool = false) throws
16
+ @objc deinit
17
+ public func start()
18
+ public func stop()
19
+ public func destroySession()
20
+ public func send(_ data: Foundation.Data, using transmissionMode: BridgefySDK.TransmissionMode) throws -> Foundation.UUID
21
+ public func updateLicense()
22
+ public func establishSecureConnection(with userId: Foundation.UUID)
23
+ public var currentUserId: Foundation.UUID {
24
+ get
25
+ }
26
+ public var connectedPeers: [Foundation.UUID] {
27
+ get
28
+ }
29
+ public var licenseExpirationDate: Foundation.Date? {
30
+ get
31
+ }
32
+ }
33
+ public enum BridgefyError : Swift.Error {
34
+ case simulatorIsNotSupported
35
+ case notStarted
36
+ case alreadyInstantiated
37
+ case startInProgress
38
+ case alreadyStarted
39
+ case serviceNotStarted
40
+ case missingBundleID
41
+ case invalidAPIKey
42
+ case internetConnectionRequired
43
+ case sessionError
44
+ case expiredLicense
45
+ case inconsistentDeviceTime
46
+ case BLEUsageNotGranted
47
+ case BLEUsageRestricted
48
+ case BLEPoweredOff
49
+ case BLEUnsupported
50
+ case BLEUnknownError
51
+ case inconsistentConnection
52
+ case connectionIsAlreadySecure
53
+ case cannotCreateSecureConnection
54
+ case dataLengthExceeded
55
+ case dataValueIsEmpty
56
+ case peerIsNotConnected
57
+ case internalError
58
+ case licenseError(code: Swift.Int)
59
+ case storageError(code: Swift.Int)
60
+ case encodingError(code: Swift.Int)
61
+ case encryptionError(code: Swift.Int)
62
+ }
63
+ extension BridgefySDK.BridgefyError : Foundation.LocalizedError {
64
+ public var errorDescription: Swift.String? {
65
+ get
66
+ }
67
+ }
68
+ public enum PropagationProfile {
69
+ case standard
70
+ case highDensityNetwork
71
+ case sparseNetwork
72
+ case longReach
73
+ case shortReach
74
+ public static func == (a: BridgefySDK.PropagationProfile, b: BridgefySDK.PropagationProfile) -> Swift.Bool
75
+ public func hash(into hasher: inout Swift.Hasher)
76
+ public var hashValue: Swift.Int {
77
+ get
78
+ }
79
+ }
80
+ public enum TransmissionMode {
81
+ case p2p(userId: Foundation.UUID)
82
+ case mesh(userId: Foundation.UUID)
83
+ case broadcast(senderId: Foundation.UUID)
84
+ }
85
+ public protocol BridgefyDelegate : AnyObject {
86
+ func bridgefyDidStart(with userId: Foundation.UUID)
87
+ func bridgefyDidFailToStart(with error: BridgefySDK.BridgefyError)
88
+ func bridgefyDidStop()
89
+ func bridgefyDidFailToStop(with error: BridgefySDK.BridgefyError)
90
+ func bridgefyDidDestroySession()
91
+ func bridgefyDidFailToDestroySession()
92
+ func bridgefyDidConnect(with userId: Foundation.UUID)
93
+ func bridgefyDidDisconnect(from userId: Foundation.UUID)
94
+ func bridgefyDidEstablishSecureConnection(with userId: Foundation.UUID)
95
+ func bridgefyDidFailToEstablishSecureConnection(with userId: Foundation.UUID, error: BridgefySDK.BridgefyError)
96
+ func bridgefyDidSendMessage(with messageId: Foundation.UUID)
97
+ func bridgefyDidFailSendingMessage(with messageId: Foundation.UUID, withError error: BridgefySDK.BridgefyError)
98
+ func bridgefyDidReceiveData(_ data: Foundation.Data, with messageId: Foundation.UUID, using transmissionMode: BridgefySDK.TransmissionMode)
99
+ }
100
+ extension BridgefySDK.PropagationProfile : Swift.Equatable {}
101
+ extension BridgefySDK.PropagationProfile : Swift.Hashable {}
@@ -0,0 +1,101 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
3
+ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BridgefySDK
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ @_exported import BridgefySDK
6
+ import CommonCrypto
7
+ import CoreBluetooth
8
+ import CryptoKit
9
+ import Foundation
10
+ import Swift
11
+ import UIKit
12
+ import _Concurrency
13
+ import _StringProcessing
14
+ public class Bridgefy {
15
+ public init(withApiKey apiKey: Swift.String, propagationProfile: BridgefySDK.PropagationProfile = .standard, delegate: any BridgefySDK.BridgefyDelegate, verboseLogging: Swift.Bool = false) throws
16
+ @objc deinit
17
+ public func start()
18
+ public func stop()
19
+ public func destroySession()
20
+ public func send(_ data: Foundation.Data, using transmissionMode: BridgefySDK.TransmissionMode) throws -> Foundation.UUID
21
+ public func updateLicense()
22
+ public func establishSecureConnection(with userId: Foundation.UUID)
23
+ public var currentUserId: Foundation.UUID {
24
+ get
25
+ }
26
+ public var connectedPeers: [Foundation.UUID] {
27
+ get
28
+ }
29
+ public var licenseExpirationDate: Foundation.Date? {
30
+ get
31
+ }
32
+ }
33
+ public enum BridgefyError : Swift.Error {
34
+ case simulatorIsNotSupported
35
+ case notStarted
36
+ case alreadyInstantiated
37
+ case startInProgress
38
+ case alreadyStarted
39
+ case serviceNotStarted
40
+ case missingBundleID
41
+ case invalidAPIKey
42
+ case internetConnectionRequired
43
+ case sessionError
44
+ case expiredLicense
45
+ case inconsistentDeviceTime
46
+ case BLEUsageNotGranted
47
+ case BLEUsageRestricted
48
+ case BLEPoweredOff
49
+ case BLEUnsupported
50
+ case BLEUnknownError
51
+ case inconsistentConnection
52
+ case connectionIsAlreadySecure
53
+ case cannotCreateSecureConnection
54
+ case dataLengthExceeded
55
+ case dataValueIsEmpty
56
+ case peerIsNotConnected
57
+ case internalError
58
+ case licenseError(code: Swift.Int)
59
+ case storageError(code: Swift.Int)
60
+ case encodingError(code: Swift.Int)
61
+ case encryptionError(code: Swift.Int)
62
+ }
63
+ extension BridgefySDK.BridgefyError : Foundation.LocalizedError {
64
+ public var errorDescription: Swift.String? {
65
+ get
66
+ }
67
+ }
68
+ public enum PropagationProfile {
69
+ case standard
70
+ case highDensityNetwork
71
+ case sparseNetwork
72
+ case longReach
73
+ case shortReach
74
+ public static func == (a: BridgefySDK.PropagationProfile, b: BridgefySDK.PropagationProfile) -> Swift.Bool
75
+ public func hash(into hasher: inout Swift.Hasher)
76
+ public var hashValue: Swift.Int {
77
+ get
78
+ }
79
+ }
80
+ public enum TransmissionMode {
81
+ case p2p(userId: Foundation.UUID)
82
+ case mesh(userId: Foundation.UUID)
83
+ case broadcast(senderId: Foundation.UUID)
84
+ }
85
+ public protocol BridgefyDelegate : AnyObject {
86
+ func bridgefyDidStart(with userId: Foundation.UUID)
87
+ func bridgefyDidFailToStart(with error: BridgefySDK.BridgefyError)
88
+ func bridgefyDidStop()
89
+ func bridgefyDidFailToStop(with error: BridgefySDK.BridgefyError)
90
+ func bridgefyDidDestroySession()
91
+ func bridgefyDidFailToDestroySession()
92
+ func bridgefyDidConnect(with userId: Foundation.UUID)
93
+ func bridgefyDidDisconnect(from userId: Foundation.UUID)
94
+ func bridgefyDidEstablishSecureConnection(with userId: Foundation.UUID)
95
+ func bridgefyDidFailToEstablishSecureConnection(with userId: Foundation.UUID, error: BridgefySDK.BridgefyError)
96
+ func bridgefyDidSendMessage(with messageId: Foundation.UUID)
97
+ func bridgefyDidFailSendingMessage(with messageId: Foundation.UUID, withError error: BridgefySDK.BridgefyError)
98
+ func bridgefyDidReceiveData(_ data: Foundation.Data, with messageId: Foundation.UUID, using transmissionMode: BridgefySDK.TransmissionMode)
99
+ }
100
+ extension BridgefySDK.PropagationProfile : Swift.Equatable {}
101
+ extension BridgefySDK.PropagationProfile : Swift.Hashable {}
@@ -0,0 +1,11 @@
1
+ framework module BridgefySDK {
2
+ umbrella header "BridgefySDK.h"
3
+
4
+ export *
5
+ module * { export * }
6
+ }
7
+
8
+ module BridgefySDK.Swift {
9
+ header "BridgefySDK-Swift.h"
10
+ requires objc
11
+ }
@@ -0,0 +1,190 @@
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/BridgefySDK-Swift.h</key>
8
+ <data>
9
+ 28yw0t9HdrujGN++uTlDZrimmc0=
10
+ </data>
11
+ <key>Headers/BridgefySDK.h</key>
12
+ <data>
13
+ 77+JAJsJaNu/zZhBqB0sNhcjats=
14
+ </data>
15
+ <key>Info.plist</key>
16
+ <data>
17
+ nIHND/FSAsG2DknD2kfzokoxoCQ=
18
+ </data>
19
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.abi.json</key>
20
+ <data>
21
+ TEvyIzsu/ULB+5nCiY1R83KsKHk=
22
+ </data>
23
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
24
+ <data>
25
+ RllkqGDxEgNUwAnkgb5yoihsSfo=
26
+ </data>
27
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
28
+ <data>
29
+ qRqZQD6HefXj1V+wpf+y+PNudVI=
30
+ </data>
31
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
32
+ <data>
33
+ RllkqGDxEgNUwAnkgb5yoihsSfo=
34
+ </data>
35
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
36
+ <data>
37
+ G0RyMgvzCRurW0gOMWGLGVeFv2M=
38
+ </data>
39
+ <key>Modules/module.modulemap</key>
40
+ <data>
41
+ r4mvyRWwAL2aH6OgHILX00Zehqo=
42
+ </data>
43
+ </dict>
44
+ <key>files2</key>
45
+ <dict>
46
+ <key>Headers/BridgefySDK-Swift.h</key>
47
+ <dict>
48
+ <key>hash2</key>
49
+ <data>
50
+ NROWVy737l3rzsELZ2sblpyYei9+EkNveaJrw4u9zuI=
51
+ </data>
52
+ </dict>
53
+ <key>Headers/BridgefySDK.h</key>
54
+ <dict>
55
+ <key>hash2</key>
56
+ <data>
57
+ fl8dWdbn0XrGLPR9k6kF6c1aYh92ca5tEijX1vH6uiI=
58
+ </data>
59
+ </dict>
60
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.abi.json</key>
61
+ <dict>
62
+ <key>hash2</key>
63
+ <data>
64
+ 6s/qUFk7kHSbdwLafHHt2jd3vjgl28JApHsHo7WN6F4=
65
+ </data>
66
+ </dict>
67
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
68
+ <dict>
69
+ <key>hash2</key>
70
+ <data>
71
+ ghjl1BFAb82tE7e+ikA0F//Fm4RWmAgsL+VPcRae1hM=
72
+ </data>
73
+ </dict>
74
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
75
+ <dict>
76
+ <key>hash2</key>
77
+ <data>
78
+ 6303iGbXRRxP1n+b47t3mvHaqKckrzwUofsSmUGfknA=
79
+ </data>
80
+ </dict>
81
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
82
+ <dict>
83
+ <key>hash2</key>
84
+ <data>
85
+ ghjl1BFAb82tE7e+ikA0F//Fm4RWmAgsL+VPcRae1hM=
86
+ </data>
87
+ </dict>
88
+ <key>Modules/BridgefySDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
89
+ <dict>
90
+ <key>hash2</key>
91
+ <data>
92
+ oQMJJHvUEH8PG/pYoCCTYg/i7sadHEkRGpmHsw/iu1o=
93
+ </data>
94
+ </dict>
95
+ <key>Modules/module.modulemap</key>
96
+ <dict>
97
+ <key>hash2</key>
98
+ <data>
99
+ mZkqgW4qLKI/EP4tE8QuCE75hffVy7jBRvdySxj6hpw=
100
+ </data>
101
+ </dict>
102
+ </dict>
103
+ <key>rules</key>
104
+ <dict>
105
+ <key>^.*</key>
106
+ <true/>
107
+ <key>^.*\.lproj/</key>
108
+ <dict>
109
+ <key>optional</key>
110
+ <true/>
111
+ <key>weight</key>
112
+ <real>1000</real>
113
+ </dict>
114
+ <key>^.*\.lproj/locversion.plist$</key>
115
+ <dict>
116
+ <key>omit</key>
117
+ <true/>
118
+ <key>weight</key>
119
+ <real>1100</real>
120
+ </dict>
121
+ <key>^Base\.lproj/</key>
122
+ <dict>
123
+ <key>weight</key>
124
+ <real>1010</real>
125
+ </dict>
126
+ <key>^version.plist$</key>
127
+ <true/>
128
+ </dict>
129
+ <key>rules2</key>
130
+ <dict>
131
+ <key>.*\.dSYM($|/)</key>
132
+ <dict>
133
+ <key>weight</key>
134
+ <real>11</real>
135
+ </dict>
136
+ <key>^(.*/)?\.DS_Store$</key>
137
+ <dict>
138
+ <key>omit</key>
139
+ <true/>
140
+ <key>weight</key>
141
+ <real>2000</real>
142
+ </dict>
143
+ <key>^.*</key>
144
+ <true/>
145
+ <key>^.*\.lproj/</key>
146
+ <dict>
147
+ <key>optional</key>
148
+ <true/>
149
+ <key>weight</key>
150
+ <real>1000</real>
151
+ </dict>
152
+ <key>^.*\.lproj/locversion.plist$</key>
153
+ <dict>
154
+ <key>omit</key>
155
+ <true/>
156
+ <key>weight</key>
157
+ <real>1100</real>
158
+ </dict>
159
+ <key>^Base\.lproj/</key>
160
+ <dict>
161
+ <key>weight</key>
162
+ <real>1010</real>
163
+ </dict>
164
+ <key>^Info\.plist$</key>
165
+ <dict>
166
+ <key>omit</key>
167
+ <true/>
168
+ <key>weight</key>
169
+ <real>20</real>
170
+ </dict>
171
+ <key>^PkgInfo$</key>
172
+ <dict>
173
+ <key>omit</key>
174
+ <true/>
175
+ <key>weight</key>
176
+ <real>20</real>
177
+ </dict>
178
+ <key>^embedded\.provisionprofile$</key>
179
+ <dict>
180
+ <key>weight</key>
181
+ <real>20</real>
182
+ </dict>
183
+ <key>^version\.plist$</key>
184
+ <dict>
185
+ <key>weight</key>
186
+ <real>20</real>
187
+ </dict>
188
+ </dict>
189
+ </dict>
190
+ </plist>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleIdentifier</key>
8
+ <string>com.apple.xcode.dsym.com.bridgefy.BridgefySDK</string>
9
+ <key>CFBundleInfoDictionaryVersion</key>
10
+ <string>6.0</string>
11
+ <key>CFBundlePackageType</key>
12
+ <string>dSYM</string>
13
+ <key>CFBundleSignature</key>
14
+ <string>????</string>
15
+ <key>CFBundleShortVersionString</key>
16
+ <string>1.0</string>
17
+ <key>CFBundleVersion</key>
18
+ <string>1</string>
19
+ </dict>
20
+ </plist>