Skip to content

Commit 36b05bf

Browse files
committed
Release v1.0.6
1 parent b04e4f2 commit 36b05bf

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

ByteHideMonitor.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ByteHideMonitor"
3-
s.version = "1.0.5"
3+
s.version = "1.0.6"
44
s.summary = "Runtime Application Self-Protection (RASP) for iOS"
55
s.description = <<-DESC
66
ByteHide Monitor provides runtime protection for iOS applications:
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.swift_version = "5.0"
2525

2626
s.source = {
27-
:http => "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.5/ByteHideMonitor.xcframework.zip",
27+
:http => "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.6/ByteHideMonitor.xcframework.zip",
2828
:type => "zip"
2929
}
3030

@@ -36,8 +36,7 @@ Pod::Spec.new do |s|
3636

3737
s.script_phase = {
3838
:name => "ByteHide Monitor - Sign Assembly",
39-
:script => '"${PODS_ROOT}/ByteHideMonitor/Scripts/sign-assembly.sh"',
40-
:execution_position => :before_compile
39+
:script => '"${PODS_ROOT}/ByteHideMonitor/Scripts/sign-assembly.sh"'
4140
}
4241

4342
s.frameworks = "Foundation", "UIKit", "Security"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to ByteHide Monitor iOS will be documented in this file.
44

5-
## [1.0.5] - 2026-03-10
5+
## [1.0.6] - 2026-03-10
66

77
### Added
88
- Initial iOS release

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "ByteHideMonitor",
19-
url: "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.5/ByteHideMonitor.xcframework.zip",
20-
checksum: "262ca46358edb67b65f9916c4a62459d821bd20a3e3565f7e70773112f9b0bd0"
19+
url: "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.6/ByteHideMonitor.xcframework.zip",
20+
checksum: "c042d4a90397660a9c4455b3e7cc0bf48ed09cb94a4251438a04bcfb8d2dc390"
2121
)
2222
]
2323
)

Scripts/sign-assembly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ set +e
236236
HTTP_RESPONSE=$(curl -s -w "\n%{http_code}" \
237237
-X POST "$VALIDATE_URL" \
238238
-H "Content-Type: application/json" \
239-
-H "User-Agent: ByteHideMonitor-iOS/1.0.5" \
239+
-H "User-Agent: ByteHideMonitor-iOS/1.0.6" \
240240
--max-time $TIMEOUT \
241241
--connect-timeout $TIMEOUT \
242242
--data "$JSON_PAYLOAD" 2>&1)

0 commit comments

Comments
 (0)