Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Release SealTalk Demo version 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
RongRobot committed May 24, 2019
1 parent af56ea4 commit ca29656
Show file tree
Hide file tree
Showing 27 changed files with 15 additions and 21 deletions.
1 change: 1 addition & 0 deletions ios-rongimdemo/RCloudMessage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@
F8B7DBD21BAC189700E9F9BD /* libopencore-amrnb.a in Frameworks */,
1D5551FC223A30F700887BD0 /* libvo-amrwbenc.a in Frameworks */,
E4C330FE1A0C725200E31B9A /* CoreVideo.framework in Frameworks */,
1DA88D982135119700F4F1F9 /* RongSticker.framework in Frameworks */,
2E7A36E41E03A876005231BE /* JrmfWalletKit.framework in Frameworks */,
27C42EEC1DE30637003E2306 /* iflyMSC.framework in Frameworks */,
E4C330F81A0C723A00E31B9A /* CoreAudio.framework in Frameworks */,
Expand Down
3 changes: 1 addition & 2 deletions ios-rongimdemo/RCloudMessage/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
#import "RCWKNotifier.h"
#import "RCWKRequestHandler.h"
#import "UIColor+RCColor.h"
#import "RCDCountry.h"
#import "RCDBuglyManager.h"

#define RONGCLOUD_IM_APPKEY @"n19jmcy59f1q9" // online key
#import "RCDCountry.h"

//#define RONGCLOUD_IM_APPKEY @"c9kqb3rdkbb8j" // pre key
//#define RONGCLOUD_IM_APPKEY @"e0x9wycfx7flq" // offline key
Expand All @@ -46,7 +46,6 @@
: NO)

@interface AppDelegate () <RCWKAppInfoProvider>

@end

@implementation AppDelegate
Expand Down
6 changes: 3 additions & 3 deletions ios-rongimdemo/RCloudMessage/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.9.16 Dev</string>
<string>2.9.17 Stable</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -42,7 +42,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>201905141854</string>
<string>201905241516</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand All @@ -63,7 +63,7 @@
<key>NSPhotoLibraryAddUsageDescription</key>
<string>访问相册</string>
<key>SealTalk Version</key>
<string>1.3.18</string>
<string>1.3.19</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
Loading

0 comments on commit ca29656

Please sign in to comment.