feat: Version 3.5.2 - Configuration Stripe et gestion des immeubles
- Configuration complète Stripe pour les 3 environnements (DEV/REC/PROD) * DEV: Clés TEST Pierre (mode test) * REC: Clés TEST Client (mode test) * PROD: Clés LIVE Client (mode live) - Ajout de la gestion des bases de données immeubles/bâtiments * Configuration buildings_database pour DEV/REC/PROD * Service BuildingService pour enrichissement des adresses - Optimisations pages et améliorations ergonomie - Mises à jour des dépendances Composer - Nettoyage des fichiers obsolètes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
141
app/ios/Podfile.lock
Executable file → Normal file
141
app/ios/Podfile.lock
Executable file → Normal file
@@ -1,42 +1,167 @@
|
||||
PODS:
|
||||
- battery_plus (1.0.0):
|
||||
- Flutter
|
||||
- connectivity_plus (0.0.1):
|
||||
- Flutter
|
||||
- ReachabilitySwift
|
||||
- FlutterMacOS
|
||||
- device_info_plus (0.0.1):
|
||||
- Flutter
|
||||
- Flutter (1.0.0)
|
||||
- flutter_local_notifications (0.0.1):
|
||||
- Flutter
|
||||
- geolocator_apple (1.2.0):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- image_picker_ios (0.0.1):
|
||||
- Flutter
|
||||
- mek_stripe_terminal (1.0.0):
|
||||
- Flutter
|
||||
- StripeTerminal (~> 4.6.0)
|
||||
- nfc_manager (0.0.1):
|
||||
- Flutter
|
||||
- path_provider_foundation (0.0.1):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- ReachabilitySwift (5.2.4)
|
||||
- permission_handler_apple (9.3.0):
|
||||
- Flutter
|
||||
- Stripe (24.7.0):
|
||||
- StripeApplePay (= 24.7.0)
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripePayments (= 24.7.0)
|
||||
- StripePaymentsUI (= 24.7.0)
|
||||
- StripeUICore (= 24.7.0)
|
||||
- stripe_ios (0.0.1):
|
||||
- Flutter
|
||||
- Stripe (~> 24.7.0)
|
||||
- stripe_ios/stripe_ios (= 0.0.1)
|
||||
- stripe_ios/stripe_objc (= 0.0.1)
|
||||
- StripeApplePay (~> 24.7.0)
|
||||
- StripeFinancialConnections (~> 24.7.0)
|
||||
- StripePayments (~> 24.7.0)
|
||||
- StripePaymentSheet (~> 24.7.0)
|
||||
- StripePaymentsUI (~> 24.7.0)
|
||||
- stripe_ios/stripe_ios (0.0.1):
|
||||
- Flutter
|
||||
- Stripe (~> 24.7.0)
|
||||
- stripe_ios/stripe_objc
|
||||
- StripeApplePay (~> 24.7.0)
|
||||
- StripeFinancialConnections (~> 24.7.0)
|
||||
- StripePayments (~> 24.7.0)
|
||||
- StripePaymentSheet (~> 24.7.0)
|
||||
- StripePaymentsUI (~> 24.7.0)
|
||||
- stripe_ios/stripe_objc (0.0.1):
|
||||
- Flutter
|
||||
- Stripe (~> 24.7.0)
|
||||
- StripeApplePay (~> 24.7.0)
|
||||
- StripeFinancialConnections (~> 24.7.0)
|
||||
- StripePayments (~> 24.7.0)
|
||||
- StripePaymentSheet (~> 24.7.0)
|
||||
- StripePaymentsUI (~> 24.7.0)
|
||||
- StripeApplePay (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripeCore (24.7.0)
|
||||
- StripeFinancialConnections (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripeUICore (= 24.7.0)
|
||||
- StripePayments (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripePayments/Stripe3DS2 (= 24.7.0)
|
||||
- StripePayments/Stripe3DS2 (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripePaymentSheet (24.7.0):
|
||||
- StripeApplePay (= 24.7.0)
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripePayments (= 24.7.0)
|
||||
- StripePaymentsUI (= 24.7.0)
|
||||
- StripePaymentsUI (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- StripePayments (= 24.7.0)
|
||||
- StripeUICore (= 24.7.0)
|
||||
- StripeTerminal (4.6.1)
|
||||
- StripeUICore (24.7.0):
|
||||
- StripeCore (= 24.7.0)
|
||||
- url_launcher_ios (0.0.1):
|
||||
- Flutter
|
||||
|
||||
DEPENDENCIES:
|
||||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
||||
- battery_plus (from `.symlinks/plugins/battery_plus/ios`)
|
||||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/darwin`)
|
||||
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
|
||||
- Flutter (from `Flutter`)
|
||||
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
|
||||
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/darwin`)
|
||||
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
|
||||
- mek_stripe_terminal (from `.symlinks/plugins/mek_stripe_terminal/ios`)
|
||||
- nfc_manager (from `.symlinks/plugins/nfc_manager/ios`)
|
||||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
|
||||
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
|
||||
- stripe_ios (from `.symlinks/plugins/stripe_ios/ios`)
|
||||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
- ReachabilitySwift
|
||||
- Stripe
|
||||
- StripeApplePay
|
||||
- StripeCore
|
||||
- StripeFinancialConnections
|
||||
- StripePayments
|
||||
- StripePaymentSheet
|
||||
- StripePaymentsUI
|
||||
- StripeTerminal
|
||||
- StripeUICore
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
battery_plus:
|
||||
:path: ".symlinks/plugins/battery_plus/ios"
|
||||
connectivity_plus:
|
||||
:path: ".symlinks/plugins/connectivity_plus/ios"
|
||||
:path: ".symlinks/plugins/connectivity_plus/darwin"
|
||||
device_info_plus:
|
||||
:path: ".symlinks/plugins/device_info_plus/ios"
|
||||
Flutter:
|
||||
:path: Flutter
|
||||
flutter_local_notifications:
|
||||
:path: ".symlinks/plugins/flutter_local_notifications/ios"
|
||||
geolocator_apple:
|
||||
:path: ".symlinks/plugins/geolocator_apple/darwin"
|
||||
image_picker_ios:
|
||||
:path: ".symlinks/plugins/image_picker_ios/ios"
|
||||
mek_stripe_terminal:
|
||||
:path: ".symlinks/plugins/mek_stripe_terminal/ios"
|
||||
nfc_manager:
|
||||
:path: ".symlinks/plugins/nfc_manager/ios"
|
||||
path_provider_foundation:
|
||||
:path: ".symlinks/plugins/path_provider_foundation/darwin"
|
||||
permission_handler_apple:
|
||||
:path: ".symlinks/plugins/permission_handler_apple/ios"
|
||||
stripe_ios:
|
||||
:path: ".symlinks/plugins/stripe_ios/ios"
|
||||
url_launcher_ios:
|
||||
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
connectivity_plus: 481668c94744c30c53b8895afb39159d1e619bdf
|
||||
battery_plus: 8df26ad5ade26110b2d22a4d1f582b5926983023
|
||||
connectivity_plus: 3f6c9057f4cd64198dc826edfb0542892f825343
|
||||
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
|
||||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
|
||||
flutter_local_notifications: a5a732f069baa862e728d839dd2ebb904737effb
|
||||
geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
|
||||
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
|
||||
mek_stripe_terminal: d317573feabf753651c1c184c2dae07950d50030
|
||||
nfc_manager: 9c40fe22528ab871ca11e52ea8b95790e9d92ca2
|
||||
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
|
||||
ReachabilitySwift: 32793e867593cfc1177f5d16491e3a197d2fccda
|
||||
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
|
||||
Stripe: 8a03a78bfa16b197f9fac51e42670ac563b34388
|
||||
stripe_ios: 95bdf6ba58efd184fe1dfed194cd8692299d66ca
|
||||
StripeApplePay: 3c1b43d9b5130f6b714863bf8c9482c24168ab27
|
||||
StripeCore: 4955c2af14446db04818ad043d19d8f97b73c5fa
|
||||
StripeFinancialConnections: 8cf97b04c2f354879a2a5473126efac38f11f406
|
||||
StripePayments: 91820845bece6117809bcfdcaef39c84c2b4cae5
|
||||
StripePaymentSheet: 1810187cbdbc73410b8fb86cecafaaa41c1481fc
|
||||
StripePaymentsUI: 326376e23caa369d1f58041bdb858c89c2b17ed4
|
||||
StripeTerminal: 542aee71cf148da0d30cf1a67bf19e8bf4e06567
|
||||
StripeUICore: 17a4f3adb81ae05ab885e1b353022a430176eab1
|
||||
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
|
||||
|
||||
PODFILE CHECKSUM: f0d28569a754ac33c3d750271af244edf72e3a3c
|
||||
PODFILE CHECKSUM: 62c14ad6fe47d35b1a09046784d2f3034dea7052
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
|
||||
Reference in New Issue
Block a user