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
cc386294
Commit
cc386294
authored
Jan 06, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
611570e3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+10
-0
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+7
-0
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
cc386294
...
@@ -837,6 +837,10 @@
...
@@ -837,6 +837,10 @@
isa
=
XCBuildConfiguration
;
isa
=
XCBuildConfiguration
;
buildSettings
=
{
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
x86_64
,
);
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS
=
YES
;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
...
@@ -871,6 +875,7 @@
...
@@ -871,6 +875,7 @@
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_TESTABILITY
=
YES
;
ENABLE_TESTABILITY
=
YES
;
ENABLE_USER_SCRIPT_SANDBOXING
=
YES
;
ENABLE_USER_SCRIPT_SANDBOXING
=
YES
;
EXCLUDED_ARCHS
=
""
;
GCC_C_LANGUAGE_STANDARD
=
gnu17
;
GCC_C_LANGUAGE_STANDARD
=
gnu17
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_NO_COMMON_BLOCKS
=
YES
;
GCC_NO_COMMON_BLOCKS
=
YES
;
...
@@ -900,6 +905,10 @@
...
@@ -900,6 +905,10 @@
isa
=
XCBuildConfiguration
;
isa
=
XCBuildConfiguration
;
buildSettings
=
{
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
x86_64
,
);
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS
=
YES
;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
...
@@ -934,6 +943,7 @@
...
@@ -934,6 +943,7 @@
ENABLE_NS_ASSERTIONS
=
NO
;
ENABLE_NS_ASSERTIONS
=
NO
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_USER_SCRIPT_SANDBOXING
=
YES
;
ENABLE_USER_SCRIPT_SANDBOXING
=
YES
;
EXCLUDED_ARCHS
=
""
;
GCC_C_LANGUAGE_STANDARD
=
gnu17
;
GCC_C_LANGUAGE_STANDARD
=
gnu17
;
GCC_NO_COMMON_BLOCKS
=
YES
;
GCC_NO_COMMON_BLOCKS
=
YES
;
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
...
...
galaxy/galaxy/AppDelegate.swift
View file @
cc386294
...
@@ -54,6 +54,11 @@ extension AppDelegate {
...
@@ -54,6 +54,11 @@ extension AppDelegate {
Bugly
.
start
(
withAppId
:
"5dc2acc53e"
)
Bugly
.
start
(
withAppId
:
"5dc2acc53e"
)
#endif
#endif
#if targetEnvironment(simulator)
// return true
#else
//3.一键登录
//3.一键登录
let
handler
=
TXCommonHandler
.
sharedInstance
()
let
handler
=
TXCommonHandler
.
sharedInstance
()
handler
.
setAuthSDKInfo
(
AliCloudLoginSecret
)
{
[
weak
self
]
dic
in
handler
.
setAuthSDKInfo
(
AliCloudLoginSecret
)
{
[
weak
self
]
dic
in
...
@@ -62,6 +67,8 @@ extension AppDelegate {
...
@@ -62,6 +67,8 @@ extension AppDelegate {
print
(
"Ali Cloud login completed : /(dic) "
)
print
(
"Ali Cloud login completed : /(dic) "
)
}
}
#endif
}
}
}
}
...
...
David黄金龙
@david.hjl
mentioned in commit
88db1596
·
Jan 06, 2024
mentioned in commit
88db1596
mentioned in commit 88db159631c24b941c76422cd499661a755c55d5
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