Skip to content

Commit 55965e7

Browse files
committed
fix(ios): fullscreen issues
1 parent a4ee843 commit 55965e7

5 files changed

Lines changed: 1412 additions & 2603 deletions

File tree

ios/App/Podfile.lock

Lines changed: 76 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,68 @@
11
PODS:
2-
- AashuDubeyCapacitorStatusbarSafeArea (3.0.0):
2+
- AashuDubeyCapacitorStatusbarSafeArea (4.0.0):
33
- Capacitor
4-
- Capacitor (6.0.0):
4+
- Capacitor (7.1.0):
55
- CapacitorCordova
6-
- CapacitorApp (6.0.0):
6+
- CapacitorApp (7.0.1):
77
- Capacitor
8-
- CapacitorCordova (6.0.0)
9-
- CapacitorDevice (6.0.0):
8+
- CapacitorClipboard (7.0.1):
109
- Capacitor
11-
- CapacitorFilesystem (6.0.0):
10+
- CapacitorCommunityBackgroundGeolocation (0.0.1):
1211
- Capacitor
13-
- CapacitorGeolocation (6.0.0):
12+
- CapacitorCommunityKeepAwake (7.0.0):
1413
- Capacitor
15-
- CapacitorKeyboard (6.0.0):
14+
- CapacitorCordova (7.1.0)
15+
- CapacitorDevice (7.0.1):
1616
- Capacitor
17-
- CapacitorNativeSettings (6.0.0):
17+
- CapacitorFilesystem (7.1.1):
1818
- Capacitor
19-
- CapacitorNetwork (6.0.0):
19+
- IONFilesystemLib (~> 1.0)
20+
- CapacitorGeolocation (7.1.2):
2021
- Capacitor
21-
- CapacitorScreenOrientation (6.0.0):
22+
- IONGeolocationLib (~> 1.0)
23+
- CapacitorKeyboard (7.0.1):
2224
- Capacitor
23-
- CapacitorShare (6.0.0):
25+
- CapacitorLocalNotifications (7.0.1):
2426
- Capacitor
25-
- CapacitorSplashScreen (6.0.0):
27+
- CapacitorNativeSettings (7.0.1):
2628
- Capacitor
27-
- CapacitorStatusBar (6.0.0):
29+
- CapacitorNetwork (7.0.1):
2830
- Capacitor
29-
- CapacitorTextZoom (6.0.0):
31+
- CapacitorPreferences (7.0.1):
3032
- Capacitor
31-
- CapacitorToast (6.0.0):
33+
- CapacitorScreenOrientation (7.0.1):
3234
- Capacitor
33-
- CapawesomeCapacitorFilePicker (6.0.0):
35+
- CapacitorShare (7.0.1):
3436
- Capacitor
37+
- CapacitorSplashScreen (7.0.1):
38+
- Capacitor
39+
- CapacitorStatusBar (7.0.1):
40+
- Capacitor
41+
- CapacitorTextZoom (7.0.1):
42+
- Capacitor
43+
- CapacitorToast (7.0.1):
44+
- Capacitor
45+
- CapawesomeCapacitorFilePicker (7.1.0):
46+
- Capacitor
47+
- IONFilesystemLib (1.0.0)
48+
- IONGeolocationLib (1.0.0)
3549

3650
DEPENDENCIES:
3751
- "AashuDubeyCapacitorStatusbarSafeArea (from `../../node_modules/@aashu-dubey/capacitor-statusbar-safe-area`)"
3852
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
3953
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
54+
- "CapacitorClipboard (from `../../node_modules/@capacitor/clipboard`)"
55+
- "CapacitorCommunityBackgroundGeolocation (from `../../node_modules/@capacitor-community/background-geolocation`)"
56+
- "CapacitorCommunityKeepAwake (from `../../node_modules/@capacitor-community/keep-awake`)"
4057
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
4158
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
4259
- "CapacitorFilesystem (from `../../node_modules/@capacitor/filesystem`)"
4360
- "CapacitorGeolocation (from `../../node_modules/@capacitor/geolocation`)"
4461
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
62+
- "CapacitorLocalNotifications (from `../../node_modules/@capacitor/local-notifications`)"
4563
- CapacitorNativeSettings (from `../../node_modules/capacitor-native-settings`)
4664
- "CapacitorNetwork (from `../../node_modules/@capacitor/network`)"
65+
- "CapacitorPreferences (from `../../node_modules/@capacitor/preferences`)"
4766
- "CapacitorScreenOrientation (from `../../node_modules/@capacitor/screen-orientation`)"
4867
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
4968
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
@@ -52,13 +71,24 @@ DEPENDENCIES:
5271
- "CapacitorToast (from `../../node_modules/@capacitor/toast`)"
5372
- "CapawesomeCapacitorFilePicker (from `../../node_modules/@capawesome/capacitor-file-picker`)"
5473

