Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ios-ipad学生端
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄总
ios-ipad学生端
Commits
3bd0d273
Commit
3bd0d273
authored
Oct 25, 2022
by
张凯旋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1f375e29
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
278 additions
and
323 deletions
+278
-323
ios/Gemfile
ios/Gemfile
+7
-0
ios/Gemfile.lock
ios/Gemfile.lock
+11
-0
ios/Podfile
ios/Podfile
+5
-4
ios/Podfile.lock
ios/Podfile.lock
+255
-319
No files found.
ios/Gemfile
0 → 100644
View file @
3bd0d273
# frozen_string_literal: true
source
"https://rubygems.org"
git_source
(
:github
)
{
|
repo_name
|
"https://github.com/
#{
repo_name
}
"
}
# gem "rails"
ios/Gemfile.lock
0 → 100644
View file @
3bd0d273
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
ruby
DEPENDENCIES
BUNDLED WITH
1.17.2
ios/Podfile
View file @
3bd0d273
...
...
@@ -50,10 +50,11 @@ target 'fenghua_student_client' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
post_install
do
|
installer
|
flipper_post_install
(
installer
)
end
# use_flipper!()
# post_install do |installer|
# flipper_post_install(installer)
# end
pod
'AgoraRtm_iOS'
pod
'Whiteboard'
...
...
ios/Podfile.lock
View file @
3bd0d273
This diff is collapsed.
Click to expand it.
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