Skip to content

Commit

Permalink
Release SealTalk Demo version 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Oct 18, 2024
1 parent e273310 commit a5fab9b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions ios-sealtalk/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ platform :ios, '9.0'
inhibit_all_warnings!

def im
pod 'RongCloudIM/IMLibCore', '5.10.4'
pod 'RongCloudIM/IMLib', '5.10.4'
pod 'RongCloudIM/IMKit', '5.10.4'
pod 'RongCloudIM/RongSticker', '5.10.4'
pod 'RongCloudIM/Sight', '5.10.4'
pod 'RongCloudIM/ContactCard', '5.10.4'
pod 'RongCloudIM/LocationKit', '5.10.4'
pod 'RongCloudIM/IMLibCore', '5.12.0'
pod 'RongCloudIM/IMLib', '5.12.0'
pod 'RongCloudIM/IMKit', '5.12.0'
pod 'RongCloudIM/RongSticker', '5.12.0'
pod 'RongCloudIM/Sight', '5.12.0'
pod 'RongCloudIM/ContactCard', '5.12.0'
pod 'RongCloudIM/LocationKit', '5.12.0'
end

target 'SealTalk' do
Expand Down
6 changes: 3 additions & 3 deletions ios-sealtalk/RCloudMessage/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.10.4 Dev</string>
<string>5.12.0 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>202408291028</string>
<string>202410181827</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down Expand Up @@ -89,7 +89,7 @@
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
<true/>
<key>SealTalk Version</key>
<string>5.10.4</string>
<string>5.12.0</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/SealTalkNotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.10.4 Dev</string>
<string>5.12.0 Dev</string>
<key>CFBundleVersion</key>
<string>202408291028</string>
<string>202410181827</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/SealTalkShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.10.4 Dev</string>
<string>5.12.0 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>202408291028</string>
<string>202410181827</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit a5fab9b

Please sign in to comment.