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