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

ACPCore v2.9.6 Cocoapods Release 🚀 #670

Merged
merged 1 commit into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ACPCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ACPCore"
s.version = "2.9.5"
s.version = "2.9.6"
s.summary = "Core library for Adobe Experience Platform SDK. Written and Supported by Adobe."
s.description = <<-DESC
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 2019. Adobe. All Rights Reserved
//
// Core Version: 2.9.5
// Core Version: 2.9.6

#import <Foundation/Foundation.h>

Expand Down
Binary file modified ACPCore.xcframework/ios-arm64_armv7_armv7s/libACPCore_iOS.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 2019. Adobe. All Rights Reserved
//
// Core Version: 2.9.5
// Core Version: 2.9.6

#import <Foundation/Foundation.h>

Expand Down
Binary file not shown.
10 changes: 5 additions & 5 deletions ACPCoreTV.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>libACPCore_tvOS.a</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>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libACPCore_tvOS.a</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
2 changes: 1 addition & 1 deletion ACPCoreTV.xcframework/tvos-arm64/Headers/ACPCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 2019. Adobe. All Rights Reserved
//
// Core Version: 2.9.5
// Core Version: 2.9.6

#import <Foundation/Foundation.h>

Expand Down
Binary file modified ACPCoreTV.xcframework/tvos-arm64/libACPCore_tvOS.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 2019. Adobe. All Rights Reserved
//
// Core Version: 2.9.5
// Core Version: 2.9.6

#import <Foundation/Foundation.h>

Expand Down
Binary file not shown.