Skip to content

Commit

Permalink
update XCFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Jan 22, 2024
1 parent fe0c742 commit 68a6a2b
Show file tree
Hide file tree
Showing 42 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion ConsentViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ConsentViewController'
s.version = '7.5.0'
s.version = '7.5.1'
s.summary = 'SourcePoint\'s ConsentViewController to handle privacy consents.'
s.homepage = 'https://www.sourcepoint.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion ConsentViewController/Classes/SPConsentManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ import UIKit
}

@objc extension SPConsentManager: SPSDK {
public static let VERSION = "7.5.0"
public static let VERSION = "7.5.1"

public var gdprApplies: Bool { spCoordinator.userData.gdpr?.applies ?? false }

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ConsentViewController (7.5.0):
- ConsentViewController (7.5.1):
- Down (~> 0.11.0)
- Down (0.11.0)
- IQKeyboardManagerSwift (6.5.11)
Expand Down Expand Up @@ -33,7 +33,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ConsentViewController: b51ac810fb4721d33ec00bfaf04d6787818090f7
ConsentViewController: 7ebb4c8487d4611f2a4f4b95d2973d357c6692aa
Down: b6ba1bc985c9d2f4e15e3b293d2207766fa12612
IQKeyboardManagerSwift: c7955c0bdbf7b2eb29bb7daaa44e3d90f55a9a85
JSONView: ba9049102fae7ad70de40234d0b7c60986e61e4c
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
In your `Podfile` add the following line to your app target:

```
pod 'ConsentViewController', '7.5.0'
pod 'ConsentViewController', '7.5.1'
```

### Carthage
Expand Down Expand Up @@ -38,7 +38,7 @@ let package = Package(
.package(
name: "ConsentViewController",
url: "https://github.com/SourcePointUSA/ios-cmp-app",
.upToNextMinor(from: "7.4.4")
.upToNextMinor(from: "7.5.1")
),
],
targets: [
Expand Down
Binary file modified XCFramework/ConsentViewController.xcframework.zip
Binary file not shown.
18 changes: 9 additions & 9 deletions XCFramework/ConsentViewController.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,35 @@
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -48,23 +45,26 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35344,7 +35344,7 @@
"kind": "StringLiteral",
"offset": 9072,
"length": 7,
"value": "\"7.5.0\""
"value": "\"7.5.1\""
},
{
"filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35344,7 +35344,7 @@
"kind": "StringLiteral",
"offset": 9072,
"length": 7,
"value": "\"7.5.0\""
"value": "\"7.5.1\""
},
{
"filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35344,7 +35344,7 @@
"kind": "StringLiteral",
"offset": 9072,
"length": 7,
"value": "\"7.5.0\""
"value": "\"7.5.1\""
},
{
"filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>ConsentViewController.bundle/Info.plist</key>
<data>
6IrLG+0gdbh5r/fw+9x2ygkE8VU=
V44VhVD3QnldfEZ+xhhsbAj5VV4=
</data>
<key>ConsentViewController.bundle/SPJSReceiver.js</key>
<data>
Expand Down Expand Up @@ -62,11 +62,11 @@
</data>
<key>Info.plist</key>
<data>
bcQiQEF7GOn2zzZPxejQW5v6mp8=
T/0CswjudqSHVgl8ANoKw2g7Scc=
</data>
<key>Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
8i8hNRbhCByBhrsbs8nxLPE2SQo=
PmPsLlm/c70SumtS7x+ASkFMAJE=
</data>
<key>Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
Expand All @@ -82,11 +82,11 @@
</data>
<key>Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
oLZtodvAIxi0JMDQtdv+p/pLyf4=
U8pkFKxO7jZWKT3uOOXtTCe54Fk=
</data>
<key>Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
8i8hNRbhCByBhrsbs8nxLPE2SQo=
PmPsLlm/c70SumtS7x+ASkFMAJE=
</data>
<key>Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
Expand All @@ -102,7 +102,7 @@
</data>
<key>Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
h5Pm4nHK0j5/feHpipgfiMonnBg=
b09o1Vzx18Kxxp06ZJlDgx/eYHo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -153,11 +153,11 @@
<dict>
<key>hash</key>
<data>
6IrLG+0gdbh5r/fw+9x2ygkE8VU=
V44VhVD3QnldfEZ+xhhsbAj5VV4=
</data>
<key>hash2</key>
<data>
lOP2mIiEdX1lSrezUUYVPP7KYml5w1PuQRM4QXq8xvs=
bAmCkTP2mht6+LvoB3UI+sGCuelnqJkgi5TFKwoRuxQ=
</data>
</dict>
<key>ConsentViewController.bundle/SPJSReceiver.js</key>
Expand Down Expand Up @@ -285,11 +285,11 @@
<dict>
<key>hash</key>
<data>
8i8hNRbhCByBhrsbs8nxLPE2SQo=
PmPsLlm/c70SumtS7x+ASkFMAJE=
</data>
<key>hash2</key>
<data>
6H9g/26+OAMCTaEMRgxP+bLOXjXhcdncdeAFLIe1nVc=
Z6IiF4MmEb1TNJdngG0CBe0O3/p8X9DRrXRcopRR/PI=
</data>
</dict>
<key>Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
Expand Down Expand Up @@ -329,22 +329,22 @@
<dict>
<key>hash</key>
<data>
oLZtodvAIxi0JMDQtdv+p/pLyf4=
U8pkFKxO7jZWKT3uOOXtTCe54Fk=
</data>
<key>hash2</key>
<data>
u6sxOGjEbomWRI8XUDlmGT4j8QnJiQU5RXsbj57/EDY=
KbyqLl+17UPTzE00SDEbyGu27BMqn6MuGkmVLoz/Sac=
</data>
</dict>
<key>Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict>
<key>hash</key>
<data>
8i8hNRbhCByBhrsbs8nxLPE2SQo=
PmPsLlm/c70SumtS7x+ASkFMAJE=
</data>
<key>hash2</key>
<data>
6H9g/26+OAMCTaEMRgxP+bLOXjXhcdncdeAFLIe1nVc=
Z6IiF4MmEb1TNJdngG0CBe0O3/p8X9DRrXRcopRR/PI=
</data>
</dict>
<key>Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
Expand Down Expand Up @@ -384,11 +384,11 @@
<dict>
<key>hash</key>
<data>
h5Pm4nHK0j5/feHpipgfiMonnBg=
b09o1Vzx18Kxxp06ZJlDgx/eYHo=
</data>
<key>hash2</key>
<data>
imO+gO2FkxrFttQGRDkMNe2SCj56SyHCoSr6moo1FCE=
x/w3UzE8yJjEbvsZZmI2oOvu5PRzXLveILrQTJwoStM=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36977,7 +36977,7 @@
"kind": "StringLiteral",
"offset": 9072,
"length": 7,
"value": "\"7.5.0\""
"value": "\"7.5.1\""
},
{
"filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36977,7 +36977,7 @@
"kind": "StringLiteral",
"offset": 9072,
"length": 7,
"value": "\"7.5.0\""
"value": "\"7.5.1\""
},
{
"filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift",
Expand Down
Loading

0 comments on commit 68a6a2b

Please sign in to comment.