Skip to content

Commit 264c34c

Browse files
committed
Release v1.0.2
1 parent ed8c4b6 commit 264c34c

File tree

4 files changed

+10
-176
lines changed

4 files changed

+10
-176
lines changed

ByteHideMonitor.podspec

Lines changed: 2 additions & 2 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.1"
3+
s.version = "1.0.2"
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.1/ByteHideMonitor.xcframework.zip",
27+
:http => "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.2/ByteHideMonitor.xcframework.zip",
2828
:type => "zip"
2929
}
3030

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.1] - 2026-03-10
5+
## [1.0.2] - 2026-03-10
66

77
### Added
88
- Initial iOS release

LICENSE.txt

Lines changed: 5 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,8 @@
1-
BYTEHIDE MONITOR - PROPRIETARY SOFTWARE LICENSE AGREEMENT
2-
==========================================================
1+
Copyright (c) 2025-2026 ByteHide. All rights reserved.
32

4-
Copyright (c) 2024-2025 ByteHide Solutions S.L. All Rights Reserved.
3+
This software is proprietary and confidential. Unauthorized copying, distribution,
4+
modification, or use of this software, via any medium, is strictly prohibited.
55

6-
IMPORTANT: READ CAREFULLY BEFORE USING THIS SOFTWARE.
6+
This software is provided "AS IS", without warranty of any kind, express or implied.
77

