This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACPMobileServices v1.1.0 Cocoapods Release 🚀 (#507)
* Release ACPMobileServices v1.1.0 for pod install. 🚀 * Remove old files and update podspec Co-authored-by: amsdkci <[email protected]> Co-authored-by: Nick Porter <[email protected]>
- Loading branch information
1 parent
dca2789
commit 81872bf
Showing
7 changed files
with
94 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_armv7_armv7s</string> | ||
<key>LibraryPath</key> | ||
<string>libACPMobileServices_iOS.a</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>armv7</string> | ||
<string>armv7s</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
<dict> | ||
<key>HeadersPath</key> | ||
<string>Headers</string> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_i386_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>libACPMobileServices_iOS.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> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+6.12 MB
ACPMobileServices.xcframework/ios-arm64_armv7_armv7s/libACPMobileServices_iOS.a
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
ACPMobileServices.xcframework/ios-arm64_i386_x86_64-simulator/Headers/ACPMobileServices.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// | ||
// ACPMobileServices.h | ||
// Adobe Experience Platform -- iOS Framework | ||
// | ||
// Copyright 1996-2019. Adobe. All Rights Reserved | ||
// Mobile Services Version: 1.1.0 | ||
|
||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface ACPMobileServices : NSObject {} | ||
|
||
/** | ||
* @brief Returns the current version of the ACPMobileServices Extension. | ||
*/ | ||
+ (nonnull NSString*) extensionVersion; | ||
|
||
/** | ||
* @brief Registers the Mobile Services extension | ||
* | ||
* This method should be called before any other Mobile Services API is called | ||
*/ | ||
+ (void) registerExtension; | ||
|
||
/** | ||
* @brief Marshalls the provided deeplink and generates an event containing its data. | ||
* | ||
* This method should be called within the application:openURL:options: app delegate method. | ||
* | ||
* If Analytics is configured in the SDK, calling this method with a valid URL will result in an | ||
* Analytics request being sent. | ||
* | ||
* @param deeplink the NSURL that the application is processing | ||
*/ | ||
+ (void) trackAdobeDeepLink: (NSURL* _Nonnull) deeplink; | ||
|
||
@end |
Binary file added
BIN
+2.1 MB
ACPMobileServices.xcframework/ios-arm64_i386_x86_64-simulator/libACPMobileServices_iOS.a
Binary file not shown.
Binary file not shown.