From c149f6bd5ee509008cbf492f8d9de270cc112990 Mon Sep 17 00:00:00 2001 From: Ajayraj Singh Date: Sat, 30 Oct 2021 02:16:11 +0530 Subject: [PATCH] added myself --- ios/Flutter/Debug.xcconfig | 1 + ios/Flutter/Release.xcconfig | 1 + ios/Podfile | 41 ++++++++++++++++++++++++++++++++++++ lib/contributors.dart | 2 ++ participants/AjayrajSingh.md | 3 +++ 5 files changed, 48 insertions(+) create mode 100644 ios/Podfile create mode 100644 participants/AjayrajSingh.md diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig index 592ceee..ec97fc6 100644 --- a/ios/Flutter/Debug.xcconfig +++ b/ios/Flutter/Debug.xcconfig @@ -1 +1,2 @@ +#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" #include "Generated.xcconfig" diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig index 592ceee..c4855bf 100644 --- a/ios/Flutter/Release.xcconfig +++ b/ios/Flutter/Release.xcconfig @@ -1 +1,2 @@ +#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" #include "Generated.xcconfig" diff --git a/ios/Podfile b/ios/Podfile new file mode 100644 index 0000000..1e8c3c9 --- /dev/null +++ b/ios/Podfile @@ -0,0 +1,41 @@ +# Uncomment this line to define a global platform for your project +# platform :ios, '9.0' + +# CocoaPods analytics sends network stats synchronously affecting flutter build latency. +ENV['COCOAPODS_DISABLE_STATS'] = 'true' + +project 'Runner', { + 'Debug' => :debug, + 'Profile' => :release, + 'Release' => :release, +} + +def flutter_root + generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) + unless File.exist?(generated_xcode_build_settings_path) + raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" + end + + File.foreach(generated_xcode_build_settings_path) do |line| + matches = line.match(/FLUTTER_ROOT\=(.*)/) + return matches[1].strip if matches + end + raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" +end + +require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) + +flutter_ios_podfile_setup + +target 'Runner' do + use_frameworks! + use_modular_headers! + + flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) +end + +post_install do |installer| + installer.pods_project.targets.each do |target| + flutter_additional_ios_build_settings(target) + end +end diff --git a/lib/contributors.dart b/lib/contributors.dart index e6a62eb..5471f2a 100644 --- a/lib/contributors.dart +++ b/lib/contributors.dart @@ -112,6 +112,7 @@ class Contributor extends StatelessWidget { 'Jai Aravindh', 'Jacob Ranjit', 'Ivan V.R', + 'Ajayraj Singh' ]; final gitHubUserName = [ @@ -219,6 +220,7 @@ class Contributor extends StatelessWidget { 'JaiAravindh-git', 'Jcupzz', 'IvanitiX', + 'AjayrajSingh' ]; @override diff --git a/participants/AjayrajSingh.md b/participants/AjayrajSingh.md new file mode 100644 index 0000000..661af5f --- /dev/null +++ b/participants/AjayrajSingh.md @@ -0,0 +1,3 @@ +Name: Ajayraj Singh +GitHub: AjayrajSingh +Quote: Your hardwork will lean you towards the success door. And your smartwork will open that door. \ No newline at end of file