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

Commit

Permalink
Merge pull request #388 from Adobe-Marketing-Cloud/cocoapod-4.21.0
Browse files Browse the repository at this point in the history
-pod update for 4.21.0
  • Loading branch information
sbenedicadb authored Dec 16, 2020
2 parents e15ce6d + 4e07d5f commit c42e5d8
Show file tree
Hide file tree
Showing 26 changed files with 7,226 additions and 20 deletions.
3 changes: 2 additions & 1 deletion AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.20.0
// SDK Version: 4.21.0

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down Expand Up @@ -708,6 +708,7 @@ FOUNDATION_EXPORT NSString *const __nonnull ADBConfigKeyCallbackDeepLink;
/**
* @brief Returns all visitorIDs that have been synced
* @return an array of readonly ADBVisitorIDs
* @note This method is synchronous and should not be called from the UI thread.
*/
+ (nullable NSArray *) visitorGetIDs;

Expand Down
47 changes: 47 additions & 0 deletions AdobeMobileLibrary/AdobeMobile.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libAdobeMobile.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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_armv7_armv7s</string>
<key>LibraryPath</key>
<string>libAdobeMobile.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Loading

0 comments on commit c42e5d8

Please sign in to comment.