Commit 3bd0d273 authored by 张凯旋's avatar 张凯旋

提交

parent 1f375e29
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
ruby
DEPENDENCIES
BUNDLED WITH
1.17.2
...@@ -50,10 +50,11 @@ target 'fenghua_student_client' do ...@@ -50,10 +50,11 @@ target 'fenghua_student_client' do
# #
# Note that if you have use_frameworks! enabled, Flipper will not work and # Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines. # you should disable these next few lines.
use_flipper!
post_install do |installer| # use_flipper!()
flipper_post_install(installer) # post_install do |installer|
end # flipper_post_install(installer)
# end
pod 'AgoraRtm_iOS' pod 'AgoraRtm_iOS'
pod 'Whiteboard' pod 'Whiteboard'
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment