File tree Expand file tree Collapse file tree 9 files changed +30
-34
lines changed
Expand file tree Collapse file tree 9 files changed +30
-34
lines changed Original file line number Diff line number Diff line change 77//
88
99#import < Foundation/Foundation.h>
10-
11- #import " TCRSdkConst.h"
10+ #import < TCRSDK/TCRSdkConst.h>
1211
1312NS_ASSUME_NONNULL_BEGIN
1413
Original file line number Diff line number Diff line change 88
99#import < Foundation/Foundation.h>
1010#import < UIKit/UIKit.h>
11-
12- #import " TCRSdkConst.h"
11+ #import < TCRSDK/TCRSdkConst.h>
1312@class TcrSession;
1413
1514// Mouse type, only supports single-finger sliding operation
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ FOUNDATION_EXPORT const unsigned char TCRSDKVersionString[];
1515
1616// In this header, you should import all the public headers of your framework using statements like #import <TCRSDK/PublicHeader.h>
1717
18- #import " AndroidInstance.h "
19- #import " AudioSink.h "
20- #import " CustomDataChannel.h "
21- #import " GamePad.h "
22- #import " Keyboard.h "
23- #import " MobileTouchView.h"
24- #import " Mouse.h "
25- #import " PcTouchView.h "
26- #import " TCRSdkConst.h "
27- #import " TcrRenderView.h "
28- #import " TcrSdkInstance.h "
29- #import " TcrSession.h "
30- #import " TouchScreen.h "
31- #import " VideoSink.h "
18+ #import < TCRSDK/TCRSdkConst.h >
19+ #import < TCRSDK/TcrSession.h >
20+ #import < TCRSDK/TcrRenderView.h >
21+ #import < TCRSDK/CustomDataChannel.h >
22+ #import < TCRSDK/PcTouchView.h >
23+ #import < TCRSDK/ MobileTouchView.h>
24+ #import < TCRSDK/AudioSink.h >
25+ #import < TCRSDK/VideoSink.h >
26+ #import < TCRSDK/Mouse.h >
27+ #import < TCRSDK/Keyboard.h >
28+ #import < TCRSDK/GamePad.h >
29+ #import < TCRSDK/TouchScreen.h >
30+ #import < TCRSDK/TcrSdkInstance.h >
31+ #import < TCRSDK/AndroidInstance.h >
Original file line number Diff line number Diff line change 77//
88
99#import < Foundation/Foundation.h>
10-
11- #import " AndroidInstance.h"
12- #import " TCRSdkConst.h"
10+ #import < TCRSDK/TCRSdkConst.h>
11+ #import < TCRSDK/AndroidInstance.h>
1312NS_ASSUME_NONNULL_BEGIN
1413
1514#pragma mark--- 日志接口 ---
Original file line number Diff line number Diff line change 66// Copyright © 2023 Tencent. All rights reserved.
77//
88
9- #import < AVFoundation/AVFoundation.h>
109#import < Foundation/Foundation.h>
1110#import < tcrsdk/TCRSdkConst.h>
12-
13- #import " AudioSink.h "
14- #import " CustomDataChannel.h "
15- #import " GamePad.h "
16- #import " Keyboard.h "
17- #import " MotionSensor.h "
18- #import " Mouse.h "
19- #import " TcrRenderView.h "
20- #import " TouchScreen.h "
21- #import " VideoSink.h "
11+ # import < AVFoundation/AVFoundation.h >
12+ #import < TCRSDK/TcrRenderView.h >
13+ #import < TCRSDK/AudioSink.h >
14+ #import < TCRSDK/VideoSink.h >
15+ #import < TCRSDK/Mouse.h >
16+ #import < TCRSDK/Keyboard.h >
17+ #import < TCRSDK/GamePad.h >
18+ #import < TCRSDK/TouchScreen.h >
19+ #import < TCRSDK/MotionSensor.h >
20+ #import < TCRSDK/CustomDataChannel.h >
2221
2322#pragma mark--- session event callback ---
2423@protocol TcrSessionObserver <NSObject >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'TCRSDK'
3- spec . version = '3.10.4 '
3+ spec . version = '3.10.5 '
44 spec . license = { :type => 'MIT' }
55 spec . homepage = 'https://github.com/tencentyun/cloudgame-ios-sdk'
66 spec . summary = 'Tencent Cloud Gaming Software Development Kit for iOS.'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'TCRVKey'
3- spec . version = '3.10.4 '
3+ spec . version = '3.10.5 '
44 spec . license = { :type => 'MIT' }
55 spec . homepage = 'https://github.com/tencentyun/cloudgame-ios-sdk'
66 spec . summary = 'Tencent Cloud Gaming Software Development Kit for iOS.'
You can’t perform that action at this time.
0 commit comments