Skip to content

Commit f487ee1

Browse files
committed
iOS Release v1.5.0
1 parent bb6a1a6 commit f487ee1

22 files changed

+27538
-11667
lines changed

Frameworks/StyliticsData.xcframework/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>StyliticsData.framework/StyliticsData</string>
810
<key>LibraryIdentifier</key>
911
<string>ios-arm64</string>
1012
<key>LibraryPath</key>
@@ -17,6 +19,8 @@
1719
<string>ios</string>
1820
</dict>
1921
<dict>
22+
<key>BinaryPath</key>
23+
<string>StyliticsData.framework/StyliticsData</string>
2024
<key>LibraryIdentifier</key>
2125
<string>ios-arm64_x86_64-simulator</string>
2226
<key>LibraryPath</key>

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

Lines changed: 21 additions & 4 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.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
3+
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
44
#ifndef STYLITICSDATA_SWIFT_H
55
#define STYLITICSDATA_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,12 +42,18 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45-
#if __has_include(<ptrauth.h>)
45+
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
4646
# include <ptrauth.h>
4747
#else
48+
#pragma clang diagnostic push
49+
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
4850
# ifndef __ptrauth_swift_value_witness_function_pointer
4951
# define __ptrauth_swift_value_witness_function_pointer(x)
5052
# endif
53+
# ifndef __ptrauth_swift_class_method_pointer
54+
# define __ptrauth_swift_class_method_pointer(x)
55+
# endif
56+
#pragma clang diagnostic pop
5157
#endif
5258
#endif
5359

@@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
246252
#else
247253
# define SWIFT_NOEXCEPT
248254
#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
249266
#if defined(_WIN32)
250267
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
251268
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
@@ -284,12 +301,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
284301

285302

286303

287-
#endif
288-
#if defined(__cplusplus)
289304
#endif
290305
#if __has_attribute(external_source_symbol)
291306
# pragma clang attribute pop
292307
#endif
308+
#if defined(__cplusplus)
309+
#endif
293310
#pragma clang diagnostic pop
294311
#endif
295312

0 commit comments

Comments
 (0)