delete pod
Godwin Asuquo committed
Jan 10, 2023 at 18:17 UTC
92729151541b94407a01f0e3cf74fea9da85c52d
2 files changed
-354
ios/Podfile
deleted
-85
@@ -1,85 +0,0 @@
1
-# Uncomment this line to define a global platform for your project
2
-platform :ios, '13.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
ios/Podfile.lock
deleted
-269
@@ -1,269 +0,0 @@
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.6.0)
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.4):
71
- - DKImagePickerController/ImageDataManager
72
- - DKImagePickerController/Resource
73
- - DKImagePickerController/ImageDataManager (4.3.4)
74
- - DKImagePickerController/PhotoGallery (4.3.4):
75
- - DKImagePickerController/Core
76
- - DKPhotoGallery
77
- - DKImagePickerController/Resource (4.3.4)
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_inappwebview (0.0.1):
106
- - Flutter
107
- - flutter_inappwebview/Core (= 0.0.1)
108
- - OrderedSet (~> 5.0)
109
- - flutter_inappwebview/Core (0.0.1):
110
- - Flutter
111
- - OrderedSet (~> 5.0)
112
- - flutter_secure_storage (3.3.1):
113
- - Flutter
114
- - local_auth_ios (0.0.1):
115
- - Flutter
116
- - MTBBarcodeScanner (5.0.11)
117
- - OrderedSet (5.0.0)
118
- - package_info (0.0.1):
119
- - Flutter
120
- - path_provider_ios (0.0.1):
121
- - Flutter
122
- - permission_handler_apple (9.0.4):
123
- - Flutter
124
- - platform_device_id (0.0.1):
125
- - Flutter
126
- - Reachability (3.2)
127
- - SDWebImage (5.14.2):
128
- - SDWebImage/Core (= 5.14.2)
129
- - SDWebImage/Core (5.14.2)
130
- - share_plus (0.0.1):
131
- - Flutter
132
- - shared_preferences_ios (0.0.1):
133
- - Flutter
134
- - SwiftProtobuf (1.20.3)
135
- - SwiftyGif (5.4.3)
136
- - uni_links (0.0.1):
137
- - Flutter
138
- - UnstoppableDomainsResolution (4.0.0):
139
- - BigInt
140
- - CryptoSwift
141
- - url_launcher_ios (0.0.1):
142
- - Flutter
143
- - webview_flutter_wkwebview (0.0.1):
144
- - Flutter
145
-
146
-DEPENDENCIES:
147
- - barcode_scan2 (from `.symlinks/plugins/barcode_scan2/ios`)
148
- - connectivity (from `.symlinks/plugins/connectivity/ios`)
149
- - CryptoSwift
150
- - cw_haven (from `.symlinks/plugins/cw_haven/ios`)
151
- - cw_monero (from `.symlinks/plugins/cw_monero/ios`)
152
- - cw_shared_external (from `.symlinks/plugins/cw_shared_external/ios`)
153
- - device_display_brightness (from `.symlinks/plugins/device_display_brightness/ios`)
154
- - device_info (from `.symlinks/plugins/device_info/ios`)
155
- - devicelocale (from `.symlinks/plugins/devicelocale/ios`)
156
- - file_picker (from `.symlinks/plugins/file_picker/ios`)
157
- - Flutter (from `Flutter`)
158
- - flutter_inappwebview (from `.symlinks/plugins/flutter_inappwebview/ios`)
159
- - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
160
- - local_auth_ios (from `.symlinks/plugins/local_auth_ios/ios`)
161
- - package_info (from `.symlinks/plugins/package_info/ios`)
162
- - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
163
- - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
164
- - platform_device_id (from `.symlinks/plugins/platform_device_id/ios`)
165
- - share_plus (from `.symlinks/plugins/share_plus/ios`)
166
- - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
167
- - uni_links (from `.symlinks/plugins/uni_links/ios`)
168
- - UnstoppableDomainsResolution (~> 4.0.0)
169
- - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
170
- - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
171
-
172
-SPEC REPOS:
173
- https://github.com/CocoaPods/Specs.git:
174
- - BigInt
175
- - CryptoSwift
176
- - DKImagePickerController
177
- - DKPhotoGallery
178
- - MTBBarcodeScanner
179
- - OrderedSet
180
- - Reachability
181
- - SDWebImage
182
- - SwiftProtobuf
183
- - SwiftyGif
184
- - UnstoppableDomainsResolution
185
-
186
-EXTERNAL SOURCES:
187
- barcode_scan2:
188
- :path: ".symlinks/plugins/barcode_scan2/ios"
189
- connectivity:
190
- :path: ".symlinks/plugins/connectivity/ios"
191
- cw_haven:
192
- :path: ".symlinks/plugins/cw_haven/ios"
193
- cw_monero:
194
- :path: ".symlinks/plugins/cw_monero/ios"
195
- cw_shared_external:
196
- :path: ".symlinks/plugins/cw_shared_external/ios"
197
- device_display_brightness:
198
- :path: ".symlinks/plugins/device_display_brightness/ios"
199
- device_info:
200
- :path: ".symlinks/plugins/device_info/ios"
201
- devicelocale:
202
- :path: ".symlinks/plugins/devicelocale/ios"
203
- file_picker:
204
- :path: ".symlinks/plugins/file_picker/ios"
205
- Flutter:
206
- :path: Flutter
207
- flutter_inappwebview:
208
- :path: ".symlinks/plugins/flutter_inappwebview/ios"
209
- flutter_secure_storage:
210
- :path: ".symlinks/plugins/flutter_secure_storage/ios"
211
- local_auth_ios:
212
- :path: ".symlinks/plugins/local_auth_ios/ios"
213
- package_info:
214
- :path: ".symlinks/plugins/package_info/ios"
215
- path_provider_ios:
216
- :path: ".symlinks/plugins/path_provider_ios/ios"
217
- permission_handler_apple:
218
- :path: ".symlinks/plugins/permission_handler_apple/ios"
219
- platform_device_id:
220
- :path: ".symlinks/plugins/platform_device_id/ios"
221
- share_plus:
222
- :path: ".symlinks/plugins/share_plus/ios"
223
- shared_preferences_ios:
224
- :path: ".symlinks/plugins/shared_preferences_ios/ios"
225
- uni_links:
226
- :path: ".symlinks/plugins/uni_links/ios"
227
- url_launcher_ios:
228
- :path: ".symlinks/plugins/url_launcher_ios/ios"
229
- webview_flutter_wkwebview:
230
- :path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
231
-
232
-SPEC CHECKSUMS:
233
- barcode_scan2: 0af2bb63c81b4565aab6cd78278e4c0fa136dbb0
234
- BigInt: f668a80089607f521586bbe29513d708491ef2f7
235
- connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
236
- CryptoSwift: 562f8eceb40e80796fffc668b0cad9313284cfa6
237
- cw_haven: b3e54e1fbe7b8e6fda57a93206bc38f8e89b898a
238
- cw_monero: 4cf3b96f2da8e95e2ef7d6703dd4d2c509127b7d
239
- cw_shared_external: 2972d872b8917603478117c9957dfca611845a92
240
- device_display_brightness: 1510e72c567a1f6ce6ffe393dcd9afd1426034f7
241
- device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
242
- devicelocale: b22617f40038496deffba44747101255cee005b0
243
- DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
244
- DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
245
- file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95
246
- Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
247
- flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721
248
- flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec
249
- local_auth_ios: 0d333dde7780f669e66f19d2ff6005f3ea84008d
250
- MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
251
- OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
252
- package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
253
- path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
254
- permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
255
- platform_device_id: 81b3e2993881f87d0c82ef151dc274df4869aef5
256
- Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
257
- SDWebImage: b9a731e1d6307f44ca703b3976d18c24ca561e84
258
- share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
259
- shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
260
- SwiftProtobuf: b02b5075dcf60c9f5f403000b3b0c202a11b6ae1
261
- SwiftyGif: 6c3eafd0ce693cad58bb63d2b2fb9bacb8552780
262
- uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
263
- UnstoppableDomainsResolution: c3c67f4d0a5e2437cb00d4bd50c2e00d6e743841
264
- url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
265
- webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
266
-
267
-PODFILE CHECKSUM: bf84c4e13798f92b867c8ebcbd04acc127fec6be
268
-
269
-COCOAPODS: 1.11.2