File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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"
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ set +e
236236HTTP_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 )
You can’t perform that action at this time.
0 commit comments