ticon-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit 3 yıl önce tailwind-color-palette 30f7226d9a first commit 3 yıl önce tailwindcss 30f7226d9a first commit 3 yıl önce thenify 30f7226d9a first commit 3 yıl önce thenify-all 30f7226d9a first commit 3 yıl önce to-regex-range 30f7226d9a first commit 3 yıl önce tr46 30f7226d9a first commit 3 yıl önce ts-interface-checker 30f7226d9a first commit 3 yıl önce uglify-js 30f7226d9a first commit 3 yıl önce underscore 30f7226d9a first commit 3 yıl önce upper-case 30f7226d9a first commit 3 yıl önce util-deprecate 30f7226d9a first commit 3 yıl önce valid-data-url 30f7226d9a first commit 3 yıl önce web-resource-inliner 30f7226d9a first commit 3 yıl önce webidl-conversions 30f7226d9a first commit 3 yıl önce whatwg-url 30f7226d9a first commit 3 yıl önce wrap-ansi 30f7226d9a first commit 3 yıl önce wrappy 30f7226d9a first commit 3 yıl önce y18n 30f7226d9a first commit 3 yıl önce yallist 30f7226d9a first commit 3 yıl önce yaml 30f7226d9a first commit 3 yıl önce yargs 30f7226d9a first commit 3 yıl önce yargs-parser 30f7226d9a first commit 3 yıl önce .yarn-integrity 30f7226d9a first commit 3 yıl önce tum/kaceeapp7 - Gogs: Simplico Git Service

Geen omschrijving

Podfile 920B

12345678910111213141516171819202122232425262728
  1. require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'
  2. platform :ios, '13.0'
  3. use_frameworks!
  4. # workaround to avoid Xcode caching of Pods that requires
  5. # Product -> Clean Build Folder after new Cordova plugins installed
  6. # Requires CocoaPods 1.6 or newer
  7. install! 'cocoapods', :disable_input_output_paths => true
  8. def capacitor_pods
  9. pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
  10. pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
  11. pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
  12. pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
  13. pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
  14. pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
  15. end
  16. target 'App' do
  17. capacitor_pods
  18. # Add your Pods here
  19. end
  20. post_install do |installer|
  21. assertDeploymentTarget(installer)
  22. end