Skip to content

Commit 63ef45e

Browse files
committed
+ Artifacts for: TCCore 5.4.4, TCServerSide 5.4.6, TCConsent 5.3.8, TCPartners 5.0.4, TCIAB 5.2.0
1 parent caad265 commit 63ef45e

28 files changed

Lines changed: 2130 additions & 1445 deletions

Package.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@ let package = Package(
3131

3232
.binaryTarget(
3333
name: "TCCore",
34-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCCore/5/4/3/TCCore.zip",
35-
checksum: "0bf68249c705a30a2e951b05b4504db5ccb160ff7b8564ef03685a447a40f668"
34+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCCore/5/4/4/TCCore.zip",
35+
checksum: "a7f839746944c77238397cf9068f146cebd72a07c4b03f8a7f87d1811fbe1895"
3636
),
3737
.binaryTarget(
3838
name: "TCConsent",
39-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCConsent/5/3/7/TCConsent.zip",
40-
checksum: "e653347c44c493a316ed7a54491752656adfcaf2f599137d3b4d0d89d7285eea"
39+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCConsent/5/3/8/TCConsent.zip",
40+
checksum: "16c99609fbae307fb6105477438b063052a9aef82990a28c48c29170e3286b26"
4141
),
4242
.binaryTarget(
4343
name: "TCPartners",
44-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCPartners/5/0/4/TCPartners.zip",
45-
checksum: "8729356076f0561c431024f91134291ca1220687b1049702e36bdbe0ff0b2ba6"
44+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCPartners/5/0/4/TCPartners.zip",
45+
checksum: "0d768c4c27795543cb13103da3f153cd4e4fa607cb34eb2a854f348572cde8d0"
4646
),
4747
.binaryTarget(
4848
name: "TCServerSide_noIDFA",
49-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCServerSide/5/4/5/TCServerSide_noIDFA.zip",
50-
checksum: "ec58bd6b24e292a81f8cc3cde208b86164b86a4a352821e2729a2e72359c09c2"
49+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCServerSide/5/4/6/TCServerSide_noIDFA.zip",
50+
checksum: "1f5ae41d9a08203143286011550806e95bd76675dc88bd0279e21fcb5d85ad4d"
5151
),
5252
.binaryTarget(
5353
name: "TCServerSide",
54-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCServerSide/5/4/5/TCServerSide.zip",
55-
checksum: "ff2cd660134bd88b979fc986d2b16036343b6ea25c16f24283a8c985dfb5f12c"
54+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCServerSide/5/4/6/TCServerSide.zip",
55+
checksum: "b4579a0c4558df63b0f0eb9e1ef05fe23e6130c78f47b818e3cea16b5c95f64d"
5656
),
5757
.binaryTarget(
5858
name: "TCIAB",
59-
url: "https://github.com/commandersact/iOSV5/raw/5.4.17/TCIAB/5/2/0/TCIAB.zip",
60-
checksum: "d47f33c0132bda4de2ea72e3f62fd20d7850a830a659a015d938ad86065634c9"
59+
url: "https://github.com/commandersact/iOSV5/raw/5.4.18/TCIAB/5/2/0/TCIAB.zip",
60+
checksum: "a5f51912c07d127c91ac43f0be41bc1a49b26729601b986962c64b5e7f585a2f"
6161
), ]
6262
)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ For each of those modules, please check their respective documentation for more
3939
Latest available versions
4040
=========================
4141

42-
Core : *5.4.3*
42+
Core : *5.4.4*
4343

44-
ServerSide : *5.4.5*
44+
ServerSide : *5.4.6*
4545

46-
Consent : *5.3.7*
46+
Consent : *5.3.8*
4747

4848
IAB : *5.2.0*
4949

@@ -145,4 +145,4 @@ http://www.commandersact.com
145145
Commanders Act | 7b rue taylor - 75010 PARIS - France
146146
***
147147

148-
This documentation was generated on 14/01/2026 14:33:50
148+
This documentation was generated on 14/01/2026 16:25:09

TCConsent/5/3/8/TCConsent.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
s.name = "TCConsent"
3+
s.version = "5.3.8"
4+
s.homepage = "https://github.com/CommandersAct/iOSV5/tree/master/TCConsent"
5+
s.license = { :type => 'proprietary', :text => <<-LICENSE
6+
Copyright 2013 - present Commanders Act. All rights reserved.
7+
LICENSE
8+
}
9+
s.author = { "Commanders Act" => "support@commandersact.com" }
10+
s.summary = "TagCommander pod"
11+
s.description = <<-DESC
12+
Go to https://github.com/CommandersAct/iOSV5/tree/master/TCConsent for more details
13+
DESC
14+
s.platform = :ios, '8.0'
15+
s.source = { :http => "https://github.com/CommandersAct/iOSV5/raw/5.4.18/TCConsent/5/3/8/TCConsent.zip" }
16+
s.preserve_paths = 'TCConsent.xcframework'
17+
#s.public_header_files = 'TCConsent.framework/Headers/*.h'
18+
s.vendored_frameworks = 'TCConsent.xcframework'
19+
end

TCConsent/5/3/8/TCConsent.zip

7.44 MB
Binary file not shown.

TCConsent/README.md

Lines changed: 699 additions & 472 deletions
Large diffs are not rendered by default.

TCConsent/changelog_iOS_Consent.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog iOS
22
=============
33

4+
*5.3.8 : 01/13/2026*
5+
6+
~ /!\ Requires Core 5.4.4+ and ServerSide 5.4.6+.
7+
~ Fixing rare consent state bug on relaunch.
8+
~ non-IAB Privacy Center enhacement when no vendors are available.
9+
410
*5.3.7 : 08/18/2025*
511

612
~ vendors count fix for categories.

