Add deleted podfile

Godwin Asuquo committed Jan 10, 2023 at 18:23 UTC 11fcda6e3d82632a26a2dedd618c39523432b27c
2 files changed +340
ios/Podfile new
+85
@@ -0,0 +1,85 @@
1 +# Uncomment this line to define a global platform for your project
2 +platform :ios, '11.0'
3 +source 'https://github.com/CocoaPods/Specs.git'
4 +
5 +# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
6 +ENV['COCOAPODS_DISABLE_STATS'] = 'true'
7 +
8 +project 'Runner', {
9 + 'Debug' => :debug,
10 + 'Profile' => :release,
11 + 'Release' => :release,
12 +}
13 +
14 +def flutter_root
15 + generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
16 + unless File.exist?(generated_xcode_build_settings_path)
17 + raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
18 + end
19 +
20 + File.foreach(generated_xcode_build_settings_path) do |line|
21 + matches = line.match(/FLUTTER_ROOT\=(.*)/)
22 + return matches[1].strip if matches
23 + end
24 + raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
25 +end
26 +
27 +require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
28 +
29 +flutter_ios_podfile_setup
30 +
31 +target 'Runner' do
32 + use_frameworks!
33 + use_modular_headers!
34 +
35 + flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
36 +
37 + # Cake Wallet (Legacy)
38 + pod 'CryptoSwift'
39 + pod 'UnstoppableDomainsResolution', '~> 4.0.0'
40 +end
41 +
42 +post_install do |installer|
43 + installer.pods_project.targets.each do |target|
44 + flutter_additional_ios_build_settings(target)
45 +
46 + target.build_configurations.each do |config|
47 + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
48 + '$(inherited)',
49 +
50 + ## dart: PermissionGroup.calendar
51 + 'PERMISSION_EVENTS=0',
52 +
53 + ## dart: PermissionGroup.reminders
54 + 'PERMISSION_REMINDERS=0',
55 +
56 + ## dart: PermissionGroup.contacts
57 + 'PERMISSION_CONTACTS=0',
58 +
59 + ## dart: PermissionGroup.camera
60 + 'PERMISSION_CAMERA=0',
61 +
62 + ## dart: PermissionGroup.microphone
63 + 'PERMISSION_MICROPHONE=0',
64 +
65 + ## dart: PermissionGroup.speech
66 + 'PERMISSION_SPEECH_RECOGNIZER=0',
67 +
68 + ## dart: PermissionGroup.photos
69 + 'PERMISSION_PHOTOS=0',
70 +
71 + ## dart: [PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse]
72 + 'PERMISSION_LOCATION=0',
73 +
74 + ## dart: PermissionGroup.notification
75 + 'PERMISSION_NOTIFICATIONS=0',
76 +
77 + ## dart: PermissionGroup.mediaLibrary
78 + 'PERMISSION_MEDIA_LIBRARY=0',
79 +
80 + ## dart: PermissionGroup.sensors
81 + 'PERMISSION_SENSORS=0'
82 + ]
83 + end
84 + end
85 +end
\ No newline at end of file
ios/Podfile.lock new
+255
@@ -0,0 +1,255 @@
1 +PODS:
2 + - barcode_scan2 (0.0.1):
3 + - Flutter
4 + - MTBBarcodeScanner
5 + - SwiftProtobuf
6 + - BigInt (5.2.0)
7 + - connectivity (0.0.1):
8 + - Flutter
9 + - Reachability
10 + - CryptoSwift (1.3.2)
11 + - cw_haven (0.0.1):
12 + - cw_haven/Boost (= 0.0.1)
13 + - cw_haven/Haven (= 0.0.1)
14 + - cw_haven/OpenSSL (= 0.0.1)
15 + - cw_haven/Sodium (= 0.0.1)
16 + - cw_shared_external
17 + - Flutter
18 + - cw_haven/Boost (0.0.1):
19 + - cw_shared_external
20 + - Flutter
21 + - cw_haven/Haven (0.0.1):
22 + - cw_shared_external
23 + - Flutter
24 + - cw_haven/OpenSSL (0.0.1):
25 + - cw_shared_external
26 + - Flutter
27 + - cw_haven/Sodium (0.0.1):
28 + - cw_shared_external
29 + - Flutter
30 + - cw_monero (0.0.2):
31 + - cw_monero/Boost (= 0.0.2)
32 + - cw_monero/Monero (= 0.0.2)
33 + - cw_monero/OpenSSL (= 0.0.2)
34 + - cw_monero/Sodium (= 0.0.2)
35 + - cw_monero/Unbound (= 0.0.2)
36 + - cw_shared_external
37 + - Flutter
38 + - cw_monero/Boost (0.0.2):
39 + - cw_shared_external
40 + - Flutter
41 + - cw_monero/Monero (0.0.2):
42 + - cw_shared_external
43 + - Flutter
44 + - cw_monero/OpenSSL (0.0.2):
45 + - cw_shared_external
46 + - Flutter
47 + - cw_monero/Sodium (0.0.2):
48 + - cw_shared_external
49 + - Flutter
50 + - cw_monero/Unbound (0.0.2):
51 + - cw_shared_external
52 + - Flutter
53 + - cw_shared_external (0.0.1):
54 + - cw_shared_external/Boost (= 0.0.1)
55 + - cw_shared_external/OpenSSL (= 0.0.1)
56 + - cw_shared_external/Sodium (= 0.0.1)
57 + - Flutter
58 + - cw_shared_external/Boost (0.0.1):
59 + - Flutter
60 + - cw_shared_external/OpenSSL (0.0.1):
61 + - Flutter
62 + - cw_shared_external/Sodium (0.0.1):
63 + - Flutter
64 + - device_display_brightness (0.0.1):
65 + - Flutter
66 + - device_info (0.0.1):
67 + - Flutter
68 + - devicelocale (0.0.1):
69 + - Flutter
70 + - DKImagePickerController/Core (4.3.2):
71 + - DKImagePickerController/ImageDataManager
72 + - DKImagePickerController/Resource
73 + - DKImagePickerController/ImageDataManager (4.3.2)
74 + - DKImagePickerController/PhotoGallery (4.3.2):
75 + - DKImagePickerController/Core
76 + - DKPhotoGallery
77 + - DKImagePickerController/Resource (4.3.2)
78 + - DKPhotoGallery (0.0.17):
79 + - DKPhotoGallery/Core (= 0.0.17)
80 + - DKPhotoGallery/Model (= 0.0.17)
81 + - DKPhotoGallery/Preview (= 0.0.17)
82 + - DKPhotoGallery/Resource (= 0.0.17)
83 + - SDWebImage
84 + - SwiftyGif
85 + - DKPhotoGallery/Core (0.0.17):
86 + - DKPhotoGallery/Model
87 + - DKPhotoGallery/Preview
88 + - SDWebImage
89 + - SwiftyGif
90 + - DKPhotoGallery/Model (0.0.17):
91 + - SDWebImage
92 + - SwiftyGif
93 + - DKPhotoGallery/Preview (0.0.17):
94 + - DKPhotoGallery/Model
95 + - DKPhotoGallery/Resource
96 + - SDWebImage
97 + - SwiftyGif
98 + - DKPhotoGallery/Resource (0.0.17):
99 + - SDWebImage
100 + - SwiftyGif
101 + - file_picker (0.0.1):
102 + - DKImagePickerController/PhotoGallery
103 + - Flutter
104 + - Flutter (1.0.0)
105 + - flutter_secure_storage (3.3.1):
106 + - Flutter
107 + - local_auth_ios (0.0.1):
108 + - Flutter
109 + - MTBBarcodeScanner (5.0.11)
110 + - package_info (0.0.1):
111 + - Flutter
112 + - path_provider_ios (0.0.1):
113 + - Flutter
114 + - permission_handler_apple (9.0.4):
115 + - Flutter
116 + - platform_device_id (0.0.1):
117 + - Flutter
118 + - Reachability (3.2)
119 + - SDWebImage (5.9.1):
120 + - SDWebImage/Core (= 5.9.1)
121 + - SDWebImage/Core (5.9.1)
122 + - share_plus (0.0.1):
123 + - Flutter
124 + - shared_preferences_ios (0.0.1):
125 + - Flutter
126 + - SwiftProtobuf (1.18.0)
127 + - SwiftyGif (5.3.0)
128 + - uni_links (0.0.1):
129 + - Flutter
130 + - UnstoppableDomainsResolution (4.0.0):
131 + - BigInt
132 + - CryptoSwift
133 + - url_launcher_ios (0.0.1):
134 + - Flutter
135 + - webview_flutter_wkwebview (0.0.1):
136 + - Flutter
137 +
138 +DEPENDENCIES:
139 + - barcode_scan2 (from `.symlinks/plugins/barcode_scan2/ios`)
140 + - connectivity (from `.symlinks/plugins/connectivity/ios`)
141 + - CryptoSwift
142 + - cw_haven (from `.symlinks/plugins/cw_haven/ios`)
143 + - cw_monero (from `.symlinks/plugins/cw_monero/ios`)
144 + - cw_shared_external (from `.symlinks/plugins/cw_shared_external/ios`)
145 + - device_display_brightness (from `.symlinks/plugins/device_display_brightness/ios`)
146 + - device_info (from `.symlinks/plugins/device_info/ios`)
147 + - devicelocale (from `.symlinks/plugins/devicelocale/ios`)
148 + - file_picker (from `.symlinks/plugins/file_picker/ios`)
149 + - Flutter (from `Flutter`)
150 + - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
151 + - local_auth_ios (from `.symlinks/plugins/local_auth_ios/ios`)
152 + - package_info (from `.symlinks/plugins/package_info/ios`)
153 + - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
154 + - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
155 + - platform_device_id (from `.symlinks/plugins/platform_device_id/ios`)
156 + - share_plus (from `.symlinks/plugins/share_plus/ios`)
157 + - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
158 + - uni_links (from `.symlinks/plugins/uni_links/ios`)
159 + - UnstoppableDomainsResolution (~> 4.0.0)
160 + - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
161 + - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
162 +
163 +SPEC REPOS:
164 + https://github.com/CocoaPods/Specs.git:
165 + - BigInt
166 + - CryptoSwift
167 + - DKImagePickerController
168 + - DKPhotoGallery
169 + - MTBBarcodeScanner
170 + - Reachability
171 + - SDWebImage
172 + - SwiftProtobuf
173 + - SwiftyGif
174 + - UnstoppableDomainsResolution
175 +
176 +EXTERNAL SOURCES:
177 + barcode_scan2:
178 + :path: ".symlinks/plugins/barcode_scan2/ios"
179 + connectivity:
180 + :path: ".symlinks/plugins/connectivity/ios"
181 + cw_haven:
182 + :path: ".symlinks/plugins/cw_haven/ios"
183 + cw_monero:
184 + :path: ".symlinks/plugins/cw_monero/ios"
185 + cw_shared_external:
186 + :path: ".symlinks/plugins/cw_shared_external/ios"
187 + device_display_brightness:
188 + :path: ".symlinks/plugins/device_display_brightness/ios"
189 + device_info:
190 + :path: ".symlinks/plugins/device_info/ios"
191 + devicelocale:
192 + :path: ".symlinks/plugins/devicelocale/ios"
193 + file_picker:
194 + :path: ".symlinks/plugins/file_picker/ios"
195 + Flutter:
196 + :path: Flutter
197 + flutter_secure_storage:
198 + :path: ".symlinks/plugins/flutter_secure_storage/ios"
199 + local_auth_ios:
200 + :path: ".symlinks/plugins/local_auth_ios/ios"
201 + package_info:
202 + :path: ".symlinks/plugins/package_info/ios"
203 + path_provider_ios:
204 + :path: ".symlinks/plugins/path_provider_ios/ios"
205 + permission_handler_apple:
206 + :path: ".symlinks/plugins/permission_handler_apple/ios"
207 + platform_device_id:
208 + :path: ".symlinks/plugins/platform_device_id/ios"
209 + share_plus:
210 + :path: ".symlinks/plugins/share_plus/ios"
211 + shared_preferences_ios:
212 + :path: ".symlinks/plugins/shared_preferences_ios/ios"
213 + uni_links:
214 + :path: ".symlinks/plugins/uni_links/ios"
215 + url_launcher_ios:
216 + :path: ".symlinks/plugins/url_launcher_ios/ios"
217 + webview_flutter_wkwebview:
218 + :path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
219 +
220 +SPEC CHECKSUMS:
221 + barcode_scan2: 0af2bb63c81b4565aab6cd78278e4c0fa136dbb0
222 + BigInt: f668a80089607f521586bbe29513d708491ef2f7
223 + connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
224 + CryptoSwift: 093499be1a94b0cae36e6c26b70870668cb56060
225 + cw_haven: b3e54e1fbe7b8e6fda57a93206bc38f8e89b898a
226 + cw_monero: 4cf3b96f2da8e95e2ef7d6703dd4d2c509127b7d
227 + cw_shared_external: 2972d872b8917603478117c9957dfca611845a92
228 + device_display_brightness: 1510e72c567a1f6ce6ffe393dcd9afd1426034f7
229 + device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
230 + devicelocale: b22617f40038496deffba44747101255cee005b0
231 + DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
232 + DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
233 + file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95
234 + Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
235 + flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec
236 + local_auth_ios: 0d333dde7780f669e66f19d2ff6005f3ea84008d
237 + MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
238 + package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
239 + path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
240 + permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
241 + platform_device_id: 81b3e2993881f87d0c82ef151dc274df4869aef5
242 + Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
243 + SDWebImage: a990c053fff71e388a10f3357edb0be17929c9c5
244 + share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
245 + shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
246 + SwiftProtobuf: c3c12645230d9b09c72267e0de89468c5543bd86
247 + SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
248 + uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
249 + UnstoppableDomainsResolution: c3c67f4d0a5e2437cb00d4bd50c2e00d6e743841
250 + url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
251 + webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
252 +
253 +PODFILE CHECKSUM: ae71bdf0eb731a1ffc399c122f6aa4dea0cb5f6f
254 +
255 +COCOAPODS: 1.11.3
\ No newline at end of file