8-
This ByteHide Monitor Software License Agreement ("Agreement") is a legal
9-
agreement between you (either an individual or a single entity, "Licensee")
10-
and ByteHide Solutions S.L., a company incorporated in Spain ("ByteHide",
11-
"Licensor", "we", "us", or "our").
12-
13-
BY INSTALLING, COPYING, OR OTHERWISE USING THIS SOFTWARE, YOU ACKNOWLEDGE
14-
THAT YOU HAVE READ, UNDERSTOOD, AND AGREE TO BE BOUND BY THE TERMS OF THIS
15-
AGREEMENT. IF YOU DO NOT AGREE, DO NOT INSTALL OR USE THE SOFTWARE.
16-
17-
1. GRANT OF LICENSE
18-
-------------------
19-
Subject to the terms of this Agreement and a valid, active subscription or
20-
authorized Proof of Concept ("PoC") agreement with ByteHide Solutions S.L.,
21-
ByteHide grants you a limited, non-exclusive, non-transferable, revocable
22-
license to:
23-
24-
a) Install and use this software solely in applications for which you
25-
have obtained a valid ByteHide Monitor license token.
26-
27-
b) Use the software only during the term of your active subscription or
28-
authorized PoC period.
29-
30-
2. LICENSE RESTRICTIONS
31-
-----------------------
32-
You may NOT:
33-
34-
a) Use this software without a valid subscription or authorized PoC
35-
agreement with ByteHide Solutions S.L.
36-
37-
b) Reverse engineer, decompile, disassemble, or attempt to derive the
38-
source code of the software, in whole or in part.
39-
40-
c) Modify, adapt, translate, or create derivative works based on the
41-
software.
42-
43-
d) Redistribute, sublicense, rent, lease, lend, sell, or transfer the
44-
software or any rights therein to any third party.
45-
46-
e) Remove, alter, or obscure any proprietary notices, labels, or marks
47-
on the software.
48-
49-
f) Use the software in any application or project that is not covered
50-
by a valid ByteHide license.
51-
52-
g) Use the software to develop competing products or services.
53-
54-
h) Share, publish, or disclose your license token or access credentials
55-
to any third party.
56-
57-
i) Circumvent, disable, or interfere with any license validation,
58-
security features, or usage restrictions in the software.
59-
60-
j) Use the software for any unlawful purpose or in violation of any
61-
applicable laws or regulations.
62-
63-
3. INTELLECTUAL PROPERTY
64-
------------------------
65-
The software, including all copies, modifications, and derivative works,
66-
is and shall remain the exclusive property of ByteHide Solutions S.L.
67-
This Agreement does not grant you any rights to patents, copyrights,
68-
trade secrets, trade names, trademarks, or any other intellectual property
69-
rights of ByteHide.
70-
71-
All rights not expressly granted herein are reserved by ByteHide.
72-
73-
4. CONFIDENTIALITY
74-
------------------
75-
The software contains proprietary and confidential information of ByteHide.
76-
You agree to maintain the confidentiality of the software and not to
77-
disclose any part of it to any third party without prior written consent
78-
from ByteHide.
79-
80-
5. SUBSCRIPTION AND AUTHORIZATION
81-
---------------------------------
82-
a) SUBSCRIPTION: Use of this software requires an active, paid
83-
subscription to ByteHide Monitor services. Your license automatically
84-
terminates upon expiration or cancellation of your subscription.
85-
86-
b) PROOF OF CONCEPT (PoC): ByteHide may authorize limited-time PoC
87-
agreements for evaluation purposes. PoC licenses are strictly
88-
time-limited and may have additional restrictions.
89-
90-
c) LICENSE VALIDATION: The software may connect to ByteHide servers to
91-
validate your license. Tampering with license validation mechanisms
92-
is strictly prohibited and will result in immediate termination of
93-
your license.
94-
95-
6. AUDIT RIGHTS
96-
---------------
97-
ByteHide reserves the right to audit your use of the software to verify
98-
compliance with this Agreement. You agree to cooperate with such audits
99-
and provide reasonable access to relevant records and systems.
100-
101-
7. TERMINATION
102-
--------------
103-
a) This license is effective until terminated.
104-
105-
b) ByteHide may terminate this license immediately if you breach any
106-
term of this Agreement.
107-
108-
c) Upon termination, you must immediately cease all use of the software
109-
and destroy all copies in your possession.
110-
111-
d) Sections 2, 3, 4, 8, 9, 10, and 11 shall survive termination.
112-
113-
8. DISCLAIMER OF WARRANTIES
114-
---------------------------
115-
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
116-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
117-
FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. BYTEHIDE
118-
DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR-FREE, SECURE, OR
119-
UNINTERRUPTED.
120-
121-
9. LIMITATION OF LIABILITY
122-
--------------------------
123-
IN NO EVENT SHALL BYTEHIDE BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
124-
CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO LOSS OF
125-
PROFITS, DATA, BUSINESS, OR GOODWILL, ARISING OUT OF OR IN CONNECTION WITH
126-
THIS AGREEMENT OR THE USE OF THE SOFTWARE, EVEN IF BYTEHIDE HAS BEEN ADVISED
127-
OF THE POSSIBILITY OF SUCH DAMAGES.
128-
129-
BYTEHIDE'S TOTAL LIABILITY SHALL NOT EXCEED THE AMOUNTS PAID BY YOU FOR THE
130-
SOFTWARE DURING THE TWELVE (12) MONTHS PRECEDING THE CLAIM.
131-
132-
10. INDEMNIFICATION
133-
-------------------
134-
You agree to indemnify, defend, and hold harmless ByteHide and its officers,
135-
directors, employees, and agents from any claims, damages, losses, or
136-
expenses (including reasonable attorneys' fees) arising from your use of
137-
the software or violation of this Agreement.
138-
139-
11. GOVERNING LAW AND JURISDICTION
140-
----------------------------------
141-
This Agreement shall be governed by and construed in accordance with the
142-
laws of Spain, without regard to its conflict of laws principles. Any
143-
disputes arising under this Agreement shall be subject to the exclusive
144-
jurisdiction of the courts of Spain.
145-
146-
12. ENTIRE AGREEMENT
147-
--------------------
148-
This Agreement constitutes the entire agreement between you and ByteHide
149-
regarding the software and supersedes all prior agreements, representations,
150-
and understandings.
151-
152-
13. MODIFICATIONS
153-
-----------------
154-
ByteHide reserves the right to modify this Agreement at any time. Continued
155-
use of the software after such modifications constitutes acceptance of the
156-
modified terms.
157-
158-
14. SEVERABILITY
159-
----------------
160-
If any provision of this Agreement is held invalid or unenforceable, the
161-
remaining provisions shall continue in full force and effect.
162-
163-
15. CONTACT INFORMATION
164-
-----------------------
165-
For licensing inquiries or to report violations:
166-
167-
ByteHide Solutions S.L.
168-
Email: legal@bytehide.com
169-
Website: https://www.bytehide.com
170-
171-
================================================================================
172-
BY USING THIS SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT,
173-
UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
174-
================================================================================
8+
For licensing information, visit: https://www.bytehide.com/products/monitor

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.1/ByteHideMonitor.xcframework.zip",
20-
checksum: "93d180518201aa31260f4ebaa0e91a0c06f05cfdb181f6423ccac40b181f2176"
19+
url: "https://github.com/bytehide/ByteHideMonitor-iOS/releases/download/v1.0.2/ByteHideMonitor.xcframework.zip",
20+
checksum: "c24b977b11f90dbf6d2b6516b45e39d8ce00dfceccd798fa81ef3d539455b1d3"
2121
)
2222
]
2323
)

0 commit comments

Comments
 (0)