TCConsent/latest_TCConsent.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 = "latest_TCConsent"
3-
s.version = "5.3.7"
3+
s.version = "5.3.8"
44
s.homepage = "https://github.com/CommandersAct/iOSV5/tree/master/TCConsent"
55
s.license = { :type => 'proprietary', :text => <<-LICENSE
66
Copyright 2013 - present Commanders Act. All rights reserved.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
Go to https://github.com/CommandersAct/iOSV5/tree/master/TCConsent for more details
1313
DESC
1414
s.platform = :ios, '8.0'
15-
s.source = { :http => "https://github.com/CommandersAct/iOSV5/raw/5.4.17/TCConsent/5/3/7/TCConsent.zip" }
15+
s.source = { :http => "https://github.com/CommandersAct/iOSV5/raw/5.4.18/TCConsent/5/3/8/TCConsent.zip" }
1616
s.preserve_paths = 'TCConsent.xcframework'
1717
#s.public_header_files = 'TCConsent.framework/Headers/*.h'
1818
s.vendored_frameworks = 'TCConsent.xcframework'

TCCore/5/4/4/TCCore.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
s.name = "TCCore"
3+
s.version = "5.4.4"
4+
s.homepage = "https://github.com/CommandersAct/iOSV5/tree/master/TCCore"
5+
s.license = { :type => 'proprietary', :text => <<-LICENSE
6+
Copyright 2013 - present Commanders Act. All rights reserved.
7+
LICENSE
8+
}
9+
s.author = { "Commanders Act" => "support@commandersact.com" }
10+
s.summary = "TagCommander pod"
11+
s.description = <<-DESC
12+
Go to https://github.com/CommandersAct/iOSV5/tree/master/TCCore for more details
13+
DESC
14+
s.platform = :ios, '8.0'
15+
s.source = { :http => "https://github.com/CommandersAct/iOSV5/raw/5.4.18/TCCore/5/4/4/TCCore.zip" }
16+
s.preserve_paths = 'TCCore.xcframework'
17+
#s.public_header_files = 'TCCore.framework/Headers/*.h'
18+
s.vendored_frameworks = 'TCCore.xcframework'
19+
end

TCCore/5/4/4/TCCore.zip

11.4 MB
Binary file not shown.

TCCore/README.md

Lines changed: 41 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
1+
![alt tag](../res/ca_logo.png)
12

2-
<html>
3-
<body>
4-
<p><img alt="alt tag" src="../res/ca_logo.png" /></p>
5-
<h1 id="core-guide">Core Guide</h1>
6-
<p><strong>iOS</strong></p>
7-
<p>Last update : <em>18/08/2025</em><br />
8-
Release version : <em>5.4.3</em></p>
9-
<p><div id="end_first_page" /></p>
10-
11-
<div class="toc">
12-
<ul>
13-
<li><a href="#core-guide">Core Guide</a></li>
14-
<li><a href="#introduction">Introduction</a></li>
15-
<li><a href="#dependencies">Dependencies</a></li>
16-
<li><a href="#support-and-contacts">Support and contacts</a></li>
17-
</ul>
18-
</div>
19-
<h1 id="introduction">Introduction</h1>
20-
<p>As we expended Commanders Act's mobile possibilities, it rapidly became apparent that we could not fit everything at the same time for everybody in only one big library. In fact, it's contradictory with Tag Management itself, so we decided to cut capabilities into smaller modules so people wouldn't need to add everything in their project, saving space in your application.</p>
21-
<p>But even with that said, a part of our code is pretty useful in several of our modules, so we created a Core module to prevent code repetition and thus also bigger applications if you need several modules.</p>
22-
<h1 id="dependencies">Dependencies</h1>
23-
<p>The Core module is mandatory if you are using Commanders Act's mobile solution, so we simply put the dependencies needed for the Core module directly in the documentations of the other modules.</p>
24-
<p>On iOS Core isn't compiling with any dependencies.</p>
25-
<h1 id="support-and-contacts">Support and contacts</h1>
26-
<p><img alt="alt tag" src="../res/ca_logo.png" /></p>
27-
<hr />
28-
<p><strong>Support</strong>
29-
<em>support@commandersact.com</em></p>
30-
<p>http://www.commandersact.com</p>
31-
<hr />
32-
<p>This documentation was generated on 18/08/2025 16:35:19</p>
33-
</body>
34-
</html>
3+
Core Guide
4+
==========
5+
6+
Last update : *14/01/2026*
7+
8+
Release version : *5.4.4*
9+
10+
## Table of Contents
11+
12+
- [Core Guide](#core-guide)
13+
- [Introduction](#introduction)
14+
- [Dependencies](#dependencies)
15+
- [Support and contacts](#support-and-contacts)
16+
17+
Introduction
18+
============
19+
20+
As we expended Commanders Act's mobile possibilities, it rapidly became apparent that we could not fit everything at the same time for everybody in only one big library. In fact, it's contradictory with Tag Management itself, so we decided to cut capabilities into smaller modules so people wouldn't need to add everything in their project, saving space in your application.
21+
22+
But even with that said, a part of our code is pretty useful in several of our modules, so we created a Core module to prevent code repetition and thus also bigger applications if you need several modules.
23+
24+
Dependencies
25+
============
26+
27+
The Core module is mandatory if you are using Commanders Act's mobile solution, so we simply put the dependencies needed for the Core module directly in the documentations of the other modules.
28+
29+
On iOS Core isn't compiling with any dependencies.
30+
31+
Support and contacts
32+
====================
33+
![alt tag](../res/ca_logo.png)
34+
35+
***
36+
**Support**
37+
*support@commandersact.com*
38+
39+
http://www.commandersact.com
40+
***
41+
42+
This documentation was generated on 14/01/2026 16:25:09

0 commit comments

Comments
 (0)