Skip to content

Commit

Permalink
chore: sync capacitor platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 6, 2024
1 parent c293516 commit 5edfdaa
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 2 deletions.
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_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

Expand Down
82 changes: 82 additions & 0 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
PODS:
- Capacitor (5.6.0):
- CapacitorCordova
- CapacitorActionSheet (5.0.7):
- Capacitor
- CapacitorApp (5.0.7):
- Capacitor
- CapacitorClipboard (5.0.7):
- Capacitor
- CapacitorCordova (5.6.0)
- CapacitorKeyboard (5.0.8):
- Capacitor
- CapacitorPreferences (5.0.7):
- Capacitor
- CapacitorShare (5.0.7):
- Capacitor
- CapacitorSplashScreen (5.0.7):
- Capacitor
- CapacitorStatusBar (5.0.7):
- Capacitor
- CapawesomeTeamCapacitorFileOpener (5.0.4):
- Capacitor
- CordovaPlugins (5.6.0):
- CapacitorCordova

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
- "CapacitorActionSheet (from `../../node_modules/@capacitor/action-sheet`)"
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
- "CapacitorClipboard (from `../../node_modules/@capacitor/clipboard`)"
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
- "CapacitorPreferences (from `../../node_modules/@capacitor/preferences`)"
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
- "CapawesomeTeamCapacitorFileOpener (from `../../node_modules/@capawesome-team/capacitor-file-opener`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)

EXTERNAL SOURCES:
Capacitor:
:path: "../../node_modules/@capacitor/ios"
CapacitorActionSheet:
:path: "../../node_modules/@capacitor/action-sheet"
CapacitorApp:
:path: "../../node_modules/@capacitor/app"
CapacitorClipboard:
:path: "../../node_modules/@capacitor/clipboard"
CapacitorCordova:
:path: "../../node_modules/@capacitor/ios"
CapacitorKeyboard:
:path: "../../node_modules/@capacitor/keyboard"
CapacitorPreferences:
:path: "../../node_modules/@capacitor/preferences"
CapacitorShare:
:path: "../../node_modules/@capacitor/share"
CapacitorSplashScreen:
:path: "../../node_modules/@capacitor/splash-screen"
CapacitorStatusBar:
:path: "../../node_modules/@capacitor/status-bar"
CapawesomeTeamCapacitorFileOpener:
:path: "../../node_modules/@capawesome-team/capacitor-file-opener"
CordovaPlugins:
:path: "../capacitor-cordova-ios-plugins"

SPEC CHECKSUMS:
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorActionSheet: 8096e5cb8a3dfa89b03a40a62ea4836111263cb4
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979
CapacitorClipboard: 45e5e25f2271f98712985d422776cdc5a779cca1
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c
CapacitorPreferences: 77ac427e98db83bace772455f8ba447430382c4c
CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7
CapawesomeTeamCapacitorFileOpener: a635d36c142c95018855c21c102da07eb88a4e1e
CordovaPlugins: 51a49218c1b6e2ae7d7f40efa9159eb978ddc888

PODFILE CHECKSUM: 26c4df6714124140b8e56789f2c8fd87c2fef304

COCOAPODS: 1.14.3

0 comments on commit 5edfdaa

Please sign in to comment.