Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
e947a8a1
Commit
e947a8a1
authored
Jan 16, 2024
by
pete谢兆麟
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OOS接入和封装
parent
c807f39e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
505 additions
and
0 deletions
+505
-0
Podfile
galaxy/Podfile
+2
-0
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+24
-0
YHOOSManager.swift
galaxy/galaxy/Classes/Tools/YHOOS/YHOOSManager.swift
+478
-0
galaxy-Bridge-Header.h
galaxy/galaxy/Res/galaxy-Bridge-Header.h
+1
-0
No files found.
galaxy/Podfile
View file @
e947a8a1
...
...
@@ -63,6 +63,8 @@ target 'galaxy' do
pod
'SensorsAnalyticsSDK'
,
'4.6.0'
#主流APP分类切换滚动视图
pod
'JXSegmentedView'
,
'1.3.0'
#阿里云OOS
pod
'AliyunOSSiOS'
,
'2.10.18'
end
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
e947a8a1
...
...
@@ -13,6 +13,10 @@
0468D4262B495A5400CFB916
/* YHPickPhoneAddressViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D4252B495A5400CFB916
/* YHPickPhoneAddressViewController.swift */
;
};
0468D4282B50D4AF00CFB916
/* YHPrivacyAlertView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D4272B50D4AF00CFB916
/* YHPrivacyAlertView.swift */
;
};
0468D42B2B55019900CFB916
/* YHAnalytics.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D42A2B55019900CFB916
/* YHAnalytics.swift */
;
};
0468D42E2B5654A500CFB916
/* CoreTelephony.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D42D2B5654A500CFB916
/* CoreTelephony.framework */
;
};
0468D4302B5654B500CFB916
/* SystemConfiguration.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D42F2B5654B500CFB916
/* SystemConfiguration.framework */
;
};
0468D4312B5654C100CFB916
/* libresolv.tbd in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D42C2B56549200CFB916
/* libresolv.tbd */
;
};
0468D4342B56587B00CFB916
/* YHOOSManager.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
0468D4332B56587B00CFB916
/* YHOOSManager.swift */
;
};
04808C062B4686510056D53C
/* ATAuthSDK.bundle in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04808C042B4686510056D53C
/* ATAuthSDK.bundle */
;
};
04808C082B4686C10056D53C
/* ATAuthSDK_D.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04808C032B4686510056D53C
/* ATAuthSDK_D.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
049A48A82B49417300D0C641
/* YHAboutUsViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
049A48A72B49417300D0C641
/* YHAboutUsViewController.swift */
;
};
...
...
@@ -124,6 +128,10 @@
0468D4252B495A5400CFB916
/* YHPickPhoneAddressViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHPickPhoneAddressViewController.swift
;
sourceTree
=
"<group>"
;
};
0468D4272B50D4AF00CFB916
/* YHPrivacyAlertView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHPrivacyAlertView.swift
;
sourceTree
=
"<group>"
;
};
0468D42A2B55019900CFB916
/* YHAnalytics.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHAnalytics.swift
;
sourceTree
=
"<group>"
;
};
0468D42C2B56549200CFB916
/* libresolv.tbd */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"sourcecode.text-based-dylib-definition"
;
name
=
libresolv.tbd
;
path
=
usr/lib/libresolv.tbd
;
sourceTree
=
SDKROOT
;
};
0468D42D2B5654A500CFB916
/* CoreTelephony.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
CoreTelephony.framework
;
path
=
System/Library/Frameworks/CoreTelephony.framework
;
sourceTree
=
SDKROOT
;
};
0468D42F2B5654B500CFB916
/* SystemConfiguration.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
SystemConfiguration.framework
;
path
=
System/Library/Frameworks/SystemConfiguration.framework
;
sourceTree
=
SDKROOT
;
};
0468D4332B56587B00CFB916
/* YHOOSManager.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHOOSManager.swift
;
sourceTree
=
"<group>"
;
};
04808C032B4686510056D53C
/* ATAuthSDK_D.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
path
=
ATAuthSDK_D.framework
;
sourceTree
=
"<group>"
;
};
04808C042B4686510056D53C
/* ATAuthSDK.bundle */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.plug-in"
;
path
=
ATAuthSDK.bundle
;
sourceTree
=
"<group>"
;
};
049A48A72B49417300D0C641
/* YHAboutUsViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHAboutUsViewController.swift
;
sourceTree
=
"<group>"
;
};
...
...
@@ -209,6 +217,9 @@
buildActionMask
=
2147483647
;
files
=
(
6203A87EDC96313BBE789D9C
/* Pods_galaxy.framework in Frameworks */
,
0468D42E2B5654A500CFB916
/* CoreTelephony.framework in Frameworks */
,
0468D4312B5654C100CFB916
/* libresolv.tbd in Frameworks */
,
0468D4302B5654B500CFB916
/* SystemConfiguration.framework in Frameworks */
,
A57F1F252B48F09200B644E6
/* ATAuthSDK_D.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
...
...
@@ -238,6 +249,14 @@
path
=
Analytics
;
sourceTree
=
"<group>"
;
};
0468D4322B56581000CFB916
/* YHOOS */
=
{
isa
=
PBXGroup
;
children
=
(
0468D4332B56587B00CFB916
/* YHOOSManager.swift */
,
);
path
=
YHOOS
;
sourceTree
=
"<group>"
;
};
04808C022B4686510056D53C
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -267,6 +286,9 @@
8D4DE9CA401A76BB1ECBE46E
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
0468D42F2B5654B500CFB916
/* SystemConfiguration.framework */
,
0468D42D2B5654A500CFB916
/* CoreTelephony.framework */
,
0468D42C2B56549200CFB916
/* libresolv.tbd */
,
987C69D43AE8D85DC1930DCF
/* Pods_galaxy.framework */
,
);
name
=
Frameworks
;
...
...
@@ -421,6 +443,7 @@
A5ACE8EE2B4564F7002C94D2
/* Tools */
=
{
isa
=
PBXGroup
;
children
=
(
0468D4322B56581000CFB916
/* YHOOS */
,
0468D4292B55017400CFB916
/* Analytics */
,
04AF58BA2B4FB71C0066011A
/* Localized */
,
A5ACE8F12B4564F7002C94D2
/* NetWork */
,
...
...
@@ -825,6 +848,7 @@
A5ACE94A2B4564F7002C94D2
/* BsHUDProgressView.swift in Sources */
,
A5ACE9442B4564F7002C94D2
/* Array+Extension.swift in Sources */
,
0468D4282B50D4AF00CFB916
/* YHPrivacyAlertView.swift in Sources */
,
0468D4342B56587B00CFB916
/* YHOOSManager.swift in Sources */
,
A5ACE9522B4564F7002C94D2
/* YHIntelligentServiceViewController.swift in Sources */
,
A5ACE9462B4564F7002C94D2
/* BsHUDSquareBaseView.swift in Sources */
,
A5551FFE2B4C26CE00510980
/* YHBaseViewModel.swift in Sources */
,
...
...
galaxy/galaxy/Classes/Tools/YHOOS/YHOOSManager.swift
0 → 100644
View file @
e947a8a1
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Res/galaxy-Bridge-Header.h
View file @
e947a8a1
...
...
@@ -10,5 +10,6 @@
#import <Bugly/Bugly.h>
#import <ATAuthSDK_D/ATAuthSDK.h>
#import <AliyunOSSiOS/OSSService.h>
#endif
/* galaxy_Bridge_Header_h */
David黄金龙
@david.hjl
mentioned in commit
ef5ceb8e
·
Jan 17, 2024
mentioned in commit
ef5ceb8e
mentioned in commit ef5ceb8e261b9bc45867f2b2524b92ace5e11de2
Toggle commit list
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