File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ frameworks/darwin | OS X frameworks (desktop or stub
69
69
| implementations, compiled against libc++)
70
70
libs/linux/ARCH/ABI | Linux static libraries (desktop or stub
71
71
| implementations, GCC 4.8+, libc++).
72
- | Built against C++11 or legacy ABI.
72
+ | Built against C++11 or legacy ABI.
73
73
libs/windows | Windows static libraries (desktop or stub
74
74
| implementations, MSVC 2019+)
75
75
@@ -573,6 +573,8 @@ code.
573
573
574
574
### 7.1.0
575
575
- Changes
576
+ - General (iOS): Re-enabled Bitcode in iOS builds
577
+ ([ #266 ] [ https://github.com/firebase/firebase-cpp-sdk/issues/266 ] ).
576
578
- Auth: You can now specify a language for emails and text messages sent
577
579
from your apps using ` UseAppLanguage() ` or ` set_language_code() ` .
578
580
- Firestore: Fixed partial updates in ` Update() ` with
@@ -586,6 +588,9 @@ code.
586
588
new instance-based APIs to better manage fetching config data.
587
589
- Remote Config: Deprecated old module-based API in favor of the new
588
590
instance-based API instead.
591
+ - Remote Config (Desktop): Fixed multiple definition of Nanopb symbols
592
+ in binary SDK
593
+ ([ #271 ] [ https://github.com/firebase/firebase-cpp-sdk/issues/271 ] ).
589
594
590
595
### 7.0.1
591
596
- Changes
You can’t perform that action at this time.
0 commit comments