Skip to content

Commit

Permalink
Update dependencies (#2020)
Browse files Browse the repository at this point in the history
* Angular initial upgrade

* Remaining angular packages

* Update some of the dependencies

* Fix lint - remove unused exceptions variables

* Fix tests

* Update remaining dependencies
  • Loading branch information
HarelM authored Aug 22, 2024
1 parent f035bd9 commit 7a3d72b
Show file tree
Hide file tree
Showing 29 changed files with 4,381 additions and 5,161 deletions.
16 changes: 16 additions & 0 deletions IsraelHiking.Web/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
504EC3011FED79650016851F /* Frameworks */,
504EC3021FED79650016851F /* Resources */,
9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
2F214D3CE4E7E7AB3FD01C93 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -169,6 +170,21 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
2F214D3CE4E7E7AB3FD01C93 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
showEnvVarsInLog = 0;
};
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
4 changes: 0 additions & 4 deletions IsraelHiking.Web/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@
},
"packageClassList": [
"KeepAwakePlugin",
"KeepAwakePlugin",
"ScreenBrightnessPlugin",
"ScreenBrightnessPlugin",
"AppPlugin",
"CAPCameraPlugin",
"DevicePlugin",
"TextZoomPlugin",
"AppUpdatePlugin",
"AppUpdatePlugin",
"NativeAudio",
"NativeAudio",
"CDVPlugin"
]
Expand Down
1 change: 1 addition & 0 deletions IsraelHiking.Web/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def capacitor_pods
pod 'CapawesomeCapacitorAppUpdate', :path => '../../node_modules/@capawesome/capacitor-app-update'
pod 'CapgoNativeAudio', :path => '../../node_modules/@capgo/native-audio'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
pod 'CordovaPluginsResources', :path => '../capacitor-cordova-ios-plugins'
end

target 'App' do
Expand Down
43 changes: 24 additions & 19 deletions IsraelHiking.Web/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
PODS:
- Capacitor (6.0.0):
- Capacitor (6.1.2):
- CapacitorCordova
- CapacitorApp (6.0.0):
- CapacitorApp (6.0.1):
- Capacitor
- CapacitorCamera (6.0.0):
- CapacitorCamera (6.0.2):
- Capacitor
- CapacitorCommunityKeepAwake (5.0.0):
- CapacitorCommunityKeepAwake (5.0.1):
- Capacitor
- CapacitorCommunityScreenBrightness (6.0.0):
- Capacitor
- CapacitorCordova (6.0.0)
- CapacitorDevice (6.0.0):
- CapacitorCordova (6.1.2)
- CapacitorDevice (6.0.1):
- Capacitor
- CapacitorTextZoom (6.0.0):
- CapacitorTextZoom (6.0.2):
- Capacitor
- CapawesomeCapacitorAppUpdate (6.0.0):
- Capacitor
- CapgoNativeAudio (6.4.3):
- CapgoNativeAudio (6.4.4):
- Capacitor
- CordovaPlugins (6.0.0):
- CordovaPlugins (6.1.2):
- CapacitorCordova
- CordovaPluginsResources (0.0.105)

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
Expand All @@ -33,6 +34,7 @@ DEPENDENCIES:
- "CapawesomeCapacitorAppUpdate (from `../../node_modules/@capawesome/capacitor-app-update`)"
- "CapgoNativeAudio (from `../../node_modules/@capgo/native-audio`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)
- CordovaPluginsResources (from `../capacitor-cordova-ios-plugins`)

EXTERNAL SOURCES:
Capacitor:
Expand All @@ -57,20 +59,23 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capgo/native-audio"
CordovaPlugins:
:path: "../capacitor-cordova-ios-plugins"
CordovaPluginsResources:
:path: "../capacitor-cordova-ios-plugins"

SPEC CHECKSUMS:
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
CapacitorApp: 9d53aec7101f7b030a950c5bdc4df8612576b279
CapacitorCamera: b61f125d92a0ef75d7becb7956fed7dd13187ee0
CapacitorCommunityKeepAwake: c820e5394a74ab73635107f0544378b026562243
Capacitor: 679f9673fdf30597493a6362a5d5bf233d46abc2
CapacitorApp: 0bc633b4eae40a1f32cd2834788fad3bc42da6a1
CapacitorCamera: ed022171dbf3853e68eec877b4d78995378af6b7
CapacitorCommunityKeepAwake: e2ddd50812e3407f8dc3a2c28e97d66e9b59b2f5
CapacitorCommunityScreenBrightness: 250184917bd0738a681c026a9513e18ddb0cb49b
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
CapacitorDevice: f8fd88f9edd1261c55a109f32015b09bbbfdc4a0
CapacitorTextZoom: 696722e5c479b364f2429584f11ad386d609bd1a
CapacitorCordova: f48c89f96c319101cd2f0ce8a2b7449b5fb8b3dd
CapacitorDevice: 7097a1deb4224b77fd13a6e60a355d0062a5d772
CapacitorTextZoom: 013a8dd0887f6bd103171768c91845f2354414b6
CapawesomeCapacitorAppUpdate: 3c05b5c8e42f9c6a88d666093406e9336d9bfdb1
CapgoNativeAudio: 569bfe2955e4bc58d9c44f14590ea985854f7f9b
CordovaPlugins: 1f2794134a8c57f6b5112e89cc7afd07dc0f7bef
CapgoNativeAudio: 71b7ad4171b4439834bcfd5b7e3b63e9abb13545
CordovaPlugins: 665d54b7b09e50186426075e8f82ca33f7d6ebf0
CordovaPluginsResources: 0c211f770ed91763a179ebcd9b9346e120b70662

PODFILE CHECKSUM: 6ae88e6f813ac1f24c30d9c87142329696a5d43d
PODFILE CHECKSUM: e0c33abfef59d60da443219984847be84bfb0cc1

COCOAPODS: 1.15.2
Loading

0 comments on commit 7a3d72b

Please sign in to comment.