Skip to content

Commit

Permalink
#805 - Adding splashscreen to ios
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Oct 6, 2024
1 parent 59c0cf2 commit d320fc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def capacitor_pods
pod 'CapacitorInappbrowser', :path => '../../node_modules/@capacitor/inappbrowser'
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
pod 'CapawesomeCapacitorFilePicker', :path => '../../node_modules/@capawesome/capacitor-file-picker'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
Expand Down
8 changes: 7 additions & 1 deletion ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ PODS:
- Capacitor
- CapacitorShare (6.0.2):
- Capacitor
- CapacitorSplashScreen (6.0.2):
- Capacitor
- CapacitorStatusBar (6.0.1):
- Capacitor
- CapawesomeCapacitorFilePicker (6.1.0):
Expand All @@ -52,6 +54,7 @@ DEPENDENCIES:
- "CapacitorInappbrowser (from `../../node_modules/@capacitor/inappbrowser`)"
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
- "CapawesomeCapacitorFilePicker (from `../../node_modules/@capawesome/capacitor-file-picker`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)
Expand Down Expand Up @@ -90,6 +93,8 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/keyboard"
CapacitorShare:
:path: "../../node_modules/@capacitor/share"
CapacitorSplashScreen:
:path: "../../node_modules/@capacitor/splash-screen"
CapacitorStatusBar:
:path: "../../node_modules/@capacitor/status-bar"
CapawesomeCapacitorFilePicker:
Expand All @@ -112,12 +117,13 @@ SPEC CHECKSUMS:
CapacitorInappbrowser: e857fa56877a9b4cfe27f5b36a39940ad7e7807a
CapacitorKeyboard: 2700f9b18687be021e28b5a09b59eb151a46d5e0
CapacitorShare: 591ae4693d85686ceb590db8e8b44aa014ec6490
CapacitorSplashScreen: 250df9ef8014fac5c7c1fd231f0f8b1d8f0b5624
CapacitorStatusBar: b81d4fb5d4e0064c712018071b3ab4b810b39a63
CapawesomeCapacitorFilePicker: abd66735806935246403855cbe62fee8e299cdc5
CordovaPlugins: f790be0810d2d6702990c22c98d10843333dbe81
OSBarcodeLib: 4bb4cc0b9850451fe71ba4953c1c934368e767df
OSInAppBrowserLib: c3d0b21a0c8b6d81e69117ad08bb6b8a4849c4e1

PODFILE CHECKSUM: 0a381f5d20a18046e03168c62376c482a2f81eec
PODFILE CHECKSUM: 9b01734df5189296a33f02df8b14241e744ab982

COCOAPODS: 1.15.2

0 comments on commit d320fc8

Please sign in to comment.