Commit d09807c7a9699b582527b32f3e0439063fcfa22a
1 parent
020c177d1e
Exists in
master
update to 3.3.6 and make the style of UI the same with android
Showing 35 changed files with 28 additions and 26 deletions Side-by-side Diff
- ios/GameSDK.framework/Versions/A/GameSDK
- ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
- ios/GameSDK.zip
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/en.strings
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/bottom_bg@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/header_bg@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_fb@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_pwd@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_user@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_vk@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/loading@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/log@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/or@2x.png
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/pt-PT.strings
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/ru.strings
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/th.strings
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/zh-Hans.strings
- ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/zh-Hant.strings
- ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
- ios/GameSDKResources.bundle/en.strings
- ios/GameSDKResources.bundle/images/bottom_bg@2x.png
- ios/GameSDKResources.bundle/images/header_bg@2x.png
- ios/GameSDKResources.bundle/images/ic_fb@2x.png
- ios/GameSDKResources.bundle/images/ic_pwd@2x.png
- ios/GameSDKResources.bundle/images/ic_user@2x.png
- ios/GameSDKResources.bundle/images/ic_vk@2x.png
- ios/GameSDKResources.bundle/images/loading@2x.png
- ios/GameSDKResources.bundle/images/log@2x.png
- ios/GameSDKResources.bundle/images/or@2x.png
- ios/GameSDKResources.bundle/pt-PT.strings
- ios/GameSDKResources.bundle/ru.strings
- ios/GameSDKResources.bundle/th.strings
- ios/GameSDKResources.bundle/zh-Hans.strings
- ios/GameSDKResources.bundle/zh-Hant.strings
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj
... | ... | @@ -12,8 +12,8 @@ |
12 | 12 | 3309D9791C438A5E00534E33 /* libz.1.2.5.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D9781C438A5E00534E33 /* libz.1.2.5.tbd */; }; |
13 | 13 | 3309D97F1C4394C800534E33 /* VKSdk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D97E1C4394C800534E33 /* VKSdk.framework */; }; |
14 | 14 | 331262371C50B56800B1B435 /* VKBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331262361C50B56800B1B435 /* VKBridge.framework */; }; |
15 | + 333626911C9BEFDC00839513 /* GameSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 335EB07F1C5203DA003E6F44 /* GameSDK.framework */; }; | |
15 | 16 | 335EB0691C51D67D003E6F44 /* GameSDKResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 335EB0681C51D67D003E6F44 /* GameSDKResources.bundle */; }; |
16 | - 3396626D1C892BAC00022866 /* GameSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 335EB07F1C5203DA003E6F44 /* GameSDK.framework */; }; | |
17 | 17 | 3CD53D9D1B81F37900E1B01A /* VKSdkResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3CD53D9C1B81F37900E1B01A /* VKSdkResources.bundle */; }; |
18 | 18 | 9934F1B219303DC6005EF4AB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9934F1B119303DC6005EF4AB /* Foundation.framework */; }; |
19 | 19 | 9934F1B619303DC6005EF4AB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9934F1B519303DC6005EF4AB /* UIKit.framework */; }; |
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | isa = PBXFrameworksBuildPhase; |
60 | 60 | buildActionMask = 2147483647; |
61 | 61 | files = ( |
62 | - 3396626D1C892BAC00022866 /* GameSDK.framework in Frameworks */, | |
62 | + 333626911C9BEFDC00839513 /* GameSDK.framework in Frameworks */, | |
63 | 63 | 331262371C50B56800B1B435 /* VKBridge.framework in Frameworks */, |
64 | 64 | 3309D9791C438A5E00534E33 /* libz.1.2.5.tbd in Frameworks */, |
65 | 65 | 3309D8551C312F6500534E33 /* QuartzCore.framework in Frameworks */, |
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/en.strings
1 | 1 | "user_name_hint" = "Email"; |
2 | 2 | "password_hint" = "Password"; |
3 | -"quick_play" = "Play"; | |
3 | +"quick_play" = "Guest Play"; | |
4 | 4 | "login" = "Login"; |
5 | -"gump_login" = "Login>>"; | |
5 | +"gump_login" = "Login"; | |
6 | 6 | "signup" = "Signup"; |
7 | 7 | "bind" = "Bound to email"; |
8 | 8 | "loading" = "Loading"; |
... | ... | @@ -17,3 +17,4 @@ |
17 | 17 | "login_fail" = "Login failed"; |
18 | 18 | "signup_fail" = "Signup failed"; |
19 | 19 | "bind_fail" = "Bound failed"; |
20 | +"switch"="Switching accounts"; | |
20 | 21 | \ No newline at end of file |
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/bottom_bg@2x.png
1.39 KB
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/header_bg@2x.png
1.13 KB
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_fb@2x.png
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_pwd@2x.png
445 Bytes
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_user@2x.png
570 Bytes
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/ic_vk@2x.png
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/loading@2x.png
11.4 KB
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/log@2x.png
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/images/or@2x.png
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/pt-PT.strings
1 | 1 | "user_name_hint" = "Email"; |
2 | 2 | "password_hint" = "Senha"; |
3 | -"quick_login" = "Jogar Agora"; | |
3 | +"quick_login" = "jogo de hóspedes"; | |
4 | 4 | "quick_play" = "Play"; |
5 | 5 | "login" = "Login"; |
6 | -"gump_login" = "Login>>"; | |
6 | +"gump_login" = "Login"; | |
7 | 7 | "signup" = "Registrar"; |
8 | 8 | "bind" = "Vincular ao email"; |
9 | 9 | "loading" = "Carregando"; |
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/ru.strings
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/th.strings
1 | 1 | "user_name_hint" = "อีเมลล์"; |
2 | 2 | "password_hint" = "พาสเวิร์ด"; |
3 | -"quick_play" = "Play"; | |
3 | +"quick_play" = "การเล่นของผู้เข้าพัก"; | |
4 | 4 | "quick_login" = "เริ่มเล่น"; |
5 | 5 | "login" = "ล็อกอิน"; |
6 | -"gump_login" = "Login>>"; | |
6 | +"gump_login" = "Login"; | |
7 | 7 | "signup" = "ลงทะเบียน"; |
8 | 8 | "bind" = "ผูกอีเมลล์"; |
9 | 9 | "loading" = "กำลังโหลด"; |
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/zh-Hans.strings
ios/GameSDKDemo/letsgameDemo/GameSDKResources.bundle/zh-Hant.strings
ios/GameSDKDemo/letsgameDemo/LSGMainViewController.m
... | ... | @@ -81,15 +81,15 @@ |
81 | 81 | |
82 | 82 | |
83 | 83 | - (void)onClickTest { |
84 | - NSLog(@"mainBundle:%@",[[LetsGameAPI instance] version]); | |
84 | + | |
85 | 85 | [LetsGameAPI instance].appId = @"10047"; |
86 | 86 | [LetsGameAPI instance].appKey = @"eccd9f7dc92858b741132fda313130cf"; |
87 | 87 | [LetsGameAPI hiddenLogo:YES]; |
88 | 88 | // [LetsGameAPI disableFB:NO]; |
89 | 89 | NSLog(@"sdk version:%@",[[LetsGameAPI instance] version]); |
90 | 90 | //启用vk登录 |
91 | -// VKBridge *vkBridge = [[VKBridge alloc] initWithVKAppId:@"5029792"]; | |
92 | -// [LetsGameAPI instance].vkBridge = vkBridge; | |
91 | + VKBridge *vkBridge = [[VKBridge alloc] initWithVKAppId:@"5029792"]; | |
92 | + [LetsGameAPI instance].vkBridge = vkBridge; | |
93 | 93 | |
94 | 94 | [LetsGameAPI instance].succBlock = ^(NSString *userId, NSString *sessionKey, LSGAccountType type) { |
95 | 95 | self.sessionKey = sessionKey; |
ios/GameSDKResources.bundle/en.strings
1 | 1 | "user_name_hint" = "Email"; |
2 | 2 | "password_hint" = "Password"; |
3 | -"quick_play" = "Play"; | |
3 | +"quick_play" = "Guest Play"; | |
4 | 4 | "login" = "Login"; |
5 | -"gump_login" = "Login>>"; | |
5 | +"gump_login" = "Login"; | |
6 | 6 | "signup" = "Signup"; |
7 | 7 | "bind" = "Bound to email"; |
8 | 8 | "loading" = "Loading"; |
... | ... | @@ -17,3 +17,4 @@ |
17 | 17 | "login_fail" = "Login failed"; |
18 | 18 | "signup_fail" = "Signup failed"; |
19 | 19 | "bind_fail" = "Bound failed"; |
20 | +"switch"="Switching accounts"; | |
20 | 21 | \ No newline at end of file |
ios/GameSDKResources.bundle/images/bottom_bg@2x.png
1.39 KB
ios/GameSDKResources.bundle/images/header_bg@2x.png
1.13 KB
ios/GameSDKResources.bundle/images/ic_fb@2x.png
ios/GameSDKResources.bundle/images/ic_pwd@2x.png
445 Bytes
ios/GameSDKResources.bundle/images/ic_user@2x.png
570 Bytes
ios/GameSDKResources.bundle/images/ic_vk@2x.png
ios/GameSDKResources.bundle/images/loading@2x.png
11.4 KB
ios/GameSDKResources.bundle/images/log@2x.png
ios/GameSDKResources.bundle/images/or@2x.png
ios/GameSDKResources.bundle/pt-PT.strings
1 | 1 | "user_name_hint" = "Email"; |
2 | 2 | "password_hint" = "Senha"; |
3 | -"quick_login" = "Jogar Agora"; | |
3 | +"quick_login" = "jogo de hóspedes"; | |
4 | 4 | "quick_play" = "Play"; |
5 | 5 | "login" = "Login"; |
6 | -"gump_login" = "Login>>"; | |
6 | +"gump_login" = "Login"; | |
7 | 7 | "signup" = "Registrar"; |
8 | 8 | "bind" = "Vincular ao email"; |
9 | 9 | "loading" = "Carregando"; |
ios/GameSDKResources.bundle/ru.strings
ios/GameSDKResources.bundle/th.strings
1 | 1 | "user_name_hint" = "อีเมลล์"; |
2 | 2 | "password_hint" = "พาสเวิร์ด"; |
3 | -"quick_play" = "Play"; | |
3 | +"quick_play" = "การเล่นของผู้เข้าพัก"; | |
4 | 4 | "quick_login" = "เริ่มเล่น"; |
5 | 5 | "login" = "ล็อกอิน"; |
6 | -"gump_login" = "Login>>"; | |
6 | +"gump_login" = "Login"; | |
7 | 7 | "signup" = "ลงทะเบียน"; |
8 | 8 | "bind" = "ผูกอีเมลล์"; |
9 | 9 | "loading" = "กำลังโหลด"; |
ios/GameSDKResources.bundle/zh-Hans.strings
ios/GameSDKResources.bundle/zh-Hant.strings