Skip to content

Commit

Permalink
Update ReachabilitySwift to 5.2 (#219)
Browse files Browse the repository at this point in the history
* Update ReachabilitySwift to 5.2

* Add changelog
  • Loading branch information
alarochelle authored Mar 21, 2024
1 parent 679ce09 commit 3a18660
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Upcoming

### Updates

- Kingfisher to `7.10.1`

### Breaking Changes

- [VMD] Change parameters order for some Compose components
Expand All @@ -25,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Kotlin Wrappers Extensions to `1.0.1-pre.628`
- Androidx Lifecycle to `2.6.2`
- ThreeTen Android Backport to `1.4.6`
- Kingfisher to `7.10.1`
- ReachabilitySwift to `5.2`

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion Trikot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
# Http
spec.subspec 'http' do |subspec|
subspec.source_files = 'trikot-http/swift-extensions/*.swift'
subspec.dependency 'ReachabilitySwift', '~> 5.0'
subspec.dependency 'ReachabilitySwift', '~> 5.2'
end

# View Model
Expand Down
8 changes: 4 additions & 4 deletions trikot-viewmodels-declarative/sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Kingfisher (7.10.1)
- ReachabilitySwift (5.0.0)
- ReachabilitySwift (5.2.1)
- SwiftLint (0.52.3)
- SwiftUIIntrospect (1.0.0)
- Trikot/http (5.4.0):
- ReachabilitySwift (~> 5.0)
- ReachabilitySwift (~> 5.2)
- TRIKOT_FRAMEWORK_NAME
- Trikot/kword (5.4.0):
- TRIKOT_FRAMEWORK_NAME
Expand Down Expand Up @@ -53,10 +53,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Kingfisher: bc5abe80a8e0144537ef1dd5a0b2621b04f7f439
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
ReachabilitySwift: 5ae15e16814b5f9ef568963fb2c87aeb49158c66
SwiftLint: 76ec9c62ad369cff2937474cb34c9af3fa270b7b
SwiftUIIntrospect: 9f15bf51d1a7582e168a683debca38649f3e152e
Trikot: 0192eb1b5555dda955003d6e1f95362b9c7678ec
Trikot: 05f591b69097bbaeec7a5a0fdff6a2a5842620f9
TRIKOT_FRAMEWORK_NAME: 78d24f3b4e7e2cd3da313a33db4aa2d375293c36

PODFILE CHECKSUM: 8057f57ba2a2db77f33517422839afd5282c408e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@
C8D868D6268AA9660054CF44 /* Frameworks */,
C8D868D7268AA9660054CF44 /* Resources */,
0BAFC9F4511610892588BA65 /* [CP] Embed Pods Frameworks */,
05C3DB8424842BF979E358B1 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -389,23 +388,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
05C3DB8424842BF979E358B1 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Sample/Pods-Sample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Sample/Pods-Sample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
0BAFC9F4511610892588BA65 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit 3a18660

Please sign in to comment.