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