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
2fae0d30
Commit
2fae0d30
authored
Dec 20, 2023
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加忽略文件
添加依赖库
parent
38bbc048
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
galaxy/.gitignore
+6
-0
Podfile
galaxy/Podfile
+3
-0
UserInterfaceState.xcuserstate
...ta/davidhuangA.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
No files found.
galaxy/.gitignore
View file @
2fae0d30
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
#
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
*.xcodeproj/project.xcworkspace/xcuserdata/*.xcuserdatad/UserInterfaceState.xcuserstate
*.xcodeproj/xcuserdata/*.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
*.xcodeproj/xcuserdata/*.xcuserdatad/xcschemes/xcschememanagement.plist
*.xcodeproj/project.xcworkspace/xcuserdata/*.xcuserdatad/UserInterfaceState.xcuserstate
## Build generated
## Build generated
build/
build/
DerivedData/
DerivedData/
...
...
galaxy/Podfile
View file @
2fae0d30
...
@@ -8,6 +8,9 @@ target 'galaxy' do
...
@@ -8,6 +8,9 @@ target 'galaxy' do
#网络检查
#网络检查
pod
'ReachabilitySwift'
pod
'ReachabilitySwift'
#键盘处理
pod
'IQKeyboardManagerSwift'
,
'6.5.10'
...
...
galaxy/galaxy.xcodeproj/project.xcworkspace/xcuserdata/davidhuangA.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2fae0d30
No preview for this file type
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