Skip to content

Commit

Permalink
update mobile-core to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Sep 24, 2024
1 parent 3e9143d commit 9c1e91e
Show file tree
Hide file tree
Showing 16 changed files with 6,121 additions and 5,441 deletions.
2 changes: 1 addition & 1 deletion ConsentViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/SourcePointUSA/ios-cmp-app.git', :tag => s.version.to_s }
s.swift_version = '5.1'
s.source_files = 'ConsentViewController/Classes/**/*'
s.dependency 'SPMobileCore', '0.0.4'
s.dependency 'SPMobileCore', '0.0.5'
s.ios.deployment_target = '10.0'
s.ios.exclude_files = 'ConsentViewController/Classes/Views/tvOS'
s.tvos.deployment_target = '12.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ class SourcePointClient: SourcePointProtocol {
self.coreClient = CoreClient(
accountId: Int32(accountId),
propertyId: Int32(propertyId),
propertyName: propertyName.rawValue
propertyName: propertyName.rawValue,
requestTimeoutInSeconds: Int32(5)
)
}

Expand Down
3 changes: 2 additions & 1 deletion Example/ConsentViewController/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class ViewController: UIViewController {
gdpr: SPCampaign(),
ccpa: SPCampaign(),
usnat: SPCampaign(),
ios14: SPCampaign()
ios14: SPCampaign(),
environment: .Public
),
gdprPmId: "488393",
ccpaPmId: "509688",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ typealias SPMessageLanguage = ConsentViewController.SPMessageLanguage

// swiftlint:disable function_parameter_count force_try

typealias SPError = ConsentViewController.SPError

class SourcePointClientMock: SourcePointProtocol {
var customConsentResponse: AddOrDeleteCustomConsentResponse?
var error: SPError?
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- ConsentViewController (7.7.1):
- Down (~> 0.11.0)
- SPMobileCore (= 0.0.4)
- SPMobileCore (= 0.0.5)
- Down (0.11.0)
- FirebaseAnalytics (10.23.0):
- FirebaseAnalytics/AdIdSupport (= 10.23.0)
Expand Down Expand Up @@ -90,7 +90,7 @@ PODS:
- Nimble (10.0.0)
- PromisesObjC (2.4.0)
- Quick (5.0.1)
- SPMobileCore (0.0.4)
- SPMobileCore (0.0.5)
- SwiftLint (0.51.0)
- Wormholy (1.6.6)

Expand Down Expand Up @@ -128,7 +128,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ConsentViewController: 7a3daf8fa811808448f1c5590071cef8ddb6ec12
ConsentViewController: a55b26b400b1ddf4ea2502b561ebde100116ec7f
Down: b6ba1bc985c9d2f4e15e3b293d2207766fa12612
FirebaseAnalytics: 45f6e2e5ef8ccbb90be73ae983c3b20fa78837f7
FirebaseCore: 63efb128decaebb04c4033ed4e05fb0bb1cccef1
Expand All @@ -142,7 +142,7 @@ SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
SPMobileCore: 7b0db7bc699f2a9da0c0f60b11ea86bb49cd7d5a
SPMobileCore: 9a273d29342ef73614e047be9809284d7124672a
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5
Wormholy: 09da0b876f9276031fd47383627cb75e194fc068

Expand Down

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

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

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

10 changes: 5 additions & 5 deletions Example/Pods/SPMobileCore/SPMobileCore.xcframework/Info.plist

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

Loading

0 comments on commit 9c1e91e

Please sign in to comment.