alpha
Jan Umbach 2023-03-07 14:24:43 +01:00
parent 7fcd1148cb
commit 4f326ff611
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -17,7 +17,7 @@ linkage = ENVUSE_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!