Skip to content

Commit

Permalink
Release SealTalk Demo version 5.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jan 17, 2025
1 parent 2698403 commit f29e11c
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.12.2'
pod 'RongCloudIM/IMLib', '5.12.2'
pod 'RongCloudIM/IMKit', '5.12.2'
pod 'RongCloudIM/RongSticker', '5.12.2'
pod 'RongCloudIM/Sight', '5.12.2'
pod 'RongCloudIM/ContactCard', '5.12.2'
pod 'RongCloudIM/LocationKit', '5.12.2'
pod 'RongCloudIM/IMLibCore', '5.12.3'
pod 'RongCloudIM/IMLib', '5.12.3'
pod 'RongCloudIM/IMKit', '5.12.3'
pod 'RongCloudIM/RongSticker', '5.12.3'
pod 'RongCloudIM/Sight', '5.12.3'
pod 'RongCloudIM/ContactCard', '5.12.3'
pod 'RongCloudIM/LocationKit', '5.12.3'
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.12.2 Dev</string>
<string>5.12.3 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>202412261622</string>
<string>202501171349</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.12.2</string>
<string>5.12.3</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.12.2 Dev</string>
<string>5.12.3 Dev</string>
<key>CFBundleVersion</key>
<string>202412261622</string>
<string>202501171349</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.12.2 Dev</string>
<string>5.12.3 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>202412261622</string>
<string>202501171349</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit f29e11c

Please sign in to comment.