Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 582b3ed

Browse files
authored
Merge pull request #670 from Adobe-Marketing-Cloud/core-2.9.6-fastlane-ios-pod
ACPCore v2.9.6 Cocoapods Release 🚀
2 parents 61324a3 + 14dbec1 commit 582b3ed

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

ACPCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ACPCore"
3-
s.version = "2.9.5"
3+
s.version = "2.9.6"
44
s.summary = "Core library for Adobe Experience Platform SDK. Written and Supported by Adobe."
55
s.description = <<-DESC
66
The core library provides the foundation for the Adobe Experience Platform SDK. Having the core library installed is a pre-requisite for any other Adobe Experience Platform SDK extension to work.

ACPCore.xcframework/ios-arm64_armv7_armv7s/Headers/ACPCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 2019. Adobe. All Rights Reserved
66
//
7-
// Core Version: 2.9.5
7+
// Core Version: 2.9.6
88

99
#import <Foundation/Foundation.h>
1010

Binary file not shown.

ACPCore.xcframework/ios-arm64_i386_x86_64-simulator/Headers/ACPCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 2019. Adobe. All Rights Reserved
66
//
7-
// Core Version: 2.9.5
7+
// Core Version: 2.9.6
88

99
#import <Foundation/Foundation.h>
1010

Binary file not shown.

ACPCoreTV.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64_x86_64-simulator</string>
11+
<string>tvos-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>libACPCore_tvOS.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>tvos</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>HeadersPath</key>
2623
<string>Headers</string>
2724
<key>LibraryIdentifier</key>
28-
<string>tvos-arm64</string>
25+
<string>tvos-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>libACPCore_tvOS.a</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>tvos</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

ACPCoreTV.xcframework/tvos-arm64/Headers/ACPCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 2019. Adobe. All Rights Reserved
66
//
7-
// Core Version: 2.9.5
7+
// Core Version: 2.9.6
88

99
#import <Foundation/Foundation.h>
1010

Binary file not shown.

ACPCoreTV.xcframework/tvos-arm64_x86_64-simulator/Headers/ACPCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 2019. Adobe. All Rights Reserved
66
//
7-
// Core Version: 2.9.5
7+
// Core Version: 2.9.6
88

99
#import <Foundation/Foundation.h>
1010

Binary file not shown.

0 commit comments

Comments
 (0)