Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMShareSDK
Commits
2f258ae0
Commit
2f258ae0
authored
Jan 13, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify
parent
2edc6e84
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
12 deletions
+14
-12
Podfile.lock
Example/Podfile.lock
+1
-1
GMShareSDK.podspec.json
Example/Pods/Local Podspecs/GMShareSDK.podspec.json
+1
-0
Manifest.lock
Example/Pods/Manifest.lock
+1
-1
GMShareSDK.podspec
GMShareSDK.podspec
+2
-1
GMShareSDK.m
GMShareSDK/Classes/ShareSDK/GMShareSDK.m
+6
-6
GMThirdPartyLoginHelper.m
GMShareSDK/Classes/ShareSDK/GMThirdPartyLoginHelper.m
+3
-3
No files found.
Example/Podfile.lock
View file @
2f258ae0
...
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
...
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK:
613edf194beed865a8ecf6addefec8227db24272
GMShareSDK:
0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
...
...
Example/Pods/Local Podspecs/GMShareSDK.podspec.json
View file @
2f258ae0
...
@@ -52,6 +52,7 @@
...
@@ -52,6 +52,7 @@
"frameworks"
:
[
"frameworks"
:
[
"Photos"
"Photos"
],
],
"static_framework"
:
true
,
"xcconfig"
:
{
"xcconfig"
:
{
"VALID_ARCHS"
:
"arm64 x86_64"
"VALID_ARCHS"
:
"arm64 x86_64"
}
}
...
...
Example/Pods/Manifest.lock
View file @
2f258ae0
...
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
...
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK:
613edf194beed865a8ecf6addefec8227db24272
GMShareSDK:
0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
...
...
GMShareSDK.podspec
View file @
2f258ae0
...
@@ -30,6 +30,7 @@ TODO: Add long description of the pod here.
...
@@ -30,6 +30,7 @@ TODO: Add long description of the pod here.
s
.
ios
.
deployment_target
=
'8.0'
s
.
ios
.
deployment_target
=
'8.0'
s
.
source_files
=
'GMShareSDK/Classes/**/*'
s
.
source_files
=
'GMShareSDK/Classes/**/*'
s
.
vendored_frameworks
=
'GMShareSDK/Frameworks/*.framework'
s
.
vendored_frameworks
=
'GMShareSDK/Frameworks/*.framework'
...
@@ -47,7 +48,7 @@ TODO: Add long description of the pod here.
...
@@ -47,7 +48,7 @@ TODO: Add long description of the pod here.
s
.
frameworks
=
[
'Photos'
]
s
.
frameworks
=
[
'Photos'
]
# s.libraries = 'xml2', 'z', 'c++', 'sqlite3'
# s.libraries = 'xml2', 'z', 'c++', 'sqlite3'
#
s.static_framework = true
s
.
static_framework
=
true
# s.resource_bundles = {
# s.resource_bundles = {
# 'GMShareSDK' => ['GMShareSDK/Assets/*.png']
# 'GMShareSDK' => ['GMShareSDK/Assets/*.png']
# }
# }
...
...
GMShareSDK/Classes/ShareSDK/GMShareSDK.m
View file @
2f258ae0
...
@@ -7,21 +7,21 @@
...
@@ -7,21 +7,21 @@
//
//
#import "GMShareSDK.h"
#import "GMShareSDK.h"
#import
<WeiboSDK/WeiboSDK.h>
#import
"WeiboSDK/WeiboSDK.h"
#import
<TencentOpenAPI/TencentOAuth.h>
#import
"TencentOpenAPI/TencentOAuth.h"
#import
<TencentOpenAPI/QQApiInterface.h>
#import
"TencentOpenAPI/QQApiInterface.h"
#import
<TencentOpenAPI/QQApiInterfaceObject.h>
#import
"TencentOpenAPI/QQApiInterfaceObject.h"
#import "WXApiObject.h"
#import "WXApiObject.h"
#import "GMThirdPartyOauthManager.h"
#import "GMThirdPartyOauthManager.h"
#import "GMThirdPartyDefine.h"
#import "GMThirdPartyDefine.h"
#import "WeiboSDK.h"
#import "WeiboSDK.h"
#import <Photos/Photos.h>
#import <Photos/Photos.h>
#import
<TencentOpenAPI/QQApiInterfaceObject.h>
#import
"TencentOpenAPI/QQApiInterfaceObject.h"
#import <GMKit/UIImage+GM.h>
#import <GMKit/UIImage+GM.h>
#import "UIImage+Compress.h"
#import "UIImage+Compress.h"
#import "DouyinOpenSDKApi.h"
#import "DouyinOpenSDKApi.h"
#import "UIAlertController+gm.h"
#import "UIAlertController+gm.h"
#import
<WechatOpenSDK/WXApi.h>
#import
"WechatOpenSDK/WXApi.h"
@interface
GMShareSDK
()
@interface
GMShareSDK
()
#warning TODO 待验证
#warning TODO 待验证
...
...
GMShareSDK/Classes/ShareSDK/GMThirdPartyLoginHelper.m
View file @
2f258ae0
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
//
//
#import "GMThirdPartyLoginHelper.h"
#import "GMThirdPartyLoginHelper.h"
#import "WXApi.h"
#import "W
echatOpenSDK/W
XApi.h"
#import
<WeiboSDK/WeiboSDK.h>
#import
"WeiboSDK/WeiboSDK.h"
#import "GMThirdPartyDefine.h"
#import "GMThirdPartyDefine.h"
#import "GMThirdPartyOauthManager.h"
#import "GMThirdPartyOauthManager.h"
#import
<TencentOpenAPI/TencentOAuth.h>
#import
"TencentOpenAPI/TencentOAuth.h"
@implementation
GMThirdPartyUser
@implementation
GMThirdPartyUser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment