mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	First iOS successful build
This commit is contained in:
		@@ -1 +1,2 @@
 | 
			
		||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
 | 
			
		||||
#include "Generated.xcconfig"
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1,2 @@
 | 
			
		||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
 | 
			
		||||
#include "Generated.xcconfig"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										40
									
								
								ios/Podfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								ios/Podfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
# Uncomment this line to define a global platform for your project
 | 
			
		||||
platform :ios, '10.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!
 | 
			
		||||
 | 
			
		||||
  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
 | 
			
		||||
							
								
								
									
										286
									
								
								ios/Podfile.lock
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										286
									
								
								ios/Podfile.lock
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,286 @@
 | 
			
		||||
PODS:
 | 
			
		||||
  - connectivity (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - Reachability
 | 
			
		||||
  - DKImagePickerController/Core (4.3.2):
 | 
			
		||||
    - DKImagePickerController/ImageDataManager
 | 
			
		||||
    - DKImagePickerController/Resource
 | 
			
		||||
  - DKImagePickerController/ImageDataManager (4.3.2)
 | 
			
		||||
  - DKImagePickerController/PhotoGallery (4.3.2):
 | 
			
		||||
    - DKImagePickerController/Core
 | 
			
		||||
    - DKPhotoGallery
 | 
			
		||||
  - DKImagePickerController/Resource (4.3.2)
 | 
			
		||||
  - DKPhotoGallery (0.0.17):
 | 
			
		||||
    - DKPhotoGallery/Core (= 0.0.17)
 | 
			
		||||
    - DKPhotoGallery/Model (= 0.0.17)
 | 
			
		||||
    - DKPhotoGallery/Preview (= 0.0.17)
 | 
			
		||||
    - DKPhotoGallery/Resource (= 0.0.17)
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
  - DKPhotoGallery/Core (0.0.17):
 | 
			
		||||
    - DKPhotoGallery/Model
 | 
			
		||||
    - DKPhotoGallery/Preview
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
  - DKPhotoGallery/Model (0.0.17):
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
  - DKPhotoGallery/Preview (0.0.17):
 | 
			
		||||
    - DKPhotoGallery/Model
 | 
			
		||||
    - DKPhotoGallery/Resource
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
  - DKPhotoGallery/Resource (0.0.17):
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
  - emoji_picker (0.0.3):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - file_picker (0.0.1):
 | 
			
		||||
    - DKImagePickerController/PhotoGallery
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - Firebase/CoreOnly (7.3.0):
 | 
			
		||||
    - FirebaseCore (= 7.3.0)
 | 
			
		||||
  - Firebase/Messaging (7.3.0):
 | 
			
		||||
    - Firebase/CoreOnly
 | 
			
		||||
    - FirebaseMessaging (~> 7.3.0)
 | 
			
		||||
  - firebase_core (1.0.1):
 | 
			
		||||
    - Firebase/CoreOnly (= 7.3.0)
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - firebase_messaging (9.0.0):
 | 
			
		||||
    - Firebase/Messaging (= 7.3.0)
 | 
			
		||||
    - firebase_core
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - FirebaseCore (7.3.0):
 | 
			
		||||
    - FirebaseCoreDiagnostics (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Logger (~> 7.0)
 | 
			
		||||
  - FirebaseCoreDiagnostics (7.11.0):
 | 
			
		||||
    - GoogleDataTransport (~> 8.4)
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Logger (~> 7.0)
 | 
			
		||||
    - nanopb (~> 2.30908.0)
 | 
			
		||||
  - FirebaseInstallations (7.11.0):
 | 
			
		||||
    - FirebaseCore (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/UserDefaults (~> 7.0)
 | 
			
		||||
    - PromisesObjC (~> 1.2)
 | 
			
		||||
  - FirebaseInstanceID (7.11.0):
 | 
			
		||||
    - FirebaseCore (~> 7.0)
 | 
			
		||||
    - FirebaseInstallations (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/UserDefaults (~> 7.0)
 | 
			
		||||
  - FirebaseMessaging (7.3.0):
 | 
			
		||||
    - FirebaseCore (~> 7.0)
 | 
			
		||||
    - FirebaseInstanceID (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/AppDelegateSwizzler (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/Reachability (~> 7.0)
 | 
			
		||||
    - GoogleUtilities/UserDefaults (~> 7.0)
 | 
			
		||||
  - Flutter (1.0.0)
 | 
			
		||||
  - flutter_webrtc (0.2.2):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - GoogleWebRTC (= 1.1.31999)
 | 
			
		||||
    - Libyuv (= 1703)
 | 
			
		||||
  - FMDB (2.7.5):
 | 
			
		||||
    - FMDB/standard (= 2.7.5)
 | 
			
		||||
  - FMDB/standard (2.7.5)
 | 
			
		||||
  - GoogleDataTransport (8.4.0):
 | 
			
		||||
    - GoogleUtilities/Environment (~> 7.2)
 | 
			
		||||
    - nanopb (~> 2.30908.0)
 | 
			
		||||
    - PromisesObjC (~> 1.2)
 | 
			
		||||
  - GoogleUtilities/AppDelegateSwizzler (7.3.1):
 | 
			
		||||
    - GoogleUtilities/Environment
 | 
			
		||||
    - GoogleUtilities/Logger
 | 
			
		||||
    - GoogleUtilities/Network
 | 
			
		||||
  - GoogleUtilities/Environment (7.3.1):
 | 
			
		||||
    - PromisesObjC (~> 1.2)
 | 
			
		||||
  - GoogleUtilities/Logger (7.3.1):
 | 
			
		||||
    - GoogleUtilities/Environment
 | 
			
		||||
  - GoogleUtilities/Network (7.3.1):
 | 
			
		||||
    - GoogleUtilities/Logger
 | 
			
		||||
    - "GoogleUtilities/NSData+zlib"
 | 
			
		||||
    - GoogleUtilities/Reachability
 | 
			
		||||
  - "GoogleUtilities/NSData+zlib (7.3.1)"
 | 
			
		||||
  - GoogleUtilities/Reachability (7.3.1):
 | 
			
		||||
    - GoogleUtilities/Logger
 | 
			
		||||
  - GoogleUtilities/UserDefaults (7.3.1):
 | 
			
		||||
    - GoogleUtilities/Logger
 | 
			
		||||
  - GoogleWebRTC (1.1.31999)
 | 
			
		||||
  - image_cropper (0.0.4):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - TOCropViewController (~> 2.6.0)
 | 
			
		||||
  - image_picker (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - libwebp (1.2.0):
 | 
			
		||||
    - libwebp/demux (= 1.2.0)
 | 
			
		||||
    - libwebp/mux (= 1.2.0)
 | 
			
		||||
    - libwebp/webp (= 1.2.0)
 | 
			
		||||
  - libwebp/demux (1.2.0):
 | 
			
		||||
    - libwebp/webp
 | 
			
		||||
  - libwebp/mux (1.2.0):
 | 
			
		||||
    - libwebp/demux
 | 
			
		||||
  - libwebp/webp (1.2.0)
 | 
			
		||||
  - Libyuv (1703)
 | 
			
		||||
  - nanopb (2.30908.0):
 | 
			
		||||
    - nanopb/decode (= 2.30908.0)
 | 
			
		||||
    - nanopb/encode (= 2.30908.0)
 | 
			
		||||
  - nanopb/decode (2.30908.0)
 | 
			
		||||
  - nanopb/encode (2.30908.0)
 | 
			
		||||
  - package_info (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - path_provider (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - "permission_handler (5.1.0+2)":
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - PromisesObjC (1.2.12)
 | 
			
		||||
  - Reachability (3.2)
 | 
			
		||||
  - record_mp3 (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - SDWebImage (5.11.1):
 | 
			
		||||
    - SDWebImage/Core (= 5.11.1)
 | 
			
		||||
  - SDWebImage/Core (5.11.1)
 | 
			
		||||
  - shared_preferences (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - sqflite (0.0.2):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - FMDB (>= 2.7.5)
 | 
			
		||||
  - SwiftyGif (5.4.0)
 | 
			
		||||
  - TOCropViewController (2.6.0)
 | 
			
		||||
  - url_launcher (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - video_player (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
  - video_thumbnail (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - libwebp
 | 
			
		||||
  - wakelock (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
 | 
			
		||||
DEPENDENCIES:
 | 
			
		||||
  - connectivity (from `.symlinks/plugins/connectivity/ios`)
 | 
			
		||||
  - emoji_picker (from `.symlinks/plugins/emoji_picker/ios`)
 | 
			
		||||
  - file_picker (from `.symlinks/plugins/file_picker/ios`)
 | 
			
		||||
  - firebase_core (from `.symlinks/plugins/firebase_core/ios`)
 | 
			
		||||
  - firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
 | 
			
		||||
  - Flutter (from `Flutter`)
 | 
			
		||||
  - flutter_webrtc (from `.symlinks/plugins/flutter_webrtc/ios`)
 | 
			
		||||
  - image_cropper (from `.symlinks/plugins/image_cropper/ios`)
 | 
			
		||||
  - image_picker (from `.symlinks/plugins/image_picker/ios`)
 | 
			
		||||
  - package_info (from `.symlinks/plugins/package_info/ios`)
 | 
			
		||||
  - path_provider (from `.symlinks/plugins/path_provider/ios`)
 | 
			
		||||
  - permission_handler (from `.symlinks/plugins/permission_handler/ios`)
 | 
			
		||||
  - record_mp3 (from `.symlinks/plugins/record_mp3/ios`)
 | 
			
		||||
  - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
 | 
			
		||||
  - sqflite (from `.symlinks/plugins/sqflite/ios`)
 | 
			
		||||
  - url_launcher (from `.symlinks/plugins/url_launcher/ios`)
 | 
			
		||||
  - video_player (from `.symlinks/plugins/video_player/ios`)
 | 
			
		||||
  - video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`)
 | 
			
		||||
  - wakelock (from `.symlinks/plugins/wakelock/ios`)
 | 
			
		||||
 | 
			
		||||
SPEC REPOS:
 | 
			
		||||
  https://cdn.cocoapods.org/:
 | 
			
		||||
    - DKImagePickerController
 | 
			
		||||
    - DKPhotoGallery
 | 
			
		||||
    - Firebase
 | 
			
		||||
    - FirebaseCore
 | 
			
		||||
    - FirebaseCoreDiagnostics
 | 
			
		||||
    - FirebaseInstallations
 | 
			
		||||
    - FirebaseInstanceID
 | 
			
		||||
    - FirebaseMessaging
 | 
			
		||||
    - FMDB
 | 
			
		||||
    - GoogleDataTransport
 | 
			
		||||
    - GoogleUtilities
 | 
			
		||||
    - GoogleWebRTC
 | 
			
		||||
    - libwebp
 | 
			
		||||
    - Libyuv
 | 
			
		||||
    - nanopb
 | 
			
		||||
    - PromisesObjC
 | 
			
		||||
    - Reachability
 | 
			
		||||
    - SDWebImage
 | 
			
		||||
    - SwiftyGif
 | 
			
		||||
    - TOCropViewController
 | 
			
		||||
 | 
			
		||||
EXTERNAL SOURCES:
 | 
			
		||||
  connectivity:
 | 
			
		||||
    :path: ".symlinks/plugins/connectivity/ios"
 | 
			
		||||
  emoji_picker:
 | 
			
		||||
    :path: ".symlinks/plugins/emoji_picker/ios"
 | 
			
		||||
  file_picker:
 | 
			
		||||
    :path: ".symlinks/plugins/file_picker/ios"
 | 
			
		||||
  firebase_core:
 | 
			
		||||
    :path: ".symlinks/plugins/firebase_core/ios"
 | 
			
		||||
  firebase_messaging:
 | 
			
		||||
    :path: ".symlinks/plugins/firebase_messaging/ios"
 | 
			
		||||
  Flutter:
 | 
			
		||||
    :path: Flutter
 | 
			
		||||
  flutter_webrtc:
 | 
			
		||||
    :path: ".symlinks/plugins/flutter_webrtc/ios"
 | 
			
		||||
  image_cropper:
 | 
			
		||||
    :path: ".symlinks/plugins/image_cropper/ios"
 | 
			
		||||
  image_picker:
 | 
			
		||||
    :path: ".symlinks/plugins/image_picker/ios"
 | 
			
		||||
  package_info:
 | 
			
		||||
    :path: ".symlinks/plugins/package_info/ios"
 | 
			
		||||
  path_provider:
 | 
			
		||||
    :path: ".symlinks/plugins/path_provider/ios"
 | 
			
		||||
  permission_handler:
 | 
			
		||||
    :path: ".symlinks/plugins/permission_handler/ios"
 | 
			
		||||
  record_mp3:
 | 
			
		||||
    :path: ".symlinks/plugins/record_mp3/ios"
 | 
			
		||||
  shared_preferences:
 | 
			
		||||
    :path: ".symlinks/plugins/shared_preferences/ios"
 | 
			
		||||
  sqflite:
 | 
			
		||||
    :path: ".symlinks/plugins/sqflite/ios"
 | 
			
		||||
  url_launcher:
 | 
			
		||||
    :path: ".symlinks/plugins/url_launcher/ios"
 | 
			
		||||
  video_player:
 | 
			
		||||
    :path: ".symlinks/plugins/video_player/ios"
 | 
			
		||||
  video_thumbnail:
 | 
			
		||||
    :path: ".symlinks/plugins/video_thumbnail/ios"
 | 
			
		||||
  wakelock:
 | 
			
		||||
    :path: ".symlinks/plugins/wakelock/ios"
 | 
			
		||||
 | 
			
		||||
SPEC CHECKSUMS:
 | 
			
		||||
  connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
 | 
			
		||||
  DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
 | 
			
		||||
  DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
 | 
			
		||||
  emoji_picker: 0e868059aa18f9473d234f3d0701fbd4d5fd310c
 | 
			
		||||
  file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1
 | 
			
		||||
  Firebase: 26223c695fe322633274198cb19dca8cb7e54416
 | 
			
		||||
  firebase_core: d2e03528e2a600891f6f460b5e92932624480d1d
 | 
			
		||||
  firebase_messaging: fc1811236795c2313b8339c35d31295b1cd8486f
 | 
			
		||||
  FirebaseCore: 4d3c72622ce0e2106aaa07bb4b2935ba2c370972
 | 
			
		||||
  FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
 | 
			
		||||
  FirebaseInstallations: a58d4f72ec5861840b84df489f2668d970df558a
 | 
			
		||||
  FirebaseInstanceID: ad5135045a498d7775903efd39762d2cdfa1be27
 | 
			
		||||
  FirebaseMessaging: 68d1bcb14880189558a8ae57167abe0b7e417232
 | 
			
		||||
  Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
 | 
			
		||||
  flutter_webrtc: 39898454258b54ba51996850d5da8d5d53bf1524
 | 
			
		||||
  FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
 | 
			
		||||
  GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
 | 
			
		||||
  GoogleUtilities: e1d9ed4e544fc32a93e00e721400cbc3f377200d
 | 
			
		||||
  GoogleWebRTC: b39a78c4f5cc6b0323415b9233db03a2faa7b0f0
 | 
			
		||||
  image_cropper: f1668dd8d2cad2d357955caad15a40547856edcb
 | 
			
		||||
  image_picker: 50e7c7ff960e5f58faa4d1f4af84a771c671bc4a
 | 
			
		||||
  libwebp: e90b9c01d99205d03b6bb8f2c8c415e5a4ef66f0
 | 
			
		||||
  Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
 | 
			
		||||
  nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
 | 
			
		||||
  package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
 | 
			
		||||
  path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
 | 
			
		||||
  permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
 | 
			
		||||
  PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
 | 
			
		||||
  Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
 | 
			
		||||
  record_mp3: b842d3900f65a0707e4064d9bcfac6323dea0b4f
 | 
			
		||||
  SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
 | 
			
		||||
  shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
 | 
			
		||||
  sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
 | 
			
		||||
  SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7
 | 
			
		||||
  TOCropViewController: 3105367e808b7d3d886a74ff59bf4804e7d3ab38
 | 
			
		||||
  url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
 | 
			
		||||
  video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
 | 
			
		||||
  video_thumbnail: c4e2a3c539e247d4de13cd545344fd2d26ffafd1
 | 
			
		||||
  wakelock: b0843b2479edbf6504d8d262c2959446f35373aa
 | 
			
		||||
 | 
			
		||||
PODFILE CHECKSUM: f92af04f373e0b50153886c1f8a6969f509e3fc8
 | 
			
		||||
 | 
			
		||||
COCOAPODS: 1.10.0
 | 
			
		||||
@@ -9,10 +9,7 @@
 | 
			
		||||
/* Begin PBXBuildFile section */
 | 
			
		||||
		1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
 | 
			
		||||
		3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
 | 
			
		||||
		3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
 | 
			
		||||
		3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 | 
			
		||||
		9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
 | 
			
		||||
		9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 | 
			
		||||
		6B56B0EAFAE8328410BF4F0C /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57A07BDAAD5F07639423EE8 /* Pods_Runner.framework */; };
 | 
			
		||||
		9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
 | 
			
		||||
		978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
 | 
			
		||||
		97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
 | 
			
		||||
@@ -28,8 +25,6 @@
 | 
			
		||||
			dstPath = "";
 | 
			
		||||
			dstSubfolderSpec = 10;
 | 
			
		||||
			files = (
 | 
			
		||||
				3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
 | 
			
		||||
				9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			name = "Embed Frameworks";
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
@@ -37,22 +32,24 @@
 | 
			
		||||
/* End PBXCopyFilesBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXFileReference section */
 | 
			
		||||
		0A8CE5857732A0F515E33C25 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
 | 
			
		||||
		1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
 | 
			
		||||
		3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
 | 
			
		||||
		3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
 | 
			
		||||
		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 | 
			
		||||
		7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 | 
			
		||||
		9731915131511AD49411A740 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
 | 
			
		||||
		97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
		97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 | 
			
		||||
		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 | 
			
		||||
		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 | 
			
		||||
		97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
 | 
			
		||||
		97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | 
			
		||||
		BAC869DEB5FEB71778616187 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		F57A07BDAAD5F07639423EE8 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
/* End PBXFileReference section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXFrameworksBuildPhase section */
 | 
			
		||||
@@ -60,8 +57,7 @@
 | 
			
		||||
			isa = PBXFrameworksBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
				9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
 | 
			
		||||
				3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
 | 
			
		||||
				6B56B0EAFAE8328410BF4F0C /* Pods_Runner.framework in Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
		};
 | 
			
		||||
@@ -71,9 +67,7 @@
 | 
			
		||||
		9740EEB11CF90186004384FC /* Flutter */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				3B80C3931E831B6300D905FE /* App.framework */,
 | 
			
		||||
				3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
 | 
			
		||||
				9740EEBA1CF902C7004384FC /* Flutter.framework */,
 | 
			
		||||
				9740EEB21CF90195004384FC /* Debug.xcconfig */,
 | 
			
		||||
				7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
 | 
			
		||||
				9740EEB31CF90195004384FC /* Generated.xcconfig */,
 | 
			
		||||
@@ -87,7 +81,8 @@
 | 
			
		||||
				9740EEB11CF90186004384FC /* Flutter */,
 | 
			
		||||
				97C146F01CF9000F007C117D /* Runner */,
 | 
			
		||||
				97C146EF1CF9000F007C117D /* Products */,
 | 
			
		||||
				CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
 | 
			
		||||
				C3375AB17BDCCDCD87D22C72 /* Pods */,
 | 
			
		||||
				DA49D93A3035C0301E27EAE5 /* Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
@@ -123,6 +118,25 @@
 | 
			
		||||
			name = "Supporting Files";
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
		C3375AB17BDCCDCD87D22C72 /* Pods */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				BAC869DEB5FEB71778616187 /* Pods-Runner.debug.xcconfig */,
 | 
			
		||||
				9731915131511AD49411A740 /* Pods-Runner.release.xcconfig */,
 | 
			
		||||
				0A8CE5857732A0F515E33C25 /* Pods-Runner.profile.xcconfig */,
 | 
			
		||||
			);
 | 
			
		||||
			name = Pods;
 | 
			
		||||
			path = Pods;
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
		DA49D93A3035C0301E27EAE5 /* Frameworks */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				F57A07BDAAD5F07639423EE8 /* Pods_Runner.framework */,
 | 
			
		||||
			);
 | 
			
		||||
			name = Frameworks;
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
/* End PBXGroup section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXNativeTarget section */
 | 
			
		||||
@@ -130,12 +144,14 @@
 | 
			
		||||
			isa = PBXNativeTarget;
 | 
			
		||||
			buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
 | 
			
		||||
			buildPhases = (
 | 
			
		||||
				2A04C6C38B737FCC60D37633 /* [CP] Check Pods Manifest.lock */,
 | 
			
		||||
				9740EEB61CF901F6004384FC /* Run Script */,
 | 
			
		||||
				97C146EA1CF9000F007C117D /* Sources */,
 | 
			
		||||
				97C146EB1CF9000F007C117D /* Frameworks */,
 | 
			
		||||
				97C146EC1CF9000F007C117D /* Resources */,
 | 
			
		||||
				9705A1C41CF9048500538489 /* Embed Frameworks */,
 | 
			
		||||
				3B06AD1E1E4923F5004D2608 /* Thin Binary */,
 | 
			
		||||
				C9EE070942D44B728369915C /* [CP] Embed Pods Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			buildRules = (
 | 
			
		||||
			);
 | 
			
		||||
@@ -194,6 +210,28 @@
 | 
			
		||||
/* End PBXResourcesBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXShellScriptBuildPhase section */
 | 
			
		||||
		2A04C6C38B737FCC60D37633 /* [CP] Check Pods Manifest.lock */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
			);
 | 
			
		||||
			inputFileListPaths = (
 | 
			
		||||
			);
 | 
			
		||||
			inputPaths = (
 | 
			
		||||
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
 | 
			
		||||
				"${PODS_ROOT}/Manifest.lock",
 | 
			
		||||
			);
 | 
			
		||||
			name = "[CP] Check Pods Manifest.lock";
 | 
			
		||||
			outputFileListPaths = (
 | 
			
		||||
			);
 | 
			
		||||
			outputPaths = (
 | 
			
		||||
				"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
 | 
			
		||||
			showEnvVarsInLog = 0;
 | 
			
		||||
		};
 | 
			
		||||
		3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
@@ -206,7 +244,7 @@
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
 | 
			
		||||
			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
 | 
			
		||||
		};
 | 
			
		||||
		9740EEB61CF901F6004384FC /* Run Script */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
@@ -222,6 +260,86 @@
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
 | 
			
		||||
		};
 | 
			
		||||
		C9EE070942D44B728369915C /* [CP] Embed Pods Frameworks */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
			);
 | 
			
		||||
			inputPaths = (
 | 
			
		||||
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/DKImagePickerController/DKImagePickerController.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/DKPhotoGallery/DKPhotoGallery.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FirebaseInstallations/FirebaseInstallations.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FirebaseMessaging/FirebaseMessaging.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/GoogleDataTransport/GoogleDataTransport.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
 | 
			
		||||
				"${PODS_ROOT}/GoogleWebRTC/Frameworks/frameworks/WebRTC.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/SwiftyGif/SwiftyGif.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/TOCropViewController/TOCropViewController.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/connectivity/connectivity.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/emoji_picker/emoji_picker.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/file_picker/file_picker.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/image_cropper/image_cropper.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/image_picker/image_picker.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/package_info/package_info.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/path_provider/path_provider.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/record_mp3/record_mp3.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/shared_preferences/shared_preferences.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/video_player/video_player.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/video_thumbnail/video_thumbnail.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/wakelock/wakelock.framework",
 | 
			
		||||
			);
 | 
			
		||||
			name = "[CP] Embed Pods Frameworks";
 | 
			
		||||
			outputPaths = (
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DKImagePickerController.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DKPhotoGallery.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreDiagnostics.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseInstallations.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseInstanceID.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseMessaging.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleDataTransport.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyGif.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TOCropViewController.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/connectivity.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/emoji_picker.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/file_picker.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/image_cropper.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/image_picker.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/package_info.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/record_mp3.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_player.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_thumbnail.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wakelock.framework",
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
 | 
			
		||||
			showEnvVarsInLog = 0;
 | 
			
		||||
		};
 | 
			
		||||
/* End PBXShellScriptBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXSourcesBuildPhase section */
 | 
			
		||||
@@ -259,7 +377,6 @@
 | 
			
		||||
/* Begin XCBuildConfiguration section */
 | 
			
		||||
		249021D3217E4FDB00AE95B9 /* Profile */ = {
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
			
		||||
				CLANG_ANALYZER_NONNULL = YES;
 | 
			
		||||
@@ -331,7 +448,6 @@
 | 
			
		||||
		};
 | 
			
		||||
		97C147031CF9000F007C117D /* Debug */ = {
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
			
		||||
				CLANG_ANALYZER_NONNULL = YES;
 | 
			
		||||
@@ -385,7 +501,6 @@
 | 
			
		||||
		};
 | 
			
		||||
		97C147041CF9000F007C117D /* Release */ = {
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
			
		||||
				CLANG_ANALYZER_NONNULL = YES;
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,6 @@
 | 
			
		||||
<Workspace
 | 
			
		||||
   version = "1.0">
 | 
			
		||||
   <FileRef
 | 
			
		||||
      location = "group:Runner.xcodeproj">
 | 
			
		||||
      location = "self:">
 | 
			
		||||
   </FileRef>
 | 
			
		||||
</Workspace>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								ios/Runner.xcworkspace/contents.xcworkspacedata
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										3
									
								
								ios/Runner.xcworkspace/contents.xcworkspacedata
									
									
									
										generated
									
									
									
								
							@@ -4,4 +4,7 @@
 | 
			
		||||
   <FileRef
 | 
			
		||||
      location = "group:Runner.xcodeproj">
 | 
			
		||||
   </FileRef>
 | 
			
		||||
   <FileRef
 | 
			
		||||
      location = "group:Pods/Pods.xcodeproj">
 | 
			
		||||
   </FileRef>
 | 
			
		||||
</Workspace>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user