Skip to content

Commit 21a401c

Browse files
Release v1.1.9 : (#43)
**Updates & Enhancements:** πŸ”„ Updated Bridgefy Android SDK from 1.2.2 β†’ 1.2.3 πŸ”„ Updated Bridgefy iOS SDK from 1.2.1 β†’ 1.2.2 πŸ”„ Updated React Native plugin version from 1.1.8 β†’ 1.1.9
1 parent c5b0a79 commit 21a401c

File tree

29 files changed

+37987
-37107
lines changed

29 files changed

+37987
-37107
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bridgefy Flutter 1.1.8
1+
# Bridgefy Flutter 1.1.9
22
### BLUETOOTH MESH NETWORKS
33

44
Devices running your app create Bluetooth Low-Energy mesh networks, which work in large crowds, during and after natural disasters, and whenever else your users lose access to the Internet.
@@ -13,19 +13,12 @@ is fragile and unstable.
1313
All of your users participate in the mesh networks without having to provide any extra permissions, perform any actions, or even be aware of participating in traffic. Battery, storage, and processor are
1414
all taken
1515

16-
### Change Log Version 1.1.8
17-
18-
### Updated
19-
- Upgraded Bridgefy SDK from 1.2.0 to 1.2.2.
20-
- Added required Bluetooth permissions to support Android 12+ properly.
21-
#### Changes in Android Manifest
22-
Added missing permissions to ensure Bluetooth functionality:
23-
```xml
24-
<uses-permission android:name="android.permission.BLUETOOTH" />
25-
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
26-
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
27-
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
28-
```
29-
30-
### Bug Fixes
31-
- Fixed a crash related to missing **BLUETOOTH_ADMIN** permission reported in Play Store console.
16+
## Change Log Version 1.1.9
17+
18+
### Updates & Enhancements:
19+
20+
* πŸ”„ Updated Bridgefy Android SDK from 1.2.2 β†’ 1.2.3
21+
* πŸ”„ Updated Bridgefy iOS SDK from 1.2.1 β†’ 1.2.2
22+
* πŸ”„ Updated Flutter plugin version from 1.1.8 β†’ 1.1.9
23+
24+

β€Žandroid/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.2.2", ext: "aar") {
61+
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.2.3", ext: "aar") {
6262
transitive = true
6363
}
6464
}

β€Žios/Frameworks/BridgefySDK.xcframework/Info.plistβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>BridgefySDK.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>BridgefySDK.framework/BridgefySDK</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>BridgefySDK.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
-59.7 KB
Binary file not shown.

β€Žios/Frameworks/BridgefySDK.xcframework/ios-arm64/BridgefySDK.framework/Headers/BridgefySDK-Swift.hβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
3+
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
44
#ifndef BRIDGEFYSDK_SWIFT_H
55
#define BRIDGEFYSDK_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,6 +42,8 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45+
#pragma clang diagnostic push
46+
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
4547
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
4648
# include <ptrauth.h>
4749
#else
@@ -55,6 +57,7 @@
5557
# endif
5658
#pragma clang diagnostic pop
5759
#endif
60+
#pragma clang diagnostic pop
5861
#endif
5962

6063
#if !defined(SWIFT_TYPEDEFS)
@@ -288,6 +291,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
288291
#pragma clang diagnostic ignored "-Wunknown-pragmas"
289292
#pragma clang diagnostic ignored "-Wnullability"
290293
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
294+
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
291295

292296
#if __has_attribute(external_source_symbol)
293297
# pragma push_macro("any")
0 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)