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

Commit

Permalink
Merge pull request #636 from Adobe-Marketing-Cloud/core-2.9.5-fastlan…
Browse files Browse the repository at this point in the history
…e-ios-pod

ACPCore v2.9.5 Cocoapods Release 🚀
  • Loading branch information
kevinlind authored Feb 15, 2022
2 parents f838896 + c204b15 commit 61324a3
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
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.4"
s.version = "2.9.5"
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
16 changes: 8 additions & 8 deletions ACPCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>libACPCore_iOS.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libACPCore_iOS.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
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.4
// Core Version: 2.9.5

#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.4
// Core Version: 2.9.5

#import <Foundation/Foundation.h>

Expand Down
Loading

0 comments on commit 61324a3

Please sign in to comment.