Skip to content

Commit 4792dba

Browse files
committed
Update ==> WeChatPlugin.framework
1 parent e1b6bbc commit 4792dba

32 files changed

+33
-1359
lines changed

Other/Products/Debug/WeChatPlugin.framework/Versions/A/Headers/WeChatPlugin.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ FOUNDATION_EXPORT const unsigned char WeChatPluginVersionString[];
5151

5252
@interface ContactStorage : NSObject
5353
- (id)GetSelfContact;
54+
- (id)GetContact:(id)arg1;
5455
@end
5556

5657
@interface WCContactData : NSObject
5758
@property(retain, nonatomic) NSString *m_nsUsrName; // @synthesize m_nsUsrName;
59+
@property(nonatomic) unsigned int m_uiFriendScene; // @synthesize m_uiFriendScene;
5860
@end
5961

6062
@interface MessageData : NSObject
@@ -71,4 +73,20 @@ FOUNDATION_EXPORT const unsigned char WeChatPluginVersionString[];
7173

7274
@interface CUtility : NSObject
7375
+ (BOOL)HasWechatInstance;
76+
+ (unsigned long long)getFreeDiskSpace;
77+
@end
78+
79+
#pragma mark - 调用 NSSearchPathForDirectoriesInDomains 的一些方法
80+
@interface PathUtility : NSObject
81+
+ (id)getSysCachePath;
82+
+ (id)getSysDocumentPath;
83+
+ (id)getSysLibraryPath;
84+
@end
85+
86+
@interface MemoryMappedKV : NSObject
87+
+ (id)mappedKVPathWithID:(id)arg1;
88+
@end
89+
90+
@interface JTStatisticManager : NSObject
91+
@property(retain, nonatomic) NSString *statFilePath;
7492
@end
Binary file not shown.

Other/Products/Debug/WeChatPlugin.framework/Versions/A/Resources/TKRemoteControlCommands.plist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,21 @@
119119
<array>
120120
<dict>
121121
<key>executeCommand</key>
122-
<string>musicPlay</string>
122+
<string>musicToggle</string>
123123
<key>keyword</key>
124-
<string>TK-Play</string>
124+
<string>TK-Toggle</string>
125125
<key>function</key>
126-
<string>播放</string>
126+
<string>播放/暂停</string>
127127
<key>enable</key>
128128
<false/>
129129
</dict>
130130
<dict>
131131
<key>executeCommand</key>
132-
<string>musicPause</string>
132+
<string>musicNext</string>
133133
<key>keyword</key>
134-
<string>TK-Pause</string>
134+
<string>TK-Next</string>
135135
<key>function</key>
136-
<string>暂停</string>
136+
<string>下一首</string>
137137
<key>enable</key>
138138
<false/>
139139
</dict>
@@ -149,31 +149,31 @@
149149
</dict>
150150
<dict>
151151
<key>executeCommand</key>
152-
<string>musicNext</string>
152+
<string>musicVolumeUp</string>
153153
<key>keyword</key>
154-
<string>TK-Next</string>
154+
<string>TK-VolumeUp</string>
155155
<key>function</key>
156-
<string>下一首</string>
156+
<string>增大音量</string>
157157
<key>enable</key>
158158
<false/>
159159
</dict>
160160
<dict>
161161
<key>executeCommand</key>
162-
<string>musicLike</string>
162+
<string>musicVolumeDown</string>
163163
<key>keyword</key>
164-
<string>TK-Like</string>
164+
<string>TK-VolumeDown</string>
165165
<key>function</key>
166-
<string>喜欢歌曲</string>
166+
<string>减小音量</string>
167167
<key>enable</key>
168168
<false/>
169169
</dict>
170170
<dict>
171171
<key>executeCommand</key>
172-
<string>musicUnLike</string>
172+
<string>musicLike</string>
173173
<key>keyword</key>
174-
<string>TK-Unlike</string>
174+
<string>TK-Like</string>
175175
<key>function</key>
176-
<string>取消喜欢</string>
176+
<string>喜欢/取消喜欢</string>
177177
<key>enable</key>
178178
<false/>
179179
</dict>
Binary file not shown.
Binary file not shown.

Other/Products/Debug/WeChatPlugin.framework/WeChatPlugin.framework/Headers/WeChatPlugin.h

Lines changed: 0 additions & 92 deletions
This file was deleted.

Other/Products/Debug/WeChatPlugin.framework/WeChatPlugin.framework/Modules/module.modulemap

Lines changed: 0 additions & 6 deletions
This file was deleted.

Other/Products/Debug/WeChatPlugin.framework/WeChatPlugin.framework/Resources/Info.plist

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)