Skip to content

Commit

Permalink
Fixing bug and adding features (#78)
Browse files Browse the repository at this point in the history
- Adding working name, colors and picture selection
- Fixing 54 minors issues
- Adding a screen rotation lock
- Fixing match system
  • Loading branch information
MistzSoftware authored Jun 19, 2024
2 parents e7bc053 + e974dd0 commit ef44ab3
Show file tree
Hide file tree
Showing 12 changed files with 1,478 additions and 64 deletions.
7 changes: 5 additions & 2 deletions src/adopte_un_candidat/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -28,6 +28,9 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
Expand All @@ -38,4 +41,4 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
end
Loading

0 comments on commit ef44ab3

Please sign in to comment.