74+
SPEC REPOS:
75+
trunk:
76+
- IONFilesystemLib
77+
- IONGeolocationLib
78+
5579
EXTERNAL SOURCES:
5680
AashuDubeyCapacitorStatusbarSafeArea:
5781
:path: "../../node_modules/@aashu-dubey/capacitor-statusbar-safe-area"
5882
Capacitor:
5983
:path: "../../node_modules/@capacitor/ios"
6084
CapacitorApp:
6185
:path: "../../node_modules/@capacitor/app"
86+
CapacitorClipboard:
87+
:path: "../../node_modules/@capacitor/clipboard"
88+
CapacitorCommunityBackgroundGeolocation:
89+
:path: "../../node_modules/@capacitor-community/background-geolocation"
90+
CapacitorCommunityKeepAwake:
91+
:path: "../../node_modules/@capacitor-community/keep-awake"
6292
CapacitorCordova:
6393
:path: "../../node_modules/@capacitor/ios"
6494
CapacitorDevice:
@@ -69,10 +99,14 @@ EXTERNAL SOURCES:
6999
:path: "../../node_modules/@capacitor/geolocation"
70100
CapacitorKeyboard:
71101
:path: "../../node_modules/@capacitor/keyboard"
102+
CapacitorLocalNotifications:
103+
:path: "../../node_modules/@capacitor/local-notifications"
72104
CapacitorNativeSettings:
73105
:path: "../../node_modules/capacitor-native-settings"
74106
CapacitorNetwork:
75107
:path: "../../node_modules/@capacitor/network"
108+
CapacitorPreferences:
109+
:path: "../../node_modules/@capacitor/preferences"
76110
CapacitorScreenOrientation:
77111
:path: "../../node_modules/@capacitor/screen-orientation"
78112
CapacitorShare:
@@ -89,24 +123,31 @@ EXTERNAL SOURCES:
89123
:path: "../../node_modules/@capawesome/capacitor-file-picker"
90124

91125
SPEC CHECKSUMS:
92-
AashuDubeyCapacitorStatusbarSafeArea: b32e282503c277e7e6bd2b030feef16658476b5b
93-
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
94-
CapacitorApp: 9d53aec7101f7b030a950c5bdc4df8612576b279
95-
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
96-
CapacitorDevice: f8fd88f9edd1261c55a109f32015b09bbbfdc4a0
97-
CapacitorFilesystem: 60e59ba274c234a979e7a3be2552feaadcee4263
98-
CapacitorGeolocation: 1f12bbe372b65116e851bd8e3a94cf0ef9bacebb
99-
CapacitorKeyboard: deacbd09d8d1029c3681197fb05d206b721d5f73
100-
CapacitorNativeSettings: ab24b68c6e6e7391c6ade889d2a83aaceed0fc36
101-
CapacitorNetwork: f15a94c16a33cba7c47a17814cb6bcfe3ea34ded
102-
CapacitorScreenOrientation: d78ce2b710bfcd1c32d3a090d32b6686c1c95e4f
103-
CapacitorShare: a771200d3b924a5d7ad9d9fecbac517e4c0aa74f
104-
CapacitorSplashScreen: 5431ab8d19c1c6e95777d53bfaa7a36a6c3d94c7
105-
CapacitorStatusBar: 2e4369f99166125435641b1908d05f561eaba6f6
106-
CapacitorTextZoom: 696722e5c479b364f2429584f11ad386d609bd1a
107-
CapacitorToast: ba573a7bc5dfd622e78d5be126a84ee221da4180
108-
CapawesomeCapacitorFilePicker: 983e8d272d200897cf1c12cf9a62439fa2fb2c35
126+
AashuDubeyCapacitorStatusbarSafeArea: b5ff02dd993548c3f9c08e3e7fe09153c71ff69b
127+
Capacitor: 68ff8eabbcce387e69767c13b5fbcc1c5399eabc
128+
CapacitorApp: d63334c052278caf5d81585d80b21905c6f93f39
129+
CapacitorClipboard: b98aead5dc7ec595547fc2c5d75bacd2ae3338bc
130+
CapacitorCommunityBackgroundGeolocation: 6f26f4290377dbd1d6dec21e62cb66f008f61ec7
131+
CapacitorCommunityKeepAwake: 00dfd8fa3cca0df003c9a3e2cd7bee678aeec68b
132+
CapacitorCordova: 866217f32c1d25b326c568a10ea3ed0c36b13e29
133+
CapacitorDevice: fe3f190e1d718f4607bdc6b73993433d1c84f409
134+
CapacitorFilesystem: 3acaa1d2b909a9dd904581a86f21782886e6bb38
135+
CapacitorGeolocation: 8c86a3afea574c84447c17905da96f2356ad913e
136+
CapacitorKeyboard: 969647d0ca2e5c737d7300088e2517aa832434e2
137+
CapacitorLocalNotifications: 4ea60b9347eac60b37cb4daaf62d12060bb00972
138+
CapacitorNativeSettings: 03d126571fc0e12f89ffeb1516788bf371b528bc
139+
CapacitorNetwork: 07ec4c69c1bb696f41c23e00d31bda1bbb221bba
140+
CapacitorPreferences: cbf154e5e5519b7f5ab33817a334dda1e98387f9
141+
CapacitorScreenOrientation: 6590ca2800f2ddab521fae2580808fc7e66dfa1c
142+
CapacitorShare: 58d6c2da63b093e8693287b2d36db92435538435
143+
CapacitorSplashScreen: 19cd3573e57507e02d6f34597a8c421e00931487
144+
CapacitorStatusBar: 275cbf2f4dfc00388f519ef80c7ec22edda342c9
145+
CapacitorTextZoom: 58cec0b04777e26d17241d4db86fd4a65b554a67
146+
CapacitorToast: c0f64abc0fae75c54e504db9be180a7f5f7d7476
147+
CapawesomeCapacitorFilePicker: 06e91098972470ff836451b6a5b165643ed90859
148+
IONFilesystemLib: ceacae793975039530458eabab0c495c70515a0d
149+
IONGeolocationLib: 81f33f88d025846946de2cf63b0c7628e7c6bc9d
109150

110-
PODFILE CHECKSUM: 45f2516610a7861872f461597a0b2998b0239460
151+
PODFILE CHECKSUM: 2e8a893999642b8a381ec82270e37f222904f01a
111152

112153
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)