Commit 01b0b331246820c006942abdd358d4e86d8d81aa

Authored by alexYang
1 parent 0a176cd8f9
Exists in master

修改密码文案修改

Showing 7 changed files with 40 additions and 4 deletions Side-by-side Diff

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.3.24
6   -2017年2月24日
  5 +V 3.3.25
  6 +2017年3月9日
7 7  
8 8 ## 概述
9 9 #### 本SDK提供gump账号,fb账号,vk账号三种账号登录,iap支付和第三方支付两种支付功能,其中gump账号登录和fb账号登录功能为必须接入,支付可根据需要选择性接入。
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... ... @@ -13,7 +13,7 @@ static BOOL isEnableVK = NO;
13 13  
14 14 static BOOL hiddenLogo = NO;
15 15  
16   -static NSString *version = @"3.3.24";
  16 +static NSString *version = @"3.3.25";
17 17  
18 18 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
19 19  
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj
... ... @@ -29,6 +29,16 @@
29 29 997523321930A52600F50D29 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 997523311930A52600F50D29 /* MobileCoreServices.framework */; };
30 30 /* End PBXBuildFile section */
31 31  
  32 +/* Begin PBXContainerItemProxy section */
  33 + 75D3C90D1E71461E003AD81B /* PBXContainerItemProxy */ = {
  34 + isa = PBXContainerItemProxy;
  35 + containerPortal = 75D3C9081E71461E003AD81B /* GameSDK.xcodeproj */;
  36 + proxyType = 2;
  37 + remoteGlobalIDString = 99626194192D9649004FF2E3;
  38 + remoteInfo = GameSDK;
  39 + };
  40 +/* End PBXContainerItemProxy section */
  41 +
32 42 /* Begin PBXFileReference section */
33 43 27019DCA1A208B1500DA560D /* Path.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Path.xcconfig; sourceTree = "<group>"; };
34 44 27019DCB1A208B1500DA560D /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = "<group>"; };
... ... @@ -43,6 +53,7 @@
43 53 75B72C8E1DAA422000CFACFF /* CoreBlue.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBlue.framework; path = ../CoreBlue.framework; sourceTree = "<group>"; };
44 54 75B72C901DAA422C00CFACFF /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
45 55 75B72C921DAA423500CFACFF /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
  56 + 75D3C9081E71461E003AD81B /* GameSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GameSDK.xcodeproj; path = ../../../GameSDKRelease/GameSDK/GameSDK.xcodeproj; sourceTree = "<group>"; };
46 57 9934F1AE19303DC6005EF4AB /* GameSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GameSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
47 58 9934F1B119303DC6005EF4AB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
48 59 9934F1B319303DC6005EF4AB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
... ... @@ -97,10 +108,19 @@
97 108 27019DCE1A208B2300DA560D /* Dependencies */ = {
98 109 isa = PBXGroup;
99 110 children = (
  111 + 75D3C9081E71461E003AD81B /* GameSDK.xcodeproj */,
100 112 );
101 113 name = Dependencies;
102 114 sourceTree = "<group>";
103 115 };
  116 + 75D3C9091E71461E003AD81B /* Products */ = {
  117 + isa = PBXGroup;
  118 + children = (
  119 + 75D3C90E1E71461E003AD81B /* libGameSDK.a */,
  120 + );
  121 + name = Products;
  122 + sourceTree = "<group>";
  123 + };
104 124 9934F1A519303DC6005EF4AB = {
105 125 isa = PBXGroup;
106 126 children = (
... ... @@ -211,6 +231,12 @@
211 231 mainGroup = 9934F1A519303DC6005EF4AB;
212 232 productRefGroup = 9934F1AF19303DC6005EF4AB /* Products */;
213 233 projectDirPath = "";
  234 + projectReferences = (
  235 + {
  236 + ProductGroup = 75D3C9091E71461E003AD81B /* Products */;
  237 + ProjectRef = 75D3C9081E71461E003AD81B /* GameSDK.xcodeproj */;
  238 + },
  239 + );
214 240 projectRoot = "";
215 241 targets = (
216 242 9934F1AD19303DC6005EF4AB /* GameSDKDemo */,
... ... @@ -218,6 +244,16 @@
218 244 };
219 245 /* End PBXProject section */
220 246  
  247 +/* Begin PBXReferenceProxy section */
  248 + 75D3C90E1E71461E003AD81B /* libGameSDK.a */ = {
  249 + isa = PBXReferenceProxy;
  250 + fileType = archive.ar;
  251 + path = libGameSDK.a;
  252 + remoteRef = 75D3C90D1E71461E003AD81B /* PBXContainerItemProxy */;
  253 + sourceTree = BUILT_PRODUCTS_DIR;
  254 + };
  255 +/* End PBXReferenceProxy section */
  256 +
221 257 /* Begin PBXResourcesBuildPhase section */
222 258 9934F1AC19303DC6005EF4AB /* Resources */ = {
223 259 isa = PBXResourcesBuildPhase;
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
ios/GameSDKResources.bundle/zh-Hans.strings
... ... @@ -21,7 +21,7 @@
21 21 "switch" = "切换账户";
22 22 "change_password" = "修改密码";
23 23 "current_password" = "当前密码";
24   -"change_password_notice" = "重置密码时不填写当前密码";
  24 +"change_password_notice" = "重置密码时不填写当前密码";
25 25 "new_password" = "新密码";
26 26 "Reset" = "重置";
27 27 "Confirm" = "确定修改";