Commit 01b0b331246820c006942abdd358d4e86d8d81aa
1 parent
0a176cd8f9
Exists in
master
修改密码文案修改
Showing 7 changed files with 40 additions and 4 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.pbxproj
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
- ios/GameSDKResources.bundle/zh-Hans.strings
IOSDocument.md
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
... | ... | @@ -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