fix statusbar
This commit is contained in:
@@ -13,6 +13,7 @@ def capacitor_pods
|
||||
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
||||
pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog'
|
||||
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
|
||||
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
|
||||
end
|
||||
|
||||
target 'App' do
|
||||
|
||||
@@ -6,12 +6,15 @@ PODS:
|
||||
- Capacitor
|
||||
- CapacitorHaptics (5.0.2):
|
||||
- Capacitor
|
||||
- CapacitorStatusBar (5.0.2):
|
||||
- Capacitor
|
||||
|
||||
DEPENDENCIES:
|
||||
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorDialog (from `../../node_modules/@capacitor/dialog`)"
|
||||
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
|
||||
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Capacitor:
|
||||
@@ -22,13 +25,16 @@ EXTERNAL SOURCES:
|
||||
:path: "../../node_modules/@capacitor/dialog"
|
||||
CapacitorHaptics:
|
||||
:path: "../../node_modules/@capacitor/haptics"
|
||||
CapacitorStatusBar:
|
||||
:path: "../../node_modules/@capacitor/status-bar"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Capacitor: d3d4463573438b9fa65326d1f3549da6f4c21634
|
||||
CapacitorCordova: b1fe6bf1f36974a8e4a9044b342d22d49c0996d6
|
||||
CapacitorDialog: 01c49f7f4b37e7ad59e38fd317a6e5f006f23cdc
|
||||
CapacitorHaptics: 864585542a435bd41eaabf7f30d9ff5ec03024d3
|
||||
CapacitorStatusBar: 48f2899f6846cc7d8431b251ebfc58e1c10e3d58
|
||||
|
||||
PODFILE CHECKSUM: d982dafd697143dbc70f4398fd44331431a93cd6
|
||||
PODFILE CHECKSUM: ff860e33eb8ae1ae6b61d80c17c53ef471a81cdc
|
||||
|
||||
COCOAPODS: 1.12.1
|
||||
|
||||
Reference in New Issue
Block a user