Skip to content

Commit

Permalink
Updated binaries to 6.16.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed Jan 13, 2025
1 parent a5a14b6 commit a8e85b3
Show file tree
Hide file tree
Showing 49 changed files with 6,746 additions and 982 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ fastlane/test_output

iOSInjectionProject/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

.DS_Store
3 changes: 2 additions & 1 deletion Carthage/purchase-connector-dynamic.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"6.13.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.1/purchase-connector-dynaimic.xcframework.zip",
"6.14.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.14.0/purchase-connector-dynaimic.xcframework.zip",
"6.14.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.14.3/purchase-connector-dynaimic.xcframework.zip",
"6.15.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.15.2/purchase-connector-dynaimic.xcframework.zip"
"6.15.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.15.2/purchase-connector-dynaimic.xcframework.zip",
"6.16.0-beta": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.16.0-beta/purchase-connector-dynaimic.xcframework.zip"
}
3 changes: 2 additions & 1 deletion Carthage/purchase-connector-static.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"6.13.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.1/purchase-connector-static.xcframework.zip",
"6.14.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.14.0/purchase-connector-static.xcframework.zip",
"6.14.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.14.3/purchase-connector-static.xcframework.zip",
"6.15.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.15.2/purchase-connector-static.xcframework.zip"
"6.15.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.15.2/purchase-connector-static.xcframework.zip",
"6.16.0-beta": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.16.0-beta/purchase-connector-static.xcframework.zip"
}
10 changes: 5 additions & 5 deletions Dynamic/PurchaseConnector.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>PurchaseConnector.framework/PurchaseConnector</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PurchaseConnector.framework/PurchaseConnector</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef PURCHASECONNECTOR_SWIFT_H
#define PURCHASECONNECTOR_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,6 +42,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
Expand All @@ -55,6 +57,7 @@
# endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -289,6 +292,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef NS_ENUM(NSUInteger, AFSDKStoreKitVersion) {

/// Logs a message related to StoreKit.
/// @param stringToLog The message to be logged.
+ (void)storeKitLoggerWrapper:(NSString *)stringToLog;
//+ (void)storeKitLoggerWrapper:(NSString *)stringToLog;

@end

Expand Down
Binary file not shown.
Loading

0 comments on commit a8e85b3

Please sign in to comment.