Skip to content

Commit

Permalink
Finish Release-5.4.2-20240812
Browse files Browse the repository at this point in the history
  • Loading branch information
lszzy committed Aug 12, 2024
2 parents ce5b574 + fdaea6f commit 9096b46
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.4.2] - 2024-08-12

### Added
* Compatible with Xcode16

## [5.4.1] - 2024-07-08

### Added
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

## [5.4.2] - 2024-08-12

### Added
* 兼容Xcode16

## [5.4.1] - 2024-07-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion FWDebug.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FWDebug"
s.version = "5.4.1"
s.version = "5.4.2"
s.summary = "ios debug library"
s.homepage = "http://wuyong.site"
s.license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "KSStackCursor_MachineContext.h"

#include <mach/mach.h>
#include <sys/_types/_ucontext64.h>

//#define KSLogger_LocalLevel TRACE
#include "KSLogger.h"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FWDebug",
url: "https://github.com/lszzy/FWDebug/releases/download/5.4.1/FWDebug.xcframework.zip",
url: "https://github.com/lszzy/FWDebug/releases/download/5.4.2/FWDebug.xcframework.zip",
checksum: "7737a1f3c4cd9bf9756df89df33577813ddedcda24877ce8a583645a64b03b6d"
)
]
Expand Down

0 comments on commit 9096b46

Please sign in to comment.