Skip to content

Commit efe7274

Browse files
committed
Upload Meta app ipa to browserstack
1 parent d1b4287 commit efe7274

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/scripts/upload_to_browserstack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -eo pipefail
44

5-
curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" -X POST "https://api-cloud.browserstack.com/app-live/upload" -F "file=@/Users/runner/work/ios-cmp-app/ios-cmp-app/Example/build/GDPR-MetaApp.ipa"
5+
curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" -X POST "https://api-cloud.browserstack.com/app-live/upload" -F "file=@/Users/runner/work/ios-cmp-app/ios-cmp-app/Example/build/Unified-MetaApp.ipa"

ConsentViewController.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ConsentViewController'
3-
s.version = '6.1.7-beta.0'
3+
s.version = '6.1.7-beta.1'
44
s.summary = 'SourcePoint\'s ConsentViewController to handle privacy consents.'
55
s.homepage = 'https://www.sourcepoint.com'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

ConsentViewController/Classes/SPConsentManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ import Foundation
217217
}
218218

219219
@objc extension SPConsentManager: SPSDK {
220-
public static let VERSION = "6.1.7-beta.0"
220+
public static let VERSION = "6.1.7-beta.1"
221221

222222
public static func clearAllData() {
223223
SPUserDefaults(storage: UserDefaults.standard).clear()

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- ConsentViewController (6.1.7-beta.0)
2+
- ConsentViewController (6.1.7-beta.1)
33
- IQKeyboardManagerSwift (6.5.6)
44
- Nimble (9.2.0)
55
- Quick (4.0.0)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727
:path: "../"
2828

2929
SPEC CHECKSUMS:
30-
ConsentViewController: 24be76d9d9de8059e39d0957a82687c85b0a0c36
30+
ConsentViewController: 5089e81b9f663ddde1c3fcec7931c9ff789e9693
3131
IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe
3232
Nimble: 4f4a345c80b503b3ea13606a4f98405974ee4d0b
3333
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4

Example/Pods/Local Podspecs/ConsentViewController.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)