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 #597 from Adobe-Marketing-Cloud/analytics-2.5.1-fa…
Browse files Browse the repository at this point in the history
…stlane-ios-pod

ACPAnalytics v2.5.1 Cocoapods Release 🚀
  • Loading branch information
kevinlind authored Jul 21, 2021
2 parents 0d016d6 + cf62167 commit 36a7a0e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ACPAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ACPAnalytics"
s.version = "2.5.0"
s.version = "2.5.1"
s.summary = "Analytics library for Adobe Experience Platform SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Analytics library provides APIs that allow use of the Analytics product in the Adobe Experience Platform SDK.
Expand Down
16 changes: 8 additions & 8 deletions ACPAnalytics.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>libACPAnalytics_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>libACPAnalytics_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 @@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
Analytics Version: 2.5.0
Analytics Version: 2.5.1
*/

#import <Foundation/Foundation.h>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
Analytics Version: 2.5.0
Analytics Version: 2.5.1
*/

#import <Foundation/Foundation.h>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
Analytics Version: 2.5.0
Analytics Version: 2.5.1
*/

#import <Foundation/Foundation.h>
Expand Down
Binary file modified ACPAnalyticsTV.xcframework/tvos-arm64/libACPAnalytics_tvOS.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
Analytics Version: 2.5.0
Analytics Version: 2.5.1
*/

#import <Foundation/Foundation.h>
Expand Down
Binary file not shown.

0 comments on commit 36a7a0e

Please sign in to comment.