Skip to content

Commit

Permalink
New SDK version 1.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabitski committed Mar 14, 2024
1 parent ada7311 commit 4aecace
Show file tree
Hide file tree
Showing 27 changed files with 320 additions and 178 deletions.
14 changes: 9 additions & 5 deletions Sources/XmBindIdSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>XmBindIdSDK.framework/XmBindIdSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>XmBindIdSDK.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>XmBindIdSDK.framework/XmBindIdSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>XmBindIdSDK.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.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef XMBINDIDSDK_SWIFT_H
#define XMBINDIDSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -394,12 +411,12 @@ SWIFT_CLASS_NAMED("XmBindIdTransactionSigningRequest")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12511,33 +12511,19 @@
"usr": "s:10Foundation4DataV",
"mangledName": "$s10Foundation4DataV",
"moduleName": "Foundation",
"intro_Macosx": "10.10",
"intro_iOS": "8.0",
"intro_tvOS": "9.0",
"intro_watchOS": "2.0",
"declAttributes": [
"Frozen"
"Frozen",
"Available",
"Available",
"Available",
"Available"
],
"isExternal": true,
"conformances": [
{
"kind": "Conformance",
"name": "ReferenceConvertible",
"printedName": "ReferenceConvertible",
"children": [
{
"kind": "TypeWitness",
"name": "ReferenceType",
"printedName": "ReferenceType",
"children": [
{
"kind": "TypeNominal",
"name": "NSData",
"printedName": "Foundation.NSData",
"usr": "c:objc(cs)NSData"
}
]
}
],
"usr": "s:10Foundation20ReferenceConvertibleP",
"mangledName": "$s10Foundation20ReferenceConvertibleP"
},
{
"kind": "Conformance",
"name": "Equatable",
Expand Down Expand Up @@ -12930,24 +12916,25 @@
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomReflectable",
"printedName": "CustomReflectable",
"usr": "s:s17CustomReflectableP",
"mangledName": "$ss17CustomReflectableP"
"name": "ReferenceConvertible",
"printedName": "ReferenceConvertible",
"children": [
{
"kind": "TypeWitness",
"name": "ReferenceType",
"printedName": "ReferenceType",
"children": [
{
"kind": "TypeNominal",
"name": "NSData",
"printedName": "Foundation.NSData",
"usr": "c:objc(cs)NSData"
}
]
}
],
"usr": "s:10Foundation20ReferenceConvertibleP",
"mangledName": "$s10Foundation20ReferenceConvertibleP"
},
{
"kind": "Conformance",
Expand All @@ -12971,6 +12958,27 @@
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomReflectable",
"printedName": "CustomReflectable",
"usr": "s:s17CustomReflectableP",
"mangledName": "$ss17CustomReflectableP"
},
{
"kind": "Conformance",
"name": "Decodable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name XmBindIdSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AuthenticationServices
Expand All @@ -17,6 +17,7 @@ import UIKit
@_exported import XmBindIdSDK
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
public typealias XmBindIdCompletion = ((Swift.Bool?, XmBindIdSDK.XmBindIdError?) -> ())?
public typealias XmBindIdResponseCompletion = (((any XmBindIdSDK.XmBindIdResponse)?, XmBindIdSDK.XmBindIdError?) -> ())?
public typealias XmBindIdExchangeTokenResponseCompletion = (((any XmBindIdSDK.XmBindIdExchangeTokenResponse)?, XmBindIdSDK.XmBindIdError?) -> ())?
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name XmBindIdSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AuthenticationServices
Expand All @@ -17,6 +17,7 @@ import UIKit
@_exported import XmBindIdSDK
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
public typealias XmBindIdCompletion = ((Swift.Bool?, XmBindIdSDK.XmBindIdError?) -> ())?
public typealias XmBindIdResponseCompletion = (((any XmBindIdSDK.XmBindIdResponse)?, XmBindIdSDK.XmBindIdError?) -> ())?
public typealias XmBindIdExchangeTokenResponseCompletion = (((any XmBindIdSDK.XmBindIdExchangeTokenResponse)?, XmBindIdSDK.XmBindIdError?) -> ())?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
framework module XmBindIdSDK {
umbrella header "XmBindIdSDK.h"

export *

module * { export * }
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.90.0 fbcfaf6
1.100.0 3ad4bb1
Loading

0 comments on commit 4aecace

Please sign in to comment.