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 #650 from Adobe-Marketing-Cloud/campaignclassic-2.…
Browse files Browse the repository at this point in the history
…1.1-fastlane-ios-pod

ACPCampaignClassic v2.1.1 Cocoapods Release 🚀
  • Loading branch information
swarna04 authored May 17, 2022
2 parents cdc7500 + 50c24ce commit be8afd6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ACPCampaignClassic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ACPCampaignClassic"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Campaign Classic library for Adobe Experience Cloud SDK. Written and maintained by Adobe."
s.description = <<-DESC
The campaign classic library provides APIs that allow use of the Campaign Classic product in the Adobe Experience Cloud SDK.
Expand Down
16 changes: 8 additions & 8 deletions ACPCampaignClassic.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_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libACPCampaignClassic_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>
<dict>
<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>libACPCampaignClassic_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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2019. Adobe Inc. All Rights Reserved
//
// Campaign Classic Version: 2.1.0
// Campaign Classic Version: 2.1.1

#import <Foundation/Foundation.h>

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2019. Adobe Inc. All Rights Reserved
//
// Campaign Classic Version: 2.1.0
// Campaign Classic Version: 2.1.1

#import <Foundation/Foundation.h>

Expand Down
Binary file not shown.

0 comments on commit be8afd6

Please sign in to comment.