Commit b797cf09 authored by Izol's avatar Izol

Merge branch 'AdjustV3' of https://git.mdd.co.id/faizol/dolan-selfservice-topup into AdjustV3

parents 9b31d484 2ccc8591
#Mon Mar 20 13:05:51 WIB 2023
#Fri Mar 24 07:52:11 WIB 2023
gradle.version=7.4
sdk.dir=/Users/macbookpro/Library/Android/sdk
flutter.sdk=/Users/macbookpro/Developer/flutter
flutter.sdk=/Users/macbookpro/Developments/flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
\ No newline at end of file
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/macbookpro/Developer/flutter
FLUTTER_APPLICATION_PATH=/Users/macbookpro/dolan-selfservice-topup
FLUTTER_ROOT=/Users/macbookpro/Developments/flutter
FLUTTER_APPLICATION_PATH=/Users/macbookpro/Desktop/MDD Project /flutter app/dolan-selfservice-topup
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
......
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/macbookpro/Developer/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/macbookpro/dolan-selfservice-topup"
export "FLUTTER_ROOT=/Users/macbookpro/Developments/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/macbookpro/Desktop/MDD Project /flutter app/dolan-selfservice-topup"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
......
# Uncomment this line to define a global platform for your project
# platform :ios, '11.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
/Users/macbookpro/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
\ No newline at end of file
/Users/macbookpro/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
\ No newline at end of file
/Users/macbookpro/.pub-cache/hosted/pub.dev/package_info_plus_linux-1.0.5/
\ No newline at end of file
/Users/macbookpro/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
\ No newline at end of file
/Users/macbookpro/.pub-cache/hosted/pub.dev/sentry_flutter-6.22.0/
\ No newline at end of file
/Users/macbookpro/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.1.5/
\ No newline at end of file
......@@ -5,4 +5,4 @@
# For customization when using a Version Control System, please read the
# header note.
#Tue Nov 22 20:19:52 ICT 2022
sdk.dir=D\:\\AndroidSDK
sdk.dir=/Users/macbookpro/Library/Android/sdk
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment