ios
parent
7fcd1148cb
commit
4f326ff611
|
@ -91,10 +91,10 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cocoapods (~> 1.11, >= 1.11.2)
|
||||
cocoapods (~> 1.11, >= 1.11.3)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.7.5p203
|
||||
ruby 2.7.6p219
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
|
|
|
@ -53,6 +53,10 @@
|
|||
<false/>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>Ionicons.ttf</string>
|
||||
<string>FontAwesome.ttf</string>
|
||||
<string>MaterialCommunityIcons.ttf</string>
|
||||
<string>MaterialIcons.ttf</string>
|
||||
<string>Outfit-Black.ttf</string>
|
||||
<string>Outfit-Bold.ttf</string>
|
||||
<string>Outfit-ExtraBold.ttf</string>
|
||||
|
|
|
@ -17,7 +17,7 @@ linkage = ENV’USE_FRAMEWORKS’
|
|||
if linkage != nil
|
||||
Pod::UI.puts “Configuring Pod with #linkageally linked Frameworks”.green
|
||||
use_frameworks! :linkage => linkage.to_sym
|
||||
End
|
||||
end
|
||||
|
||||
target 'ClickAndJoinApp' do
|
||||
config = use_native_modules!
|
||||
|
|
Loading…
Reference in New Issue