Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<link rel="shortcut icon" type="image/png" href="/favicon.png" />

<!-- add to homescreen for ios -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Ionic App" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Expand Down
11 changes: 10 additions & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
"webDir": "dist",
"server": {
"androidScheme": "https"
}
},
"packageClassList": [
"AppPlugin",
"CAPCameraPlugin",
"FilesystemPlugin",
"HapticsPlugin",
"KeyboardPlugin",
"PreferencesPlugin",
"StatusBarPlugin"
]
}
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'

platform :ios, '13.0'
platform :ios, '14.0'
use_frameworks!

# workaround to avoid Xcode caching of Pods that requires
Expand Down
51 changes: 31 additions & 20 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
PODS:
- Capacitor (5.5.0):
- Capacitor (8.5.0):
- CapacitorCordova
- CapacitorApp (5.0.6):
- CapacitorApp (8.1.1):
- Capacitor
- CapacitorCamera (5.0.7):
- CapacitorCamera (8.2.3):
- Capacitor
- CapacitorCordova (5.5.0)
- CapacitorFilesystem (5.1.1):
- IONCameraLib (~> 1.0.5)
- CapacitorCordova (8.5.0)
- CapacitorFilesystem (8.1.3):
- Capacitor
- CapacitorHaptics (5.0.6):
- IONFilesystemLib (~> 1.1.1)
- CapacitorHaptics (8.0.2):
- Capacitor
- CapacitorKeyboard (5.0.6):
- CapacitorKeyboard (8.0.5):
- Capacitor
- CapacitorPreferences (5.0.6):
- CapacitorPreferences (8.0.1):
- Capacitor
- CapacitorStatusBar (5.0.6):
- CapacitorStatusBar (8.0.3):
- Capacitor
- IONCameraLib (1.0.5)
- IONFilesystemLib (1.1.2)

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
Expand All @@ -28,6 +32,11 @@ DEPENDENCIES:
- "CapacitorPreferences (from `../../node_modules/@capacitor/preferences`)"
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"

SPEC REPOS:
trunk:
- IONCameraLib
- IONFilesystemLib

EXTERNAL SOURCES:
Capacitor:
:path: "../../node_modules/@capacitor/ios"
Expand All @@ -49,16 +58,18 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: 57890b363df14d5d2d5d8461aa23e886cb34da2a
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
CapacitorCamera: 084b0b228bba7d00587910337b1c89e93b1d32ab
CapacitorCordova: 3d3908a3d208a11a75f9df3b18c4405c4de76e1d
CapacitorFilesystem: 38e85e56818420bed3f0aa1b77128f503a960821
CapacitorHaptics: 1fffc1217c7e64a472d7845be50fb0c2f7d4204c
CapacitorKeyboard: b978154b024a5f65e044908e37d15b7de58b9d12
CapacitorPreferences: f03954bcb0ff09c792909e46bff88e3183c16b10
CapacitorStatusBar: 565c0a1ebd79bb40d797606a8992b4a105885309
Capacitor: 00b87168591cc006ea6f5c0de681ec5c39a2c8eb
CapacitorApp: 305bd13c44f6f9d164e2ee66a4faa956ed8c0e06
CapacitorCamera: 25827828645de22787c64ed8d1ea555e5b3ea242
CapacitorCordova: 9d3acbb574048e7167d2af127a0af2123e619f2f
CapacitorFilesystem: b2bbd84bb91c177906c9dbc252864cb71ab9957b
CapacitorHaptics: 296f771ecd89c7a1bd92a7b6826a7d268e2e70f5
CapacitorKeyboard: b6b0744890cdb1d9a96e2cafcc9253fdcc55de3b
CapacitorPreferences: cca2021f386efb75947c850334447d9ff22b14f1
CapacitorStatusBar: eca7bc2b58d9f886f1ef9edb66e57a9b29c121af
IONCameraLib: ecbd8ef0077d481df429cee267bbeb1a7b9bddd0
IONFilesystemLib: 21a63377696b2d8fab5632ecfb7d2ac67bddb68a

PODFILE CHECKSUM: 645c6f0ebd6fe237b8c3df63febaa44115e4826d
PODFILE CHECKSUM: bfc80ff7fd6c2ab1707d95794a58c07d81e03bec

COCOAPODS: 1.13.0
COCOAPODS: 1.17.0
Loading