mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ios): remove alpha from icon, add safe area styling
This commit is contained in:
parent
d91d5e892b
commit
0177b4860d
3 changed files with 81 additions and 0 deletions
10
ios/App/App.xcworkspace/contents.xcworkspacedata
generated
Normal file
10
ios/App/App.xcworkspace/contents.xcworkspacedata
generated
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:App.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 156 KiB |
71
ios/App/Podfile.lock
Normal file
71
ios/App/Podfile.lock
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
PODS:
|
||||
- Capacitor (7.4.4):
|
||||
- CapacitorCordova
|
||||
- CapacitorApp (7.1.0):
|
||||
- Capacitor
|
||||
- CapacitorCordova (7.4.4)
|
||||
- CapacitorFilesystem (7.1.1):
|
||||
- Capacitor
|
||||
- IONFilesystemLib (~> 1.0)
|
||||
- CapacitorKeyboard (7.0.4):
|
||||
- Capacitor
|
||||
- CapacitorLocalNotifications (7.0.1):
|
||||
- Capacitor
|
||||
- CapacitorShare (7.0.2):
|
||||
- Capacitor
|
||||
- CapacitorStatusBar (7.0.4):
|
||||
- Capacitor
|
||||
- CapawesomeCapacitorBackgroundTask (7.0.1):
|
||||
- Capacitor
|
||||
- IONFilesystemLib (1.0.1)
|
||||
|
||||
DEPENDENCIES:
|
||||
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
|
||||
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorFilesystem (from `../../node_modules/@capacitor/filesystem`)"
|
||||
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
|
||||
- "CapacitorLocalNotifications (from `../../node_modules/@capacitor/local-notifications`)"
|
||||
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
|
||||
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
|
||||
- "CapawesomeCapacitorBackgroundTask (from `../../node_modules/@capawesome/capacitor-background-task`)"
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
- IONFilesystemLib
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Capacitor:
|
||||
:path: "../../node_modules/@capacitor/ios"
|
||||
CapacitorApp:
|
||||
:path: "../../node_modules/@capacitor/app"
|
||||
CapacitorCordova:
|
||||
:path: "../../node_modules/@capacitor/ios"
|
||||
CapacitorFilesystem:
|
||||
:path: "../../node_modules/@capacitor/filesystem"
|
||||
CapacitorKeyboard:
|
||||
:path: "../../node_modules/@capacitor/keyboard"
|
||||
CapacitorLocalNotifications:
|
||||
:path: "../../node_modules/@capacitor/local-notifications"
|
||||
CapacitorShare:
|
||||
:path: "../../node_modules/@capacitor/share"
|
||||
CapacitorStatusBar:
|
||||
:path: "../../node_modules/@capacitor/status-bar"
|
||||
CapawesomeCapacitorBackgroundTask:
|
||||
:path: "../../node_modules/@capawesome/capacitor-background-task"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Capacitor: 358dd1c3fdd71d969547b17e159fd8a7736cb45f
|
||||
CapacitorApp: 26587c2ce485d88ddb39adb21cac64f8e481afe3
|
||||
CapacitorCordova: bf648a636f3c153f652d312ae145fb508b6ffced
|
||||
CapacitorFilesystem: 39173fe5a0e77851119998d0d8c61c70551a412a
|
||||
CapacitorKeyboard: 5660c760113bfa48962817a785879373cf5339c3
|
||||
CapacitorLocalNotifications: c2212755b33d2513b8bb325096ce3a64d4039ae3
|
||||
CapacitorShare: be166411fa995ead2d39b104aa0aae56d8615c66
|
||||
CapacitorStatusBar: d0e0151c89c001a9c7125bac59ddedf76b664768
|
||||
CapawesomeCapacitorBackgroundTask: e17ea2608e9bdd14889d8eba2d793ff9c337db6c
|
||||
IONFilesystemLib: 89258b8e3e85465da93127d25d7ce37f977e8a6f
|
||||
|
||||
PODFILE CHECKSUM: 5e105da70a830637dfec7bc2882a9f81f60216b6
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue