Commit 35e7cd397a385c9280df86107de9a8946eeacd23

Authored by 赵康
Exists in master

Merge branch 'master' of http://123.59.74.8:81/document/gumptech-document.git

Showing 5 changed files Side-by-side Diff

... ... @@ -2,8 +2,8 @@
2 2  
3 3  
4 4 接入手册
5   -V 3.3.7
6   -2016年05月06日
  5 +V 3.3.8
  6 +2016年07月04日
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
... ... @@ -14,7 +14,7 @@ static BOOL isEnableVK = NO;
14 14  
15 15 static BOOL hiddenLogo = NO;
16 16  
17   -static NSString *version = @"3.3.7";
  17 +static NSString *version = @"3.3.8";
18 18  
19 19 @interface LetsGameAPI : NSObject<UIApplicationDelegate>
20 20  
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj
... ... @@ -27,6 +27,16 @@
27 27 997523321930A52600F50D29 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 997523311930A52600F50D29 /* MobileCoreServices.framework */; };
28 28 /* End PBXBuildFile section */
29 29  
  30 +/* Begin PBXContainerItemProxy section */
  31 + 75A025DB1D2A56D900D26015 /* PBXContainerItemProxy */ = {
  32 + isa = PBXContainerItemProxy;
  33 + containerPortal = 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */;
  34 + proxyType = 2;
  35 + remoteGlobalIDString = 99626194192D9649004FF2E3;
  36 + remoteInfo = GameSDK;
  37 + };
  38 +/* End PBXContainerItemProxy section */
  39 +
30 40 /* Begin PBXFileReference section */
31 41 27019DCA1A208B1500DA560D /* Path.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Path.xcconfig; sourceTree = "<group>"; };
32 42 27019DCB1A208B1500DA560D /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = "<group>"; };
... ... @@ -39,6 +49,7 @@
39 49 752A5F411CDC826A00C36131 /* GameSDKResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = GameSDKResources.bundle; path = ../../GameSDKResources.bundle; sourceTree = "<group>"; };
40 50 752A5F431CDC82C000C36131 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
41 51 752A5F491CDC8B3200C36131 /* GameSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameSDK.framework; path = ../GameSDK.framework; sourceTree = "<group>"; };
  52 + 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GameSDK.xcodeproj; path = ../../../iosgamesdk/GameSDK/GameSDK.xcodeproj; sourceTree = "<group>"; };
42 53 9934F1AE19303DC6005EF4AB /* GameSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GameSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
43 54 9934F1B119303DC6005EF4AB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
44 55 9934F1B319303DC6005EF4AB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
... ... @@ -91,10 +102,19 @@
91 102 27019DCE1A208B2300DA560D /* Dependencies */ = {
92 103 isa = PBXGroup;
93 104 children = (
  105 + 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */,
94 106 );
95 107 name = Dependencies;
96 108 sourceTree = "<group>";
97 109 };
  110 + 75A025D71D2A56D900D26015 /* Products */ = {
  111 + isa = PBXGroup;
  112 + children = (
  113 + 75A025DC1D2A56D900D26015 /* libGameSDK.a */,
  114 + );
  115 + name = Products;
  116 + sourceTree = "<group>";
  117 + };
98 118 9934F1A519303DC6005EF4AB = {
99 119 isa = PBXGroup;
100 120 children = (
... ... @@ -203,6 +223,12 @@
203 223 mainGroup = 9934F1A519303DC6005EF4AB;
204 224 productRefGroup = 9934F1AF19303DC6005EF4AB /* Products */;
205 225 projectDirPath = "";
  226 + projectReferences = (
  227 + {
  228 + ProductGroup = 75A025D71D2A56D900D26015 /* Products */;
  229 + ProjectRef = 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */;
  230 + },
  231 + );
206 232 projectRoot = "";
207 233 targets = (
208 234 9934F1AD19303DC6005EF4AB /* GameSDKDemo */,
... ... @@ -210,6 +236,16 @@
210 236 };
211 237 /* End PBXProject section */
212 238  
  239 +/* Begin PBXReferenceProxy section */
  240 + 75A025DC1D2A56D900D26015 /* libGameSDK.a */ = {
  241 + isa = PBXReferenceProxy;
  242 + fileType = archive.ar;
  243 + path = libGameSDK.a;
  244 + remoteRef = 75A025DB1D2A56D900D26015 /* PBXContainerItemProxy */;
  245 + sourceTree = BUILT_PRODUCTS_DIR;
  246 + };
  247 +/* End PBXReferenceProxy section */
  248 +
213 249 /* Begin PBXResourcesBuildPhase section */
214 250 9934F1AC19303DC6005EF4AB /* Resources */ = {
215 251 isa = PBXResourcesBuildPhase;