Skip to content

Commit f54ab7e

Browse files
authored
uploaded latest Data SDK Framework 1.7.0 (#5)
1 parent 3526c83 commit f54ab7e

22 files changed

+45420
-30763
lines changed

Frameworks/StyliticsData.xcframework/Info.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8-
<key>BinaryPath</key>
9-
<string>StyliticsData.framework/StyliticsData</string>
108
<key>LibraryIdentifier</key>
119
<string>ios-arm64</string>
1210
<key>LibraryPath</key>
@@ -19,8 +17,6 @@
1917
<string>ios</string>
2018
</dict>
2119
<dict>
22-
<key>BinaryPath</key>
23-
<string>StyliticsData.framework/StyliticsData</string>
2420
<key>LibraryIdentifier</key>
2521
<string>ios-arm64_x86_64-simulator</string>
2622
<key>LibraryPath</key>

Frameworks/StyliticsData.xcframework/ios-arm64/StyliticsData.framework/Headers/StyliticsData-Swift.h

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
3+
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
44
#ifndef STYLITICSDATA_SWIFT_H
55
#define STYLITICSDATA_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,18 +42,12 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45-
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
45+
#if __has_include(<ptrauth.h>)
4646
# include <ptrauth.h>
4747
#else
48-
#pragma clang diagnostic push
49-
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
5048
# ifndef __ptrauth_swift_value_witness_function_pointer
5149
# define __ptrauth_swift_value_witness_function_pointer(x)
5250
# endif
53-
# ifndef __ptrauth_swift_class_method_pointer
54-
# define __ptrauth_swift_class_method_pointer(x)
55-
# endif
56-
#pragma clang diagnostic pop
5751
#endif
5852
#endif
5953

@@ -252,17 +246,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
252246
#else
253247
# define SWIFT_NOEXCEPT
254248
#endif
255-
#if !defined(SWIFT_C_INLINE_THUNK)
256-
# if __has_attribute(always_inline)
257-
# if __has_attribute(nodebug)
258-
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
259-
# else
260-
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
261-
# endif
262-
# else
263-
# define SWIFT_C_INLINE_THUNK inline
264-
# endif
265-
#endif
266249
#if defined(_WIN32)
267250
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
268251
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
@@ -301,12 +284,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
301284

302285

303286

287+
#endif
288+
#if defined(__cplusplus)
304289
#endif
305290
#if __has_attribute(external_source_symbol)
306291
# pragma clang attribute pop
307292
#endif
308-
#if defined(__cplusplus)
309-
#endif
310293
#pragma clang diagnostic pop
311294
#endif
312295

Binary file not shown.

0 commit comments

Comments
 (0)