Commit 971c75d1bee91c6c59073bb3f3da5616f0efd375
1 parent
b27a5c1eb8
Exists in
master
and in
1 other branch
v3.4.6
Showing 6 changed files with 8 additions and 7 deletions Side-by-side Diff
- IOSDocument.md
- ios/GameSDK.framework/Versions/A/GameSDK
- ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
- ios/GameSDK.zip
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/GameSDKDemo.xcscmblueprint
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
IOSDocument.md
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... | ... | @@ -15,7 +15,7 @@ static BOOL isDisableGoogle = NO; |
15 | 15 | |
16 | 16 | static BOOL hiddenLogo = NO; |
17 | 17 | |
18 | -static NSString *version = @"3.5.2"; | |
18 | +static NSString *version = @"3.4.6"; | |
19 | 19 | |
20 | 20 | @interface LetsGameAPI : NSObject<UIApplicationDelegate> |
21 | 21 | |
... | ... | @@ -23,7 +23,7 @@ static NSString *version = @"3.5.2"; |
23 | 23 | @property (nonatomic, strong) NSString *appKey; |
24 | 24 | @property (nonatomic, copy) LSGLoginSuccBlock succBlock; |
25 | 25 | @property (nonatomic, copy) LSGDismissBlock dismissBlock; |
26 | -//@property (nonatomic, assign) int isDebug; | |
26 | +@property (nonatomic, assign) int isDebug; | |
27 | 27 | @property (nonatomic, assign) int decideWebPay; |
28 | 28 | @property (nonatomic,retain) id<VKBridgeProtocol> vkBridge; |
29 | 29 | //@property(nonatomic,strong) NSString *version; |
... | ... | @@ -56,7 +56,7 @@ static NSString *version = @"3.5.2"; |
56 | 56 | |
57 | 57 | -(void)registeIapObserver; |
58 | 58 | |
59 | -//-(void)decideIsDebug:(int)isDebug; | |
59 | +-(void)decideIsDebug:(int)isDebug; | |
60 | 60 | |
61 | 61 | -(void)decideWebPayVersion:(int)decideWebPay; |
62 | 62 | |
... | ... | @@ -67,4 +67,5 @@ static NSString *version = @"3.5.2"; |
67 | 67 | -(void)gameObtainSafeSetInfoWithAppId:(NSString *)appId |
68 | 68 | ChannelId:(NSString *)channelId |
69 | 69 | handleCallBack:(void (^)(BOOL resultStatus))callBack; |
70 | + | |
70 | 71 | @end |
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/GameSDKDemo.xcscmblueprint
... | ... | @@ -13,8 +13,8 @@ |
13 | 13 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { |
14 | 14 | "07E954432ED0A61BEECC8FB6AAE1417682E93D30" : "vkbridge\/", |
15 | 15 | "8A7E653E5A6F45691CAAAE0CEF6C9451763A2597" : "gumptech-document\/", |
16 | - "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-iosrelease-newdn\/", | |
17 | - "077D999F6C967446D3AED3B840BC4A4A39445F65" : "GameSDKRelease\/" | |
16 | + "D5E238D0ED0F802759CC8DDF3F39B0D0BFF728D8" : "gamesdk-ios-17\/", | |
17 | + "077D999F6C967446D3AED3B840BC4A4A39445F65" : "iosgamesdk_newdn\/" | |
18 | 18 | }, |
19 | 19 | "DVTSourceControlWorkspaceBlueprintNameKey" : "GameSDKDemo", |
20 | 20 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, |
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type