From 4f326ff611305a1aa4bbb13e402263f6bc560d93 Mon Sep 17 00:00:00 2001 From: JanIos Date: Tue, 7 Mar 2023 14:24:43 +0100 Subject: [PATCH] ios --- Gemfile.lock | 4 ++-- ios/ClickAndJoinApp/Info.plist | 4 ++++ ios/Podfile | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80ec329..409a2b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/ios/ClickAndJoinApp/Info.plist b/ios/ClickAndJoinApp/Info.plist index 1034182..3ccce86 100644 --- a/ios/ClickAndJoinApp/Info.plist +++ b/ios/ClickAndJoinApp/Info.plist @@ -53,6 +53,10 @@ UIAppFonts + Ionicons.ttf + FontAwesome.ttf + MaterialCommunityIcons.ttf + MaterialIcons.ttf Outfit-Black.ttf Outfit-Bold.ttf Outfit-ExtraBold.ttf diff --git a/ios/Podfile b/ios/Podfile index 60ad3c5..b9d0a8b 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -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!