Skip to content

Commit 9529891

Browse files
authored
Merge pull request #78 from sendbird/release/3.1.56
release/3.1.56 -> master
2 parents cbdbc85 + 8853141 commit 9529891

File tree

21 files changed

+16415
-15
lines changed

21 files changed

+16415
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 3.1.56 (Apr 9, 2024)
3+
### **Improvements**
4+
5+
- Updated iOS deployment target to 12.0
6+
- Updated Xcode version to 15.0
7+
- Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
8+
29

310
## 3.1.55 (Dec 11, 2023)
411
### **Improvements**

SendBirdSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendBirdSDK'
4-
s.version = "3.1.55"
4+
s.version = "3.1.56"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
}
1717
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.55" }
1818
s.requires_arc = true
19-
s.platform = :ios, '11.0'
19+
s.platform = :ios, '12.0'
2020
s.documentation_url = 'https://docs.sendbird.com/'
2121
s.ios.vendored_frameworks = 'Sources/SendBirdSDK.xcframework'
2222
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']

SendBirdSDK.xcframework.zip

9.88 MB
Binary file not shown.

Sources/SendBirdSDK.xcframework/Info.plist

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,39 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>SendBirdSDK.framework/SendBirdSDK</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1214
<key>LibraryPath</key>
1315
<string>SendBirdSDK.framework</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
19+
<string>x86_64</string>
1720
</array>
1821
<key>SupportedPlatform</key>
1922
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2025
</dict>
2126
<dict>
27+
<key>BinaryPath</key>
28+
<string>SendBirdSDK.framework/SendBirdSDK</string>
2229
<key>DebugSymbolsPath</key>
2330
<string>dSYMs</string>
2431
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
2633
<key>LibraryPath</key>
2734
<string>SendBirdSDK.framework</string>
2835
<key>SupportedArchitectures</key>
2936
<array>
3037
<string>arm64</string>
31-
<string>x86_64</string>
3238
</array>
3339
<key>SupportedPlatform</key>
3440
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3741
</dict>
3842
</array>
3943
<key>CFBundlePackageType</key>
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module SendBirdSDK {
22
umbrella header "SendBirdSDK.h"
3-
43
export *
4+
55
module * { export * }
66
}
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>CA92.1</string>
13+
</array>
14+
</dict>
15+
</array>
16+
<key>NSPrivacyCollectedDataTypes</key>
17+
<array>
18+
<dict>
19+
<key>NSPrivacyCollectedDataType</key>
20+
<string>NSPrivacyCollectedDataTypeOtherDiagnosticData</string>
21+
<key>NSPrivacyCollectedDataTypeLinked</key>
22+
<true/>
23+
<key>NSPrivacyCollectedDataTypeTracking</key>
24+
<false/>
25+
<key>NSPrivacyCollectedDataTypePurposes</key>
26+
<array>
27+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
28+
</array>
29+
</dict>
30+
<dict>
31+
<key>NSPrivacyCollectedDataType</key>
32+
<string>NSPrivacyCollectedDataTypeUserID</string>
33+
<key>NSPrivacyCollectedDataTypeLinked</key>
34+
<true/>
35+
<key>NSPrivacyCollectedDataTypeTracking</key>
36+
<false/>
37+
<key>NSPrivacyCollectedDataTypePurposes</key>
38+
<array>
39+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
40+
</array>
41+
</dict>
42+
<dict>
43+
<key>NSPrivacyCollectedDataType</key>
44+
<string>NSPrivacyCollectedDataTypeEmailsOrTextMessages</string>
45+
<key>NSPrivacyCollectedDataTypeLinked</key>
46+
<true/>
47+
<key>NSPrivacyCollectedDataTypeTracking</key>
48+
<false/>
49+
<key>NSPrivacyCollectedDataTypePurposes</key>
50+
<array>
51+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
52+
</array>
53+
</dict>
54+
<dict>
55+
<key>NSPrivacyCollectedDataType</key>
56+
<string>NSPrivacyCollectedDataTypeOtherUsageData</string>
57+
<key>NSPrivacyCollectedDataTypeLinked</key>
58+
<true/>
59+
<key>NSPrivacyCollectedDataTypeTracking</key>
60+
<false/>
61+
<key>NSPrivacyCollectedDataTypePurposes</key>
62+
<array>
63+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
64+
</array>
65+
</dict>
66+
<dict>
67+
<key>NSPrivacyCollectedDataType</key>
68+
<string>NSPrivacyCollectedDataTypeOtherUserContent</string>
69+
<key>NSPrivacyCollectedDataTypeLinked</key>
70+
<true/>
71+
<key>NSPrivacyCollectedDataTypeTracking</key>
72+
<false/>
73+
<key>NSPrivacyCollectedDataTypePurposes</key>
74+
<array>
75+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
76+
</array>
77+
</dict>
78+
</array>
79+
</dict>
80+
</plist>
Binary file not shown.

Sources/SendBirdSDK.xcframework/ios-arm64/dSYMs/SendBirdSDK.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.1.55</string>
16+
<string>3.1.56</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

0 commit comments

Comments
 (0)