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
6 changes: 6 additions & 0 deletions .git-hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

# Use the global pre-commit hook if it exists, otherwise run the local secret scanner
if [ -x "$HOME/.git-hooks/pre-commit" ]; then
"$HOME/.git-hooks/pre-commit"
exit $?
fi

# Check if required tools are installed
MISSING_TOOLS=false

Expand Down
2 changes: 1 addition & 1 deletion GliaWidgetsIonic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '15.1'
s.dependency 'Capacitor'
s.dependency 'GliaWidgets', '3.5.2'
s.dependency 'GliaWidgets', '3.5.3'
s.swift_version = '5.1'
end
24 changes: 12 additions & 12 deletions example-app/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ PODS:
- CapacitorSplashScreen (6.0.4):
- Capacitor
- GliaCoreDependency (2.4.0)
- GliaCoreSDK (2.6.6):
- GliaCoreSDK (2.6.8):
- GliaCoreDependency (= 2.4.0)
- GliaOpenTelemetry (= 1.0.8)
- PhoenixChannelsClient (= 1.1.3)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
- GliaOpenTelemetry (1.0.8)
- GliaWidgets (3.5.2):
- GliaCoreSDK (= 2.6.6)
- GliaWidgetsIonic (3.5.1):
- GliaWidgets (3.5.3):
- GliaCoreSDK (= 2.6.8)
- GliaWidgetsIonic (3.5.3):
- Capacitor
- GliaWidgets (= 3.5.2)
- GliaWidgets (= 3.5.3)
- PhoenixChannelsClient (1.1.3)
- TwilioVoice (6.8.0)
- WebRTC-lib (119.0.0)
Expand Down Expand Up @@ -58,16 +58,16 @@ EXTERNAL SOURCES:
:path: "../../.."

SPEC CHECKSUMS:
Capacitor: c95400d761e376be9da6be5a05f226c0e865cebf
CapacitorCamera: 5ba135b0cb55a788758139fa2404d726bf60f0f3
Capacitor: 1e0d0e7330dea9f983b50da737d8918abcf273f8
CapacitorCamera: 36dd808d7a49f946c1743b41d518208777e1fbd9
CapacitorCordova: 8d93e14982f440181be7304aa9559ca631d77fff
CapacitorPushNotifications: 35abece14371c57172e8321c9ccc8b6fa35fabfe
CapacitorSplashScreen: ef140a8b1ea7244e0c245ce2dd4ce5251e7ab86a
CapacitorPushNotifications: 83974a7be0f6829c26148f6ed65745b96a7d16bd
CapacitorSplashScreen: f65292695df7d7b24a22954a6cfbaecadd1718a4
GliaCoreDependency: bf99fc5a6fe66348b58123caded985506a8cf762
GliaCoreSDK: b656185b7d97110af2fabcf84c137df659b0336a
GliaCoreSDK: 56d33ebf21c450c0a9c58fc9c44f504216c3e085
GliaOpenTelemetry: 9c66a07da9b15a2e00a648e22728a3aa26c7d2d6
GliaWidgets: cc35454fb498a465d0fc21a99341bb4f2ab0879d
GliaWidgetsIonic: c15d03e6ea3f96751fc073a5fcd2f838ea1e82a5
GliaWidgets: 61259aaba1b7f5172875eee432947275d51ab3e2
GliaWidgetsIonic: 1b00e9f928e86237a0f83627537a0146fdf3b046
PhoenixChannelsClient: 42c589ca5b73a5dfe08588c12f525c306619eaf5
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700
Expand Down
2 changes: 1 addition & 1 deletion example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salemove/widgets_sdk_ionic",
"version": "3.5.2",
"version": "3.5.3",
"description": "GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK. It provides all the necessary UI components to quickly integrate GliaSDK into your project.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
Loading