Skip to content

Commit 7ce914b

Browse files
author
chenyu
committed
v9.3.0
1 parent 56e7947 commit 7ce914b

339 files changed

Lines changed: 3910 additions & 344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NEChatUIKit/NEChatUIKit.podspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = 'NEChatUIKit'
19-
spec.version = '9.2.11'
19+
spec.version = '9.3.0'
2020
spec.summary = 'Chat Module of IM.'
2121

2222
# This description is used to generate tags and improve search results.
@@ -43,6 +43,8 @@ TODO: Add long description of the pod here.
4343
# spec.resource_bundles = {
4444
# 'NEChatUIKit' => ['NEChatUIKit/Assets/*.png']
4545
# }
46+
# spec.static_framework = true
47+
4648

4749
spec.resource = 'NEChatUIKit/Assets/**/*'
4850
spec.dependency 'NEChatKit'
@@ -52,4 +54,8 @@ TODO: Add long description of the pod here.
5254
spec.dependency 'NIMSDK_LITE'
5355
spec.dependency 'YXAlog_iOS'
5456

57+
# spec.dependency 'AMap2DMap'
58+
# spec.dependency 'AMapSearch'
59+
# spec.dependency 'AMapLocation'
60+
5561
end

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/Contents.json renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/Contents.json

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/add.imageset/Contents.json renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/add.imageset/Contents.json

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/add.imageset/Frame@2x-4.png renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/add.imageset/Frame@2x-4.png

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/add.imageset/Frame@3x-4.png renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/add.imageset/Frame@3x-4.png

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/audio_play.imageset/Contents.json renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/audio_play.imageset/Contents.json

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/audio_play.imageset/Frame@2x.png renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/audio_play.imageset/Frame@2x.png

File renamed without changes.

NEChatUIKit/NEChatUIKit/Assets/NEKitChatUI.xcassets/Chat/audio_play.imageset/Frame@3x.png renamed to NEChatUIKit/NEChatUIKit/Assets/NEChatUIKit.xcassets/Chat/audio_play.imageset/Frame@3x.png

File renamed without changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "chat_file@2x.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "chat_file@3x.png",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.3 KB

0 commit comments

Comments
 (0)