Skip to content

Commit a2661d0

Browse files
committed
release: 6.29.0
1 parent 7424cbb commit a2661d0

File tree

25 files changed

+35
-34
lines changed

25 files changed

+35
-34
lines changed

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
firebase_firestore_version = '1.16.2'
1+
firebase_firestore_version = '1.16.3'
22

33
Pod::Spec.new do |s|
44
s.name = 'FirebaseFirestore'

FirebaseFirestore/FirebaseFirestore.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@
1919
</dict>
2020
<dict>
2121
<key>LibraryIdentifier</key>
22-
<string>ios-x86_64-maccatalyst</string>
22+
<string>ios-i386_x86_64-simulator</string>
2323
<key>LibraryPath</key>
2424
<string>FirebaseFirestore.framework</string>
2525
<key>SupportedArchitectures</key>
2626
<array>
27+
<string>i386</string>
2728
<string>x86_64</string>
2829
</array>
2930
<key>SupportedPlatform</key>
3031
<string>ios</string>
3132
<key>SupportedPlatformVariant</key>
32-
<string>maccatalyst</string>
33+
<string>simulator</string>
3334
</dict>
3435
<dict>
3536
<key>LibraryIdentifier</key>
36-
<string>ios-i386_x86_64-simulator</string>
37+
<string>ios-x86_64-maccatalyst</string>
3738
<key>LibraryPath</key>
3839
<string>FirebaseFirestore.framework</string>
3940
<key>SupportedArchitectures</key>
4041
<array>
41-
<string>i386</string>
4242
<string>x86_64</string>
4343
</array>
4444
<key>SupportedPlatform</key>
4545
<string>ios</string>
4646
<key>SupportedPlatformVariant</key>
47-
<string>simulator</string>
47+
<string>maccatalyst</string>
4848
</dict>
4949
</array>
5050
<key>CFBundlePackageType</key>
Binary file not shown.

FirebaseFirestore/abseil.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,45 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-armv7_arm64</string>
9+
<string>ios-i386_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>abseil.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>armv7</string>
15-
<string>arm64</string>
14+
<string>i386</string>
15+
<string>x86_64</string>
1616
</array>
1717
<key>SupportedPlatform</key>
1818
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1921
</dict>
2022
<dict>
2123
<key>LibraryIdentifier</key>
22-
<string>ios-i386_x86_64-simulator</string>
24+
<string>ios-x86_64-maccatalyst</string>
2325
<key>LibraryPath</key>
2426
<string>abseil.framework</string>
2527
<key>SupportedArchitectures</key>
2628
<array>
27-
<string>i386</string>
2829
<string>x86_64</string>
2930
</array>
3031
<key>SupportedPlatform</key>
3132
<string>ios</string>
3233
<key>SupportedPlatformVariant</key>
33-
<string>simulator</string>
34+
<string>maccatalyst</string>
3435
</dict>
3536
<dict>
3637
<key>LibraryIdentifier</key>
37-
<string>ios-x86_64-maccatalyst</string>
38+
<string>ios-armv7_arm64</string>
3839
<key>LibraryPath</key>
3940
<string>abseil.framework</string>
4041
<key>SupportedArchitectures</key>
4142
<array>
42-
<string>x86_64</string>
43+
<string>armv7</string>
44+
<string>arm64</string>
4345
</array>
4446
<key>SupportedPlatform</key>
4547
<string>ios</string>
46-
<key>SupportedPlatformVariant</key>
47-
<string>maccatalyst</string>
4848
</dict>
4949
</array>
5050